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 262239 - java.nio.BufferUnderflowException at java.nio.Buffer.nextGetIndex
Summary: java.nio.BufferUnderflowException at java.nio.Buffer.nextGetIndex
Status: NEW
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-26 14:07 UTC by Shredder_121
Modified: 2016-08-21 02:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 224222


Attachments
stacktrace (966 bytes, text/plain)
2016-05-26 14:07 UTC, Shredder_121
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shredder_121 2016-05-26 14:07:06 UTC
This bug was originally marked as duplicate of bug 244899, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
GUEST: Error during profiling. Session hung.

shredder_121: Profiling a Spring Boot project with expensive profiling filters (I think)




Stacktrace: 
java.nio.BufferUnderflowException
   at java.nio.Buffer.nextGetIndex(Buffer.java:500)
   at java.nio.HeapByteBuffer.get(HeapByteBuffer.java:135)
   at org.netbeans.lib.profiler.results.AbstractDataFrameProcessor.getTimeStamp(AbstractDataFrameProcessor.java:144)
   at org.netbeans.lib.profiler.results.cpu.CPUDataFrameProcessor.doProcessDataFrame(CPUDataFrameProcessor.java:122)
   at org.netbeans.lib.profiler.results.AbstractDataFrameProcessor.processDataFrame(AbstractDataFrameProcessor.java:98)
   at org.netbeans.lib.profiler.results.ProfilingResultsDispatcher$1.run(ProfilingResultsDispatcher.java:140)
Comment 1 Shredder_121 2016-05-26 14:07:08 UTC
Created attachment 159892 [details]
stacktrace