Hi guys, We're looking into a problem with PostgreSQL 7.1.3 on a recent version of Cygwin.
We have a problem in that its really, really hard (aka impossible) to figure out what's going wrong in our code because there are no debugging symbols present with the Cygwin build of PostgreSQL (which is correct). Our problem is we need a version of PostgreSQL 7.1.3 compiled *with* the debugging symbols, inside Cygwin. I don't know if it's an easy task to do, but I figure it's worth asking and find out, so here goes... Would it be possible for someone to do a re-compile of PostgreSQL 7.1.3 for Cygwin, specifically with the debugging symbols enabled, and have it in some kind of form so users who have a problem with PostgreSQL on cygwin can put the debugging-enabled version on their system and follow our instructions? Hoping for a positive here. :-) Regards and best wishes, Justin Clift -------- Original Message -------- Subject: Re: [GENERAL] Problems with initdb on Cygwin Date: Fri, 25 Jan 2002 13:20:23 -0500 From: Tom Lane <[EMAIL PROTECTED]> To: Frank Joerdens <[EMAIL PROTECTED]> CC: Jan Wieck <[EMAIL PROTECTED]>,pgsql-general <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Frank Joerdens <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/