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: Stacktraces on Cygwin?!


> >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.


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