> I think we finally found the problem. Please see if things are more
> stable with 8.3RC1 plus this patch:
>
> http://archives.postgresql.org/pgsql-committers/2008-01/msg00190.php
Sorry for being so late. I'm currently using PostgreSQL RC2 at work
and I notice no crashes.
Thanks!
--
Lawrence,
"Lawrence Oluyede" <[EMAIL PROTECTED]> writes:
> Here it is:
> postgres$ gdb /usr/local/pgsql/bin/postgres core.1600
> (gdb) bt
> #0 0x082c101c in pfree (pointer=0x8472f00) at mcxt.c:591
> #1 0xb7e46513 in xmlCleanupCharEncodingHandlers () from /usr/lib/libxml2.so.2
> #2 0xb7e4f091 in xmlCleanup
"Lawrence Oluyede" <[EMAIL PROTECTED]> writes:
> On Dec 12, 2007 1:29 PM, Pavel Stehule <[EMAIL PROTECTED]> wrote:
>> I cannot repeat this bug on my test date. Can you send some small set
>> that reproduce the bug?
> I dumped the entire table here: http://www.oluyede.org/temp/instrument.txt
I did
On Dec 12, 2007 1:29 PM, Pavel Stehule <[EMAIL PROTECTED]> wrote:
> I cannot repeat this bug on my test date. Can you send some small set
> that reproduce the bug?
I dumped the entire table here: http://www.oluyede.org/temp/instrument.txt
Let me know if you need anything else
--
Lawrence, oluy
Hello
I cannot repeat this bug on my test date. Can you send some small set
that reproduce the bug?
Regards
Pavel
On 12/12/2007, Lawrence Oluyede <[EMAIL PROTECTED]> wrote:
> Here it is:
>
> postgres$ gdb /usr/local/pgsql/bin/postgres core.1600
> (gdb) bt
> #0 0x082c101c in pfree (pointer=0x847
sorry
s/date/data/g
Pavel
---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings
Here it is:
postgres$ gdb /usr/local/pgsql/bin/postgres core.1600
(gdb) bt
#0 0x082c101c in pfree (pointer=0x8472f00) at mcxt.c:591
#1 0xb7e46513 in xmlCleanupCharEncodingHandlers () from /usr/lib/libxml2.so.2
#2 0xb7e4f091 in xmlCleanupParser () from /usr/lib/libxml2.so.2
#3 0x082940e4 in xpa
Hello
this is bug. Please send backtrace from core file.
Regards
Pavel Stehule
On 12/12/2007, Lawrence Oluyede <[EMAIL PROTECTED]> wrote:
> While developing a Python program I encountered a situation that makes
> on of the PostgreSQL 8.3b4's processes crash badly with a segfault.
> Let me explai
While developing a Python program I encountered a situation that makes
on of the PostgreSQL 8.3b4's processes crash badly with a segfault.
Let me explain.
After enabling "debug5" as log level I was able to locate and
reproduce the exact sequence of SQL queries made against my test
database
and cra