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 247149 - IllegalArgumentException: Invalid profiling instr. type: 0
Summary: IllegalArgumentException: Invalid profiling instr. type: 0
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on: 246817
Blocks:
  Show dependency tree
 
Reported: 2014-09-16 07:06 UTC by Jiri Skrivanek
Modified: 2014-10-09 09:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211893


Attachments
stacktrace (1.10 KB, text/plain)
2014-09-16 07:06 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-16 07:06:20 UTC
Build: NetBeans IDE Dev (Build 201409160001)
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 disconnected profiler and switched from Threads view to Objects view.




Stacktrace: 
java.lang.IllegalArgumentException: Invalid profiling instr. type: 0
   at org.netbeans.lib.profiler.ui.memory.MemoryView.refreshData(MemoryView.java:244)
   at org.netbeans.modules.profiler.v2.features.MemoryFeature.refreshView(MemoryFeature.java:821)
   at org.netbeans.modules.profiler.v2.features.MemoryFeature.access$2800(MemoryFeature.java:119)
   at org.netbeans.modules.profiler.v2.features.MemoryFeature$6.run(MemoryFeature.java:810)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 Jiri Skrivanek 2014-09-16 07:06:22 UTC
Created attachment 149241 [details]
stacktrace
Comment 2 Tomas Hurka 2014-09-18 10:26:52 UTC
The first exception in the messages.log is NPE - issue #246817. We will investigate this issue once issue #246817 is fixed.
Comment 3 Jiri Sedlacek 2014-10-07 12:30:26 UTC
Should be fixed by http://hg.netbeans.org/profiler-main/rev/bbc45442be55.