Intermittent bug - Mailing list pgsql-hackers

From Thomas Hallgren
Subject Intermittent bug
Date
Msg-id thhal-0366AAvERcC4LIBuqH1wLuDpqsr+4Mu@mailblocks.com
Whole thread Raw
Responses Re: Intermittent bug  (Thomas Hallgren <thhal@mailblocks.com>)
List pgsql-hackers
Hi,
I have an intermittent bug in PL/Java that only shows up on Win32. Is 
there any way of debugging the postgres.exe process that corresponds to 
your connection on a win32 (MinGW) platform?

I have a MinGW environment with gdb but I can't figure out how to make 
gdb attach to a running process it seems to happily accept any PID and 
claim that it's attached although it isn't.

I have a Visual Studio installed too. It's able to attach but it fails 
to see any symbols.

Help greatly appreciated,
Thomas Hallgren




pgsql-hackers by date:

Previous
From: Mark Kirkwood
Date:
Subject: Re: MAX/MIN optimization via rewrite (plus query rewrites
Next
From: Sean Chittenden
Date:
Subject: plpgsql lacks generic identifier for record in triggers...