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 197618 - AIOOBE in org.netbeans.lib.profiler.server.ProfilerRuntimeObjAlloc.traceObjAlloc()
Summary: AIOOBE in org.netbeans.lib.profiler.server.ProfilerRuntimeObjAlloc.traceObjAl...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-11 13:44 UTC by Anton Chechel
Modified: 2013-07-17 14:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178257


Attachments
stacktrace (2.25 KB, text/plain)
2011-04-11 13:45 UTC, Anton Chechel
Details
AIOOBE stacktrace (2.79 KB, text/plain)
2011-10-31 08:54 UTC, J Bachorik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Chechel 2011-04-11 13:44:57 UTC
Build: NetBeans IDE Dev (Build 20110411-95fa2f6ba3a6)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows 7

User Comments:
manowar: editing JSP page




Stacktrace: 
java.lang.NullPointerException
   at java.lang.Class$MethodArray.addAll(Class.java:2455)
   at java.lang.Class.privateGetPublicMethods(Class.java:2554)
   at java.lang.Class.getMethods(Class.java:1410)
   at org.apache.tools.ant.IntrospectionHelper.<init>(IntrospectionHelper.java:186)
   at org.apache.tools.ant.IntrospectionHelper.getHelper(IntrospectionHelper.java:350)
   at org.apache.tools.ant.IntrospectionHelper.getHelper(IntrospectionHelper.java:329)
Comment 1 Anton Chechel 2011-04-11 13:45:04 UTC
Created attachment 107637 [details]
stacktrace
Comment 2 Jesse Glick 2011-10-27 23:19:55 UTC
No clue. Looks like the IDE was being run under the profiler; maybe the profiler agent somehow corrupted a class definition?
Comment 3 J Bachorik 2011-10-31 08:54:29 UTC
Created attachment 112581 [details]
AIOOBE stacktrace

The NPE seems to be just a consequence of the previous profiler error - AIOOBE in org.netbeans.lib.profiler.server.ProfilerRuntimeObjAlloc.traceObjAlloc().

Attaching the stacktrace for AIOOBE.
Comment 4 Tomas Hurka 2013-07-17 14:45:45 UTC
It looks like this is fixed. Please reopen if you are able to reproduce it in NB 7.4 beta. Thanks.