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

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

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.