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 247827 - 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:
Blocks:
 
Reported: 2014-10-09 10:21 UTC by Jiri Skrivanek
Modified: 2014-11-24 10:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 212591


Attachments
stacktrace (1.21 KB, text/plain)
2014-10-09 10:21 UTC, Jiri Skrivanek
Details
stacktrace (1.21 KB, text/plain)
2014-10-09 11:18 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-10-09 10:21:33 UTC
Build: NetBeans IDE Dev (Build 201410090001)
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 dettached from external process when profiling Objects.




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.ObjectsFeatureUI.refreshData(ObjectsFeatureUI.java:123)
   at org.netbeans.modules.profiler.v2.features.ObjectsFeature.refreshView(ObjectsFeature.java:441)
   at org.netbeans.modules.profiler.v2.features.ObjectsFeature.access$2800(ObjectsFeature.java:91)
   at org.netbeans.modules.profiler.v2.features.ObjectsFeature$8.run(ObjectsFeature.java:430)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
Comment 1 Jiri Skrivanek 2014-10-09 10:21:35 UTC
Created attachment 149808 [details]
stacktrace
Comment 2 Jiri Skrivanek 2014-10-09 11:18:18 UTC
Created attachment 149809 [details]
stacktrace

I switched from Objects to Methods while profiling external application.
Comment 3 Jiri Sedlacek 2014-11-06 19:03:44 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/478fe535a02c.
Comment 4 Quality Engineering 2014-11-11 03:52:45 UTC
Integrated into 'main-silver', will be available in build *201411110002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/478fe535a02c
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #247827 - do not refresh data after Stop
Comment 5 Quality Engineering 2014-11-12 03:57:58 UTC
Integrated into 'main-silver', will be available in build *201411120002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/478fe535a02c
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #247827 - do not refresh data after Stop
Comment 6 Quality Engineering 2014-11-13 03:49:28 UTC
Integrated into 'main-silver', will be available in build *201411130002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/478fe535a02c
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #247827 - do not refresh data after Stop
Comment 7 Quality Engineering 2014-11-14 03:56:31 UTC
Integrated into 'main-silver', will be available in build *201411140002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/478fe535a02c
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #247827 - do not refresh data after Stop