Stack.push() should not be throwing this exception. Looks like an
obvious bug. Any ideas?

java.lang.ArrayIndexOutOfBoundsException
        at java.lang.Throwable.fillInStackTrace(Throwable.java:native)
        at java.lang.Throwable.<init>(Throwable.java:37)
        at java.lang.Exception.<init>(Exception.java:20)
        at java.lang.RuntimeException.<init>(RuntimeException.java:17)
        at 
java.lang.IndexOutOfBoundsException.<init>(IndexOutOfBoundsException.java:17)
        at 
java.lang.ArrayIndexOutOfBoundsException.<init>(ArrayIndexOutOfBoundsException.java:17)
        at java.util.Vector.insertElementAt(Vector.java:249)
        at java.util.Vector.addElement(Vector.java:46)
        at java.util.Stack.push(Stack.java:40)
        at freenet.thread.FastThreadFactory$FThread.run(FastThreadFactory.java:105)

_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to