Re: Postgresql Segfault in 8.1

From: Doug McNaught <doug(at)mcnaught(dot)org>
To: lists(at)benjamindsmith(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgresql Segfault in 8.1
Date: 2006-01-25 01:27:24
Message-ID: 87d5ihhzb7.fsf@asmodeus.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Benjamin Smith <lists(at)benjamindsmith(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Foster, Stephen 2006-01-25 02:30:14 Re: Setting expire date on insert/modify
Previous Message Stephan Szabo 2006-01-25 01:18:27 Re: Setting expire date on insert/modify