This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Stacktraces on Cygwin?!
- From: "Ranjit Mathew" <rmathew4lists at hotmail dot com>
- To: <gnustuff at thisiscool dot com>
- Cc: "GCJ Java" <java at gcc dot gnu dot org>
- Date: Fri, 25 Apr 2003 13:33:18 +0530
- Subject: Re: Stacktraces on Cygwin?!
- References: <1V4ECPJ97OKKJCBTR3YOJA0D0OI5Z96.3ea8d049@p733>
- Reply-to: "Ranjit Mathew" <rmathew at hotmail dot com>
> >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.