Bug 25204 - incorrect SIGQUIT handling
Summary: incorrect SIGQUIT handling
Status: RESOLVED DUPLICATE of bug 15686
Alias: None
Product: gcc
Classification: Unclassified
Component: libgcj (show other bugs)
Version: 4.2.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-01 14:08 UTC by Robert Schuster
Modified: 2005-12-01 15:20 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Schuster 2005-12-01 14:08:03 UTC
According to[0] the SIGQUIT signal should cause a dump of all threads the VM is running.

Currently this does not happen and instead the VM is shut down.

[0] - http://www-inf.int-evry.fr/cours/java/jdk1.4docs/tooldocs/solaris/java.html
Comment 1 Andrew Pinski 2005-12-01 15:20:09 UTC

*** This bug has been marked as a duplicate of 15686 ***