RE: [HACKERS] How do I get the backend server into gdb?

From: Michael J Davis <michael(dot)j(dot)davis(at)tvguide(dot)com>
To: "'The Hermit Hacker'" <scrappy(at)hub(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: RE: [HACKERS] How do I get the backend server into gdb?
Date: 1999-04-28 17:58:21
Message-ID: 93C04F1F5173D211A27900105AA8FCFC145439@lambic.prevuenet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Then how do you debug issues in the backend?

-----Original Message-----
From: The Hermit Hacker [SMTP:scrappy(at)hub(dot)org]
Sent: Wednesday, April 28, 1999 10:19 AM
To: Michael J Davis
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: RE: [HACKERS] How do I get the backend server into
gdb?

You can attach to a running process using gdb... 'gdb -t <pid>' or
something like that...its been awhile since I've used it, sorry...

On Wed, 28 Apr 1999, Michael J Davis wrote:

> I need to debug this connection problem I am having with Access97.
My
> question is how can I get the new Postgres backend that starts up
for Access
> into debug (gdb)? I can get the PostMaster open in gdb.
>
> Thanks, Michael
>

Marc G. Fournier ICQ#7615664 IRC
Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy(at)hub(dot)org secondary:
scrappy(at){freebsd|postgresql}.org

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 1999-04-28 18:14:18 Re: [HACKERS] EGCS becomes GCC
Previous Message Michael J Davis 1999-04-28 17:57:04 RE: [HACKERS] How do I get the backend server into gdb?