Stacktraces on Cygwin?!

Ranjit Mathew rmathew4lists@hotmail.com
Fri Apr 25 13:10:00 GMT 2003


> >IMHO Linux and MinGW target combos should do just fine for 
> >testing your cross-configury stuff since you at least know 
> >that JNI and stacktraces work in any case on these targets.
> 
> I came to this conclusion too for the same reasons you
> mentioned. Stramge - I erroneously assumed that Cygwin gcj
> could bask in the glory of their Posix implementation.
> In any case, the MingW backtrace() stuff should be portable
> to Cygwin, right?

AFAICT, yes, since the code is just CPU/arch. specific (and
assumes that *none of code involved in an exception* has been 
compiled with "-fomit-frame-pointer").

Ranjit.



More information about the Java mailing list