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 247124 - java.nio.BufferUnderflowException at java.nio.HeapByteBuffer.get
Summary: java.nio.BufferUnderflowException at java.nio.HeapByteBuffer.get
Status: VERIFIED INCOMPLETE
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-09-15 11:35 UTC by Jiri Skrivanek
Modified: 2014-09-18 10:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211867


Attachments
stacktrace (962 bytes, text/plain)
2014-09-15 11:35 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2014-09-15 11:35:57 UTC
Build: NetBeans IDE Dev (Build 201409150001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Windows 7

User Comments:
jskrivanek: I switched from Objects profiling to Methdos profiling.




Stacktrace: 
java.nio.BufferUnderflowException
   at java.nio.HeapByteBuffer.get(HeapByteBuffer.java:151)
   at java.nio.ByteBuffer.get(ByteBuffer.java:715)
   at org.netbeans.lib.profiler.results.AbstractDataFrameProcessor.getString(AbstractDataFrameProcessor.java:155)
   at org.netbeans.lib.profiler.results.cpu.CPUDataFrameProcessor.doProcessDataFrame(CPUDataFrameProcessor.java:357)
   at org.netbeans.lib.profiler.results.AbstractDataFrameProcessor.processDataFrame(AbstractDataFrameProcessor.java:97)
   at org.netbeans.lib.profiler.results.ProfilingResultsDispatcher$1.run(ProfilingResultsDispatcher.java:140)
Comment 1 Jiri Skrivanek 2014-09-15 11:35:59 UTC
Created attachment 149220 [details]
stacktrace
Comment 2 Tomas Hurka 2014-09-18 10:30:49 UTC
Can you please provide exact steps how to reproduce it? Thanks.
Comment 3 Jiri Skrivanek 2014-09-18 10:34:25 UTC
No, I can't. It happened just once.