This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Line numbers in stack traces [was: GCJ application runs not toobad with shared libs, but crasheswith] static libs - seems to be in_Jv_MonitorEnter


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]