[Pljava-dev] pljava kills my postgres server

From: thomas at tada(dot)se (Thomas Hallgren)
To:
Subject: [Pljava-dev] pljava kills my postgres server
Date: 2006-03-17 21:35:46
Message-ID: 441B2BB2.4040203@tada.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Jon Brisbin wrote:
>
>> A stack-trace from the core file might help too of course.
> How do I get one of those?
>
The easiest way is to follow this Wiki page that I just added:
http://wiki.tada.se/display/pljava/Debugging+in+C
Once you hit cont in the debugger, you will crash. Hopefully the
debugger will trap that and you can then type the command

bt

That will give you the printout (not from the core though, this will be
from the running process).

Regards,
Thomas Hallgren

In response to

Browse pljava-dev by date

  From Date Subject
Next Message lifeng 2006-03-20 09:01:41 [Pljava-dev] Fw: out of memery
Previous Message Jon Brisbin 2006-03-17 20:22:46 [Pljava-dev] pljava kills my postgres server