Re: ERROR: invalid memory alloc request size - Mailing list pgsql-hackers

From Matteo Beccati
Subject Re: ERROR: invalid memory alloc request size
Date
Msg-id 4360E1C3.8000302@beccati.com
Whole thread Raw
In response to Re: ERROR: invalid memory alloc request size  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List 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


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: ERROR: invalid memory alloc request size
Next
From: Tom Lane
Date:
Subject: Re: ERROR: invalid memory alloc request size