Re: ERROR: invalid memory alloc request size <a_big_number_here>

From: Matteo Beccati <php(at)beccati(dot)com>
To: Matteo Beccati <php(at)beccati(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org, alvherre(at)alvh(dot)no-ip(dot)org
Subject: Re: ERROR: invalid memory alloc request size <a_big_number_here>
Date: 2005-10-27 14:18:43
Message-ID: 4360E1C3.8000302@beccati.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Alvaro,

>>> It would be good to see the contents of MultiXactState. I suspect
>>> there's a race condition in the MultiXact code.
>> Good, but... where do I find the contents of MultiXactState? ;)
>
> Huh, it should be a global variable. Try
>
> p *MultiXactState

Done:

(gdb) p *MultiXactState
$1 = {nextMXact = 320308, nextOffset = 4235265, lastTruncationPoint =
302016, perBackendXactIds = {0}}

Best regards
--
Matteo Beccati
http://phpadsnew.com
http://phppgads.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-10-27 14:23:07 Re: ERROR: invalid memory alloc request size <a_big_number_here>
Previous Message Alvaro Herrera 2005-10-27 14:16:01 Re: ERROR: invalid memory alloc request size <a_big_number_here>