Mantis - Quercus
Viewing Issue Advanced Details
3162 minor always 12-12-08 09:56 12-12-08 10:13
koreth  
nam  
normal  
closed 4.0.0  
fixed  
none    
none 4.0.0  
0003162: ArrayIndexOutOfBoundsException when loading classes, round 2
The error takes longer to happen now, but I still see it. It starts at 1070 instead of 256 now.

java.lang.ArrayIndexOutOfBoundsException: 1070
    at com.caucho.quercus.env.Env.getClass(Env.java:3908)
    at com.caucho.quercus.env.Env.addClass(Env.java:3950)
    at com.caucho.quercus.env.Env.getClass(Env.java:3924)
    at com.caucho.quercus.env.Env.addClass(Env.java:3950)
    at com.caucho.quercus.env.Env.addClass(Env.java:3983)
    at com.caucho.quercus.program.ClassDefStatement.execute(ClassDefStatement.java:56)
    at com.caucho.quercus.program.BlockStatement.execute(BlockStatement.java:105)
    at com.caucho.quercus.program.QuercusProgram.execute(QuercusProgram.java:328)
    at com.caucho.quercus.page.InterpretedPage.execute(InterpretedPage.java:71)

There are no notes attached to this issue.