Re: Problems with initdb on Cygwin - Mailing list pgsql-general

From Tom Lane
Subject Re: Problems with initdb on Cygwin
Date
Msg-id 27057.1011982823@sss.pgh.pa.us
Whole thread Raw
In response to Re: Problems with initdb on Cygwin  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Frank Joerdens <frank@joerdens.de> writes:
>> The address is unhelpful, but a backtrace (try typing "bt") might be
>> very interesting indeed.

> Well, it doesn't *look* very interesting:

> (gdb) bt
> #0    0x778a018d in ?? ()
> #1    0x77e7758a in ?? ()

Nope, you're right :-(.  Can you rebuild PG with debug symbols?
(Add --enable-debug to configure, or manually add -g to CFLAGS
in src/Makefile.global; then "make clean" and remake.)

            regards, tom lane

pgsql-general by date:

Previous
From: Florian Wunderlich
Date:
Subject: Re: persistent portals/cursors (between transactions)
Next
From: Jan Wieck
Date:
Subject: Re: grant the right to select only certain rows?