-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Downloaded version 1.1 and ran "java -Xmx1280M -jar jdeserialize.jar myfile"
where myfile was a large serialized object file (21MB). Output successfully
contained what looked like ~200x200 array of integers and then crashed with the
following exception. I know there is a lot more data in this object than this
2D array. Perhaps a null array has caused the thing to crash.
Exception in thread "main" java.lang.NullPointerException
at org.unsynchronized.arraycoll.toString(arraycoll.java:45)
at org.unsynchronized.arrayobj.toString(arrayobj.java:30)
at org.unsynchronized.jdeserialize.run(jdeserialize.java:843)
at org.unsynchronized.jdeserialize.main(jdeserialize.java:1186)
Original issue reported on code.google.com by Krustov...@gmail.com on 6 Apr 2012 at 3:36
Reactions are currently unavailable