Re: [GENERAL] Many 8.3 server crashes in xmlCleanupCharEncodingHandlers()

2008-01-12 Thread Tom Lane
"Matt Magoffin" <[EMAIL PROTECTED]> writes: > Hello, I'm using 8.3b4 and keep experiencing server crash when I execute > various queries using XML functions. Please see if it's better with 8.3RC1 plus this patch: http://archives.postgresql.org/pgsql-committers/2008-01/msg00190.php

Re: [GENERAL] Many 8.3 server crashes in xmlCleanupCharEncodingHandlers()

2007-12-17 Thread Matt Magoffin
> Not sure --- when are you thinking of, and what was the context? > I don't usually keep sample data unless the issue still seems open. I was referring to a dump I provided a link to you called "pg83-leads-sanitized.db" which was around 20 Dec, with email subject "Re: [GENERAL] 8.3b2 XPath-based

Re: [GENERAL] Many 8.3 server crashes in xmlCleanupCharEncodingHandlers()

2007-12-17 Thread Tom Lane
"Matt Magoffin" <[EMAIL PROTECTED]> writes: > Do you still happen to have that > database dump I provided to you previously? Not sure --- when are you thinking of, and what was the context? I don't usually keep sample data unless the issue still seems open. > I also noticed these in my log file,

Re: [GENERAL] Many 8.3 server crashes in xmlCleanupCharEncodingHandlers()

2007-12-17 Thread Matt Magoffin
> 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 t

Re: [GENERAL] Many 8.3 server crashes in xmlCleanupCharEncodingHandlers()

2007-12-17 Thread Tom Lane
"Matt Magoffin" <[EMAIL PROTECTED]> writes: > Hello, I'm using 8.3b4 and keep experiencing server crash when I execute > various queries using XML functions. The crash backtraces look like this: This was reported before, http://archives.postgresql.org/pgsql-general/2007-12/msg00716.php but neither