Re: [kaffe] java.lang.ArrayIndexOutOfBoundsException thrown by Stack.push()

2004-07-15 Thread Dalibor Topic
Jai wrote: hi Hi Jai, can u send any programm with code with ArrayOutOfBoundException and NullPointerException thanks I'm sorry, I don't think I understand. Do you want the source code for NullPointerException ?? cheers, dalibor topic ___ kaffe mailing

[kaffe] java.lang.ArrayIndexOutOfBoundsException thrown by Stack.push()

2004-07-15 Thread Jai
hi can u send any programm with code with ArrayOutOfBoundException and NullPointerException thanks   jai jai BSW-SOFT PVT  LTD.167,Amar Jyoti Layout,KormangalaRing Raod,Domlur Extension,Bangalore-71Tel-  080-25356822,51161208 ___ kaffe mailing list

Re: [kaffe] java.lang.ArrayIndexOutOfBoundsException thrown by Stack.push()

2003-04-02 Thread Dalibor Topic
hi Mark, --- Mark J Roberts <[EMAIL PROTECTED]> wrote: > 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.T

Re: [kaffe] java.lang.ArrayIndexOutOfBoundsException thrown by Stack.push()

2003-03-14 Thread Dalibor Topic
Hi Mark, --- Mark J Roberts <[EMAIL PROTECTED]> wrote: > Stack.push() should not be throwing this exception. > Looks like an > obvious bug. Any ideas? Looks like a race condition bug to me. Could you make Vector.addElement synchronized, and see if that helps? My assumption is that between the si

[kaffe] java.lang.ArrayIndexOutOfBoundsException thrown by Stack.push()

2003-03-13 Thread Mark J Roberts
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.(Throwable.java:37) at java.lang.Exception.(Exception.jav