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 - java.nio.BufferUnderflowException at java.nio.HeapByteBuffer.get
Summary: java.nio.BufferUnderflowException at java.nio.HeapByteBuffer.get
Status: RESOLVED DUPLICATE of bug 249323
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: 2014-12-12 14:07 UTC by Tomas Hurka
Modified: 2014-12-19 12:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 214120


Attachments
stacktrace (962 bytes, text/plain)
2014-12-12 14:07 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-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 ***