[kaffe] java.lang.ArrayIndexOutOfBoundsException thrown by Stack.push()
    Mark J Roberts 
    mjr at znex.org
       
    Thu Mar 13 15:38:01 PST 2003
    
    
  
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)
    
    
More information about the kaffe
mailing list