Re: Debugger

From: "Heikki Linnakangas" <heikki(at)enterprisedb(dot)com>
To: "Pedro Belmino" <pedrobelmino(at)gmail(dot)com>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Debugger
Date: 2007-10-20 08:16:00
Message-ID: 4719B940.404@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Martijn van Oosterhout 2007-10-20 08:30:43 Re: Including Snapshot Info with Indexes
Previous Message Magnus Hagander 2007-10-20 06:22:06 Re: Strange error dropping foreign key