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 240119 - internal error: got unknown event type in CPUSamplingDataFrameProcessor: 13 at 4,464
Summary: internal error: got unknown event type in CPUSamplingDataFrameProcessor: 13 a...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-08 13:15 UTC by Tomas Hurka
Modified: 2014-01-14 02:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206399


Attachments
stacktrace (1.03 KB, text/plain)
2014-01-08 13:15 UTC, Tomas Hurka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Hurka 2014-01-08 13:15:55 UTC
Build: NetBeans IDE Dev (Build 20140107-932719a08b1a)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b36, Java(TM) SE Runtime Environment, 1.7.0_14-ea-b17
OS: Mac OS X

User Comments:
thurka: CPU sampling with enabled locks




Stacktrace: 
java.nio.BufferUnderflowException
   at java.nio.HeapByteBuffer.get(HeapByteBuffer.java:145)
   at java.nio.ByteBuffer.get(ByteBuffer.java:694)
   at org.netbeans.lib.profiler.results.AbstractDataFrameProcessor.getString(AbstractDataFrameProcessor.java:153)
   at org.netbeans.lib.profiler.results.cpu.CPUSamplingDataFrameProcessor.doProcessDataFrame(CPUSamplingDataFrameProcessor.java:103)
   at org.netbeans.lib.profiler.results.AbstractDataFrameProcessor.processDataFrame(AbstractDataFrameProcessor.java:96)
   at org.netbeans.lib.profiler.results.ProfilingResultsDispatcher$3.run(ProfilingResultsDispatcher.java:203)
Comment 1 Tomas Hurka 2014-01-08 13:15:57 UTC
Created attachment 143710 [details]
stacktrace
Comment 2 Tomas Hurka 2014-01-13 14:19:15 UTC
Fixed in profiler-main

changeset:   269840:ee68ba53592f
user:        Tomas Hurka <thurka@netbeans.org>
date:        Mon Jan 13 15:09:05 2014 +0100
summary:     bugfix #240119, locks monitoring support added to CPUSamplingDataFrameProcessor
Comment 3 Quality Engineering 2014-01-14 02:55:37 UTC
Integrated into 'main-silver', will be available in build *201401140002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/ee68ba53592f
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #240119, locks monitoring support added to CPUSamplingDataFrameProcessor