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 255946 - AssertionError at org.netbeans.lib.profiler.results.cpu.CPUSamplingDataFrameProcessor.doProcessDataFrame
Summary: AssertionError at org.netbeans.lib.profiler.results.cpu.CPUSamplingDataFrameP...
Status: NEW
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-15 09:35 UTC by Exceptions Reporter
Modified: 2015-10-15 09:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220561


Attachments
stacktrace (745 bytes, text/plain)
2015-10-15 09:35 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-10-15 09:35:00 UTC
This bug was originally marked as duplicate of bug 246743, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201510140002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b02, Java(TM) SE Runtime Environment, 1.8.0_66-ea-b02
OS: Linux

User Comments:
GUEST: i'm tryiong to debug a maven application. every time i'm trying to profile method, i've got either an execption or a core dump or a fatal error in jvm




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.lib.profiler.results.cpu.CPUSamplingDataFrameProcessor.doProcessDataFrame(CPUSamplingDataFrameProcessor.java:126)
   at org.netbeans.lib.profiler.results.AbstractDataFrameProcessor.processDataFrame(AbstractDataFrameProcessor.java:98)
   at org.netbeans.lib.profiler.results.ProfilingResultsDispatcher$3.run(ProfilingResultsDispatcher.java:203)
   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
Comment 1 Exceptions Reporter 2015-10-15 09:35:02 UTC
Created attachment 156740 [details]
stacktrace