[Bug 60] New: Thread dump is unsafe
| Newsgroups | gmane.comp.java.vm.sablevm.bugs |
|---|---|
| Message-ID | <[email protected]> |
http://sablevm.org/bugs/show_bug.cgi?id=60
Summary: Thread dump is unsafe
Product: SableVM
Version: staging
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: default
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
After sending SIGQUIT to sablevm thread dump appears on the screen, but the
application often crashes after a while. The crash does not happen if thread
dump is not used.
This is most probably because thread dump is being done from signal handler,
asynchronously, so it does not ensure the state of structures which it
traverses is consistent.
This problem was discovered while running Jetty.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.