Re: Postgresql Segfault in 8.1 - Mailing list pgsql-general

From Doug McNaught
Subject Re: Postgresql Segfault in 8.1
Date
Msg-id 87d5ihhzb7.fsf@asmodeus.mcnaught.org
Whole thread Raw
In response to Postgresql Segfault in 8.1  (Benjamin Smith <lists@benjamindsmith.com>)
Responses Re: Postgresql Segfault in 8.1
List pgsql-general
Benjamin Smith <lists@benjamindsmith.com> writes:

> in /var/log/messages, I see
>
> Jan 24 17:00:04 kepler kernel: postmaster[26185]: segfault at 000000002516d728
> rip 000000000043c82c rsp 0000007fbfffddd0 error 4
>
> The insert statement is long, but doesn't seem to violate anything strange -
> no weird characters, and all the fields have been properly escaped with
> pg_escape().
>
> What information do you need to help figure this out?

Reproduce it with gdb attached to the backend process and post the
backtrace...  You may need to recompile PG with debugging symbols to
get the most info.

-Doug

pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Setting expire date on insert/modify
Next
From: "Foster, Stephen"
Date:
Subject: Re: Setting expire date on insert/modify