This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/32836] infinite loop (SIGSEGV) in java::lang::Throwable::fillInStackTrace
- From: "artem at bizlink dot ru" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jul 2007 11:39:24 -0000
- Subject: [Bug java/32836] infinite loop (SIGSEGV) in java::lang::Throwable::fillInStackTrace
- References: <bug-32836-7398@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from artem at bizlink dot ru 2007-07-20 11:39 -------
> I think the best JVM-compatible action then would be
> to shutdown the failed thread,
> but let the other threads continue...
Errrr... I wasn't really going to post this. Forgot to clear the textarea.
Sorry.
I don't think it's possible to detect reliably if this is a thread-local
problem or not, so the best action is still to abort, but at least it will
abort without consuming (2 GB?) of stack space and hard disk space (for the
core).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32836