Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mat-dev] How to open bug with large file

I have a 148MB core dump which is causing an ArrayIndexOutOfBoundsException in org.eclipse.mat.parser.internal.GarbageCleaner.clean on the latest nightly. The maximum attachment size in bugzilla is 100MB. Is there another way to share the dump when opening the bug report?

Here is the stack of the exception in case anyone has any immediate thoughts:
java.lang.ArrayIndexOutOfBoundsException
        at org.eclipse.mat.parser.internal.GarbageCleaner.clean(GarbageCleaner.java:222)
        at org.eclipse.mat.parser.internal.SnapshotFactoryImpl.parse(SnapshotFactoryImpl.java:246)
        at org.eclipse.mat.parser.internal.SnapshotFactoryImpl.openSnapshot(SnapshotFactoryImpl.java:141)
        at org.eclipse.mat.snapshot.SnapshotFactory.openSnapshot(SnapshotFactory.java:145)
        at org.eclipse.mat.ui.snapshot.ParseHeapDumpJob.run(ParseHeapDumpJob.java:84)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

--
Kevin Grigorenko
IBM WebSphere Foundation SWAT Team
kevin.grigorenko@xxxxxxxxxx
Blog: https://www.ibm.com/developerworks/mydeveloperworks/blogs/kevgrig/


Back to the top