with -g and libpq.a ... - Mailing list pgsql-hackers

From Mathieu Dube
Subject with -g and libpq.a ...
Date
Msg-id 01020515142506.10576@therver.local2.lan
Whole thread Raw
Responses Re: with -g and libpq.a ...  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
even after compiling with -g and using the libpq.a it still outputs that on the
bt after the crash...

(gdb) bt
#0  0x40050768 in ?? ()
#1  0x4004ff25 in ?? ()
#2  0x804a3cd in main (argc=3, argv=0xbffff8e4) at therver.c:430
#3  0x400739ee in ?? ()

-- 
Mathieu Dube    
Mondo-Live            
www.flipr.com


pgsql-hackers by date:

Previous
From: "Martin A. Marques"
Date:
Subject: Re: Re: Re: grant privileges to a database [URGENT]
Next
From: m w
Date:
Subject: Can we modify 'text *' passed to a C function?