Anonymous | Login | Signup for a new account | 12-17-2024 14:36 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0002560 | [Quercus] | minor | always | 03-29-08 00:54 | 04-16-08 06:10 | ||||
Reporter | etzel | View Status | public | ||||||
Assigned To | nam | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | |||||||
Summary | 0002560: ArrayIndexOutOfBoundsException in set_error_handler | ||||||||
Description |
Using today's SVN version of Resin I got this when starting Drupal 5.7: java.lang.ArrayIndexOutOfBoundsException: 12 at com.caucho.quercus.env.Env.setErrorHandler(Env.java:4270) ... |
||||||||
Additional Information |
Patch Index: modules/quercus/src/com/caucho/quercus/env/Env.java =================================================================== --- modules/quercus/src/com/caucho/quercus/env/Env.java (revision 3994) +++ modules/quercus/src/com/caucho/quercus/env/Env.java (working copy) @@ -264,8 +264,8 @@ private LocaleInfo _locale; - private Callback [] _prevErrorHandlers = new Callback[B_STRICT + 1]; - private Callback [] _errorHandlers = new Callback[B_STRICT + 1]; + private Callback [] _prevErrorHandlers = new Callback[B_RECOVERABLE_ERROR + 1]; + private Callback [] _errorHandlers = new Callback[B_RECOVERABLE_ERROR + 1]; private Callback _prevExceptionHandler; private Callback _exceptionHandler; |
||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
32 total queries executed. 27 unique queries executed. |