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 70502 - Null pointer while configuring profiler
Summary: Null pointer while configuring profiler
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
: 70537 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-12-16 13:38 UTC by charlesgriswold
Modified: 2006-10-23 16:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log file from null pointer in profiler (290.67 KB, text/html)
2005-12-16 13:40 UTC, charlesgriswold
Details
NetBeans log file (233.83 KB, text/plain)
2005-12-19 14:25 UTC, charlesgriswold
Details

Note You need to log in before you can comment on or make changes to this bug.
Description charlesgriswold 2005-12-16 13:38:35 UTC
Null pointer while running profiler.
Error occured while setting memory profiling options
Log attached.
Comment 1 charlesgriswold 2005-12-16 13:40:54 UTC
Created attachment 27892 [details]
log file from null pointer in profiler
Comment 2 ehucka 2005-12-19 09:12:40 UTC
I cannot find NullPointerException in the attached log. Is it right log?
Comment 3 charlesgriswold 2005-12-19 14:23:50 UTC
Ops...Correct log file attached
Comment 4 charlesgriswold 2005-12-19 14:25:13 UTC
Created attachment 27945 [details]
NetBeans log file
Comment 5 iformanek 2006-01-06 18:23:18 UTC
*** Issue 70537 has been marked as a duplicate of this issue. ***
Comment 6 J Bachorik 2006-06-27 14:33:23 UTC
Included sanity check before attempting System.arrayCopy (the array to be copied
must not be null)