Re: BUG #6200: standby bad memory allocations on SELECT - Mailing list pgsql-bugs

From Alvaro Herrera
Subject Re: BUG #6200: standby bad memory allocations on SELECT
Date
Msg-id 1328022138-sup-8041@alvh.no-ip.org
Whole thread Raw
In response to Re: BUG #6200: standby bad memory allocations on SELECT  (Bridget Frey <bridget.frey@redfin.com>)
List pgsql-bugs
Excerpts from Bridget Frey's message of lun ene 30 18:59:08 -0300 2012:

> Anyway, here goes...

Maybe a "bt full" could give more insight into what's going on ...

> #0  0x0000003a83e30265 in raise () from /lib64/libc.so.6
> #1  0x0000003a83e31d10 in abort () from /lib64/libc.so.6
> #2  0x00000000007cb84e in errfinish (dummy=3D0) at elog.c:523
> #3  0x00000000007cd951 in elog_finish (elevel=3D22, fmt=3D0x95cdf0 "inval=
id
> memory alloc request size %lu") at elog.c:1202
> #4  0x00000000007f115c in MemoryContextAlloc (context=3D0x17b581d0,
> size=3D18446744073709551613) at mcxt.c:516
> #5  0x0000000000771a46 in text_to_cstring (t=3D0x17b23608) at varlena.c:1=
39
> #6  0x0000000000770747 in varcharout (fcinfo=3D0x7fffd44854e0) at
> varchar.c:515

--=20
=C3=81lvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

pgsql-bugs by date:

Previous
From: Bridget Frey
Date:
Subject: Re: BUG #6200: standby bad memory allocations on SELECT
Next
From: Fujii Masao
Date:
Subject: Re: BUG #6423: max_standby_streaming_delay does not work