Re: with -g and libpq.a ...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: mathieu_dube(at)videotron(dot)ca
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: with -g and libpq.a ...
Date: 2001-02-06 02:21:36
Message-ID: 22735.981426096@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Mathieu Dube <mathieu_dube(at)videotron(dot)ca> writes:
> 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 ?? ()

So what's the code in and around line 430 of therver.c? Probably
you are looking at a crash in some libc routine, perhaps we can
guess which by seeing what was called.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Myron Scott 2001-02-06 02:25:05 Re: Using Threads?
Previous Message Tom Lane 2001-02-06 02:17:45 Re: OID from insert has extra letter