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: AccessController speedup


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Scott Gilbertson wrote:
> 
> I'm getting a segmentation fault that could be related to the recent
> unwinder changes.  I have the core dump and binary that generated the
> backtrace below.  The problem happens with both static and dynamic
> executables.
> 
> Is there any information I can provide (memory dumps or whatever) that would
> help to determine what's happening?
> 
> Do you suppose "--disable-tls" or "--enable-sjlj-exceptions" has anything to
> do with it?

As Andrew has noted, the Linux targets assume that DWARF-2
unwinding information is available and no one seems to test
the SJLJ case. If you can help it, do not use SJLJ-based EH.

If you still want to use SJLJ-based EH, you'll have to
at least use the fallback unwinder in "sysdep/i386/backtrace.h".
You'll have to change "configure.host" to effect this
change (see the case for CygWin/MinGW).

There will of course be other places in GCJ/GCC that assume
that a Linux target has DWARF-2 unwinding information
available.

HTH,
Ranjit.

- --
Ranjit Mathew      Email: rmathew AT gmail DOT com

Bangalore, INDIA.    Web: http://rmathew.com/


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE6+TJYb1hx2wRS48RAsXsAJ9qcR3VR5XEKUV7BR8UZMnnVxV1IgCfQM0Q
V998XCzQUOzjxAD9eF3dlRY=
=llNs
-----END PGP SIGNATURE-----


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