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 - AssertionError at org.netbeans.lib.profiler.results.locks.MonitorInfo.openThread
Summary: AssertionError at org.netbeans.lib.profiler.results.locks.MonitorInfo.openThread
Status: RESOLVED DUPLICATE of bug 245602
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-12 12:18 UTC by Alexander Simon
Modified: 2015-04-22 09:08 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 214722


Attachments
stacktrace (1.27 KB, text/plain)
2015-01-12 12:18 UTC, Alexander Simon
Details
stacktrace (1.27 KB, text/plain)
2015-01-12 12:45 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***