This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 191095

Summary: simple.cpu.Measure hangs during shutdown
Product: profiler Reporter: Jesse Glick <jglick>
Component: EngineAssignee: Tomas Hurka <thurka>
Status: NEW ---    
Severity: normal Keywords: RANDOM
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Thread dump

Description Jesse Glick 2010-10-18 17:39:16 UTC
Observed on deadlock.netbeans.org Hudson master; not sure what exactly initiated this, but seems to have been from profiler-main job. It seems that once in a while, the LogManager$Cleaner shutdown hook triggers profiler code which then blocks; see thread dump. This makes the simple.cpu.Measure process hang; SIGTERM cannot kill it, you need SIGKILL.
Comment 1 Jesse Glick 2010-10-18 17:39:59 UTC
Created attachment 102460 [details]
Thread dump