[Pljava-dev] Working on 1.4 beta release

From: thomas at tada(dot)se (Thomas Hallgren)
To:
Subject: [Pljava-dev] Working on 1.4 beta release
Date: 2007-11-20 17:08:26
Message-ID: 4743148A.8060300@tada.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Kris Jurka wrote:
>
>
>>>
>> Well, it's not so much about debugging really. It's more the information
>> you can get once something is crashing. As I mentioned, the JVM prints a
>> stack trace that can be very useful. Much is gained if the user who
>> experiences a crash can provide the JVM dump file in a bug-report or
>> attach it to a mailing list posting.
>
> Just to clarify, the java code is never built with -g (see
> src/java/Makefile.global). Is there any reason not to change this to
> always build with -g?
>
I'm not referring to the Java code. The JVM extracts symbolic
information from the binary. If I'm not mistaking, that information is
not present when the binary is compiled without -g. If I'm wrong about
this, then we don't need debugging.

- thomas

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Thomas Hallgren 2007-11-20 17:10:59 [Pljava-dev] commit + bug emails
Previous Message Kris Jurka 2007-11-20 16:56:04 [Pljava-dev] commit + bug emails