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 249324

Summary: java.nio.BufferUnderflowException at java.nio.HeapByteBuffer.get
Product: profiler Reporter: Tomas Hurka <thurka>
Component: EngineAssignee: Tomas Hurka <thurka>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jskrivanek
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 214120
Attachments: stacktrace

Description Tomas Hurka 2014-12-12 14:07:52 UTC
This bug was originally marked as duplicate of bug 247124, 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 20141201-e58b4d91579b)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Mac OS X

User Comments:
thurka: switched memory profiling to cpu profiling




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:155)
   at org.netbeans.lib.profiler.results.cpu.CPUDataFrameProcessor.doProcessDataFrame(CPUDataFrameProcessor.java:358)
   at org.netbeans.lib.profiler.results.AbstractDataFrameProcessor.processDataFrame(AbstractDataFrameProcessor.java:97)
   at org.netbeans.lib.profiler.results.ProfilingResultsDispatcher$1.run(ProfilingResultsDispatcher.java:145)
Comment 1 Tomas Hurka 2014-12-12 14:07:55 UTC
Created attachment 151076 [details]
stacktrace
Comment 2 Tomas Hurka 2014-12-12 14:09:14 UTC

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