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

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

Matteo Beccati wrote:
> 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

--
Alvaro Herrera http://www.amazon.com/gp/registry/5ZYLFMCVHXC
"Aprender sin pensar es inútil; pensar sin aprender, peligroso" (Confucio)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2005-10-27 14:16:01 Re: ERROR: invalid memory alloc request size <a_big_number_here>
Previous Message Matteo Beccati 2005-10-27 14:05:21 Re: ERROR: invalid memory alloc request size <a_big_number_here>