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 248853 - 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:
Blocks:
 
Reported: 2014-11-24 11:01 UTC by Jiri Skrivanek
Modified: 2014-12-18 13:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213638


Attachments
stacktrace (1.33 KB, text/plain)
2014-11-24 11:01 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-11-24 11:01:17 UTC
Build: NetBeans IDE Dev (Build 201411240001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
jskrivanek: Probably I select multiple features (Methods, Threads) and started profiling. Then I switched to Objects and back to Methods and I click to live view.




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.ObjectsFeatureUI.refreshData(ObjectsFeatureUI.java:123)
   at org.netbeans.modules.profiler.v2.features.ObjectsFeature.refreshView(ObjectsFeature.java:450)
   at org.netbeans.modules.profiler.v2.features.ObjectsFeature.access$2800(ObjectsFeature.java:92)
   at org.netbeans.modules.profiler.v2.features.ObjectsFeature$8.run(ObjectsFeature.java:438)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1425)
Comment 1 Jiri Skrivanek 2014-11-24 11:01:20 UTC
Created attachment 150658 [details]
stacktrace
Comment 2 Jiri Sedlacek 2014-11-25 14:43:23 UTC
Finally fixed by http://hg.netbeans.org/profiler-main/rev/0c3614edf8ed.