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 247154 - IllegalArgumentException: Invalid profiling instr. type: 2
Summary: IllegalArgumentException: Invalid profiling instr. type: 2
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 08:27 UTC by Jiri Skrivanek
Modified: 2014-10-09 10:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211896


Attachments
stacktrace (2.45 KB, text/plain)
2014-09-16 08:27 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 08:27:21 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 attached to external process. Before I maybe profiled Objects.




Stacktrace: 
java.lang.IllegalArgumentException: Invalid profiling instr. type: 2
   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 08:27:23 UTC
Created attachment 149246 [details]
stacktrace
Comment 2 Tomas Hurka 2014-09-18 10:23:59 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:51 UTC
Should be fixed by http://hg.netbeans.org/profiler-main/rev/bbc45442be55.