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 92359 - ArrayIndexOutOfBoundsException from memory snapshots comparision
Summary: ArrayIndexOutOfBoundsException from memory snapshots comparision
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-11 16:18 UTC by ehucka
Modified: 2007-02-12 23:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
snapshot 1 (24.57 KB, application/octet-stream)
2007-01-12 11:34 UTC, ehucka
Details
snapshot2 (24.53 KB, application/octet-stream)
2007-01-12 11:34 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2007-01-11 16:18:19 UTC
profiler 070111

I tried to compare todays memory liveness snapshot with one created by
yesterdays build of profiler:

java.lang.ArrayIndexOutOfBoundsException: 2026
        at
com.sun.tools.profiler.results.memory.LivenessMemoryResultsDiff.computeDiff(LivenessMemoryResultsDiff.java:93)
        at
com.sun.tools.profiler.results.memory.LivenessMemoryResultsDiff.<init>(LivenessMemoryResultsDiff.java:40)
        at
org.netbeans.modules.profiler.ResultsManager.compareSnapshots(ResultsManager.java:504)
        at
org.netbeans.modules.profiler.ResultsManager.compareSnapshots(ResultsManager.java:488)
        at
org.netbeans.modules.profiler.actions.CompareSnapshotsAction.compareDefinedSnapshot(CompareSnapshotsAction.java:145)
        at
org.netbeans.modules.profiler.actions.CompareSnapshotsAction.actionPerformed(CompareSnapshotsAction.java:68)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
Comment 1 ehucka 2007-01-12 11:34:04 UTC
Created attachment 37312 [details]
snapshot 1
Comment 2 ehucka 2007-01-12 11:34:28 UTC
Created attachment 37313 [details]
snapshot2
Comment 3 Jiri Sedlacek 2007-01-12 11:55:15 UTC
Fixed.
Comment 4 Ivan Sidorkin 2007-01-17 14:37:29 UTC
verifien in 070116
Comment 5 Alexander Kouznetsov 2007-02-12 23:15:50 UTC
Reproduced with Profiler 070212. Snapshots are attached.
Comment 6 Alexander Kouznetsov 2007-02-12 23:16:47 UTC
Reopened by mistake
Comment 7 Alexander Kouznetsov 2007-02-12 23:17:24 UTC
Verified