From: thomas at tada.se (Thomas Hallgren) Date: Fri, 17 Mar 2006 22:35:46 +0100 Subject: [Pljava-dev] pljava kills my postgres server In-Reply-To: <441B1A96.6010400@npcinternational.com> References: <441B0447.1010002@npcinternational.com> <441B0577.4000402@tada.se> <441B1A96.6010400@npcinternational.com> Message-ID: <441B2BB2.4040203@tada.se> 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