Re: Problems with initdb on Cygwin

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Frank Joerdens <frank(at)joerdens(dot)de>
Cc: Jan Wieck <janwieck(at)yahoo(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Problems with initdb on Cygwin
Date: 2002-01-25 18:20:23
Message-ID: 27057.1011982823@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Frank Joerdens <frank(at)joerdens(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jan Wieck 2002-01-25 18:23:41 Re: grant the right to select only certain rows?
Previous Message Frank Joerdens 2002-01-25 18:17:58 Re: Problems with initdb on Cygwin