Re: Debugger - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Debugger
Date
Msg-id 4719B940.404@enterprisedb.com
Whole thread Raw
In response to Re: Debugger  ("Pedro Belmino" <pedrobelmino@gmail.com>)
List pgsql-hackers
Pedro Belmino wrote:
> 4. Tried to attach the id of the process to the debugger and gave the error:
> "Unable to open socket file: target process not responding or HotSpot VM not
> loaded"

You're trying to use a Java debugger to attach to a non-Java program
(Postgres). That's not going to work. Use a tool like gdb or ddd instead.

--  Heikki Linnakangas EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: Strange error dropping foreign key
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Including Snapshot Info with Indexes