Hi, On Fri, 2002-11-15 at 14:18, Brian Jones wrote: > Stephen Crawley <[EMAIL PROTECTED]> writes: > > > Brian: How long ago did this happen? If it was within the last week, > > do you have time to try to reproduce the segfault and email me a > > stack trace? > > ~/mauve/kissme/useful_scripts/kissme -cp \ > >/home/autotest/japitools-0.9/share/java/japitools.jar:/home/autotest/japitools-0.9/share/java/JSX1.0.5.3.jar:/home/autotest/japitools-0.9/share/java/java-getopt-1.0.9.jar:/home/autotest/japitools-0.9/share/java/jode-1.1.1.jar > \ > net.wuffies.japi.Japize as classpath-kissme packages \ > "/home/autotest/mauve/classpath/build/lib/glibj.zip" +java +javax +org \ > -java.awt.dnd.peer -java.awt.peer -org.apache -org.w3c.dom.css \ > -org.w3c.dom.events -org.w3c.dom.html -org.w3c.dom.stylesheets \ > -org.w3c.dom.traversal -org.w3c.dom.views -java.text.resources > > This is the command, in case that helps before I can get a stacktrace > to you.
Interesting, it gives the following exception (when processing java.io): java.lang.ArrayIndexOutOfBoundsException: 251 at jode.bytecode.BytecodeInfo.read (BytecodeInfo.java:843) at jode.bytecode.MethodInfo.readAttribute (MethodInfo.java:56) at jode.bytecode.BinaryInfo.readAttributes (BinaryInfo.java:149) at jode.bytecode.MethodInfo.read (MethodInfo.java:85) at jode.bytecode.ClassInfo.read (ClassInfo.java:339) at jode.bytecode.ClassInfo.loadInfo (ClassInfo.java:614) at jode.bytecode.FieldInfo.getConstant (FieldInfo.java:171) at net.wuffies.japi.JodeField.<init> (JodeField.java:32) at net.wuffies.japi.JodeClass.addFields (JodeClass.java:238) at net.wuffies.japi.JodeClass.getFields (JodeClass.java:252) at net.wuffies.japi.Japize.japizeClass (Japize.java:667) at net.wuffies.japi.Japize.processPackage (Japize.java:446) at net.wuffies.japi.Japize.processPackage (Japize.java:455) at net.wuffies.japi.Japize.processRootSet (Japize.java:376) at net.wuffies.japi.Japize.doJapize (Japize.java:356) at net.wuffies.japi.Japize.main (Japize.java:284) Need to find the Jode sources now (only the binary jar comes with japi...) Cheers, Mark _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

