Line numbers in stack traces [was: GCJ application runs not too bad with shared libs, but crasheswith] static libs - seems to be in _Jv_MonitorEnter
Mark Wielaard
mark@klomp.org
Sun Dec 1 08:27:00 GMT 2002
Hi,
Just wanted to say that I would miss line numbers greatly while
developing.
On Thu, 2002年11月28日 at 22:12, Adam Megacz wrote:
> > * doesn't require additional processes to be created,
> > * removes a dependency on external tools that may not be present and
> > occasionally don't do what we want.
>> This just means that we have to reimplement addr2line or convince the
> FSF to LGPL it so it can be included in libgcj.
Not having to depend on external processes would be very nice. Maybe it
is an idea to make a version of libgcj that includes the necessary code
from addr2line and c++filt that can then be used in combination with
GPLed programs. Non-GPLed programs could still use the less featurefull
GPL+exception implementation of libgcj, but GPLed programs would get the
nicer stacktraces.
Cheers,
Mark
More information about the Java
mailing list