Re: backend process terminates

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Geoffrey Myers <geof(at)serioustechnology(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: backend process terminates
Date: 2007-08-04 20:14:18
Message-ID: 1222.1186258458@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Geoffrey Myers <geof(at)serioustechnology(dot)com> writes:
> The output from the gdb batch process may be found here:
> http://www.serioustechnology.com/gdbbatch.txt

gdb isn't telling you the whole truth, evidently --- how'd control get
from line 781 to 912 with nothing in between? Recompiling the backend
with -O0 or at most -O1 would be a good idea to get a more trustworthy
gdb trace.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message nac1967 2007-08-04 20:58:37 Re: v8.2 ... command line interface on Windows
Previous Message Tom Lane 2007-08-04 20:04:56 Re: Help to solve configure error