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 249751

Summary: AssertionError at org.netbeans.lib.profiler.results.locks.MonitorInfo.openThread
Product: profiler Reporter: Alexander Simon <alexvsimon>
Component: EngineAssignee: Tomas Hurka <thurka>
Status: RESOLVED DUPLICATE    
Severity: normal CC: alexvsimon, jskrivanek
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 214722
Attachments: stacktrace
stacktrace

Description Alexander Simon 2015-01-12 12:18:49 UTC
Build: NetBeans IDE 8.0.2 (Build 20141120-139b1b10156a)
VM: Java HotSpot(TM) Client VM, 24.71-b01, Java(TM) SE Runtime Environment, 1.7.0_71-b14
OS: SunOS

User Comments:
alexvsimon: profile test




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.lib.profiler.results.locks.MonitorInfo.openThread(MonitorInfo.java:96)
   at org.netbeans.lib.profiler.results.locks.LockGraphBuilder.monitorEntry(LockGraphBuilder.java:143)
   at org.netbeans.lib.profiler.results.locks.AbstractLockDataFrameProcessor$1.execute(AbstractLockDataFrameProcessor.java:58)
   at org.netbeans.lib.profiler.results.AbstractDataFrameProcessor.foreachListener(AbstractDataFrameProcessor.java:177)
   at org.netbeans.lib.profiler.results.locks.AbstractLockDataFrameProcessor.fireMonitorEntry(AbstractLockDataFrameProcessor.java:56)
   at org.netbeans.lib.profiler.results.cpu.CPUDataFrameProcessor.doProcessDataFrame(CPUDataFrameProcessor.java:242)
Comment 1 Alexander Simon 2015-01-12 12:18:50 UTC
Created attachment 151456 [details]
stacktrace
Comment 2 Alexander Simon 2015-01-12 12:45:33 UTC
Created attachment 151457 [details]
stacktrace

profiling test
Comment 3 Tomas Hurka 2015-04-22 09:08:44 UTC

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