Re: postgres segfaulting on pg_restore

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: chris(at)chriscurvey(dot)com
Cc: pgsql <pgsql-general(at)postgresql(dot)org>
Subject: Re: postgres segfaulting on pg_restore
Date: 2011-05-05 15:22:07
Message-ID: 4147.1304608927@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Chris Curvey <chris(at)chriscurvey(dot)com> writes:
>> Hmm, that's pretty interesting. Possibly it's just another
>> manifestation of something scribbling past the end of its allocated
>> chunk, but my credence for that theory is way down if there's no add-on
>> code involved. Does the postmaster log show any messages like
>> WARNING: detected write past chunk end in ...
>> before the crash?

> Nope. Just a bunch of messages saying "checkpoints occurring too
> frequently", then "server process (PID 123456) was terminated by signal 11:
> Segmentation fault"

Hmph. Well, I'm out of ideas here. I think you're going to need to put
some effort into producing a self-contained test case so that others can
debug this ...

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2011-05-05 15:27:37 Re: permission denied for schema even as superuser.
Previous Message John Cheng 2011-05-05 15:21:22 Re: permission denied for schema even as superuser.