From: | "Matt Magoffin" <postgresql(dot)org(at)msqr(dot)us> |
---|---|
To: | "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Many 8.3 server crashes in xmlCleanupCharEncodingHandlers() |
Date: | 2007-12-18 04:50:59 |
Message-ID: | 50222.192.168.1.108.1197953459.squirrel@msqr.us |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
> This was reported before,
> http://archives.postgresql.org/pgsql-general/2007-12/msg00716.php
> but neither he nor you have provided anything approximating a
> reproducible test case. The interactions with libxml are messy
> enough that I'm not even going to think about fixing this without
> a test case to trace through.
I'll try to get a test case to you. I've had trouble getting it to
consistently crash, except via JDBC. Do you still happen to have that
database dump I provided to you previously? I can try to get the crash to
occur on that table.
I also noticed these in my log file, don't know if this is helpful:
TRAP: FailedAssertion("!(pointer == (void *) (((long) ((pointer)) + ((4) -
1)) & ~((long) ((4) - 1))))", File: "mcxt.c", Line: 581)
LOG: server process (PID 714) was terminated by signal 6: Abort trap
TRAP: BadArgument("!(((header->context) != ((void *)0) &&
(((((Node*)((header->context)))->type) == T_AllocSetContext))))", File:
"mcxt.c", Line: 589)
LOG: server process (PID 633) was terminated by signal 6: Abort trap
-- m@
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-12-18 05:51:38 | Re: Many 8.3 server crashes in xmlCleanupCharEncodingHandlers() |
Previous Message | Tom Lane | 2007-12-18 04:35:19 | Re: Many 8.3 server crashes in xmlCleanupCharEncodingHandlers() |