Re: 8.3.0 backend segfaults - Mailing list pgsql-bugs

From Tom Lane
Subject Re: 8.3.0 backend segfaults
Date
Msg-id 12332.1205297952@sss.pgh.pa.us
Whole thread Raw
In response to 8.3.0 backend segfaults  ("Alex Hunsaker" <badalex@gmail.com>)
Responses Re: 8.3.0 backend segfaults
List pgsql-bugs
"Alex Hunsaker" <badalex@gmail.com> writes:
> Problem: Apparently random segfaults apparently query agnostic, seem
>   to be more frequent when a pg_dump is running

Hmm, seems from the backtrace that we're trying to do a replan with an
invalid ActiveSnapshot.  What sequence of operations is the connected
client performing, exactly?  (I'm not worried about the details of the
SQL per se, but of how it's preparing/issuing queries.)

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Alex Hunsaker"
Date:
Subject: 8.3.0 backend segfaults
Next
From: "Alex Hunsaker"
Date:
Subject: Re: 8.3.0 backend segfaults