This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug java/32836] infinite loop (SIGSEGV) in java::lang::Throwable::fillInStackTrace



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


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