This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 14598 - repeated "string index out of bounds" exceptions
Summary: repeated "string index out of bounds" exceptions
Status: CLOSED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-20 20:33 UTC by tnelson
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log file containing representative error messages (10.15 KB, text/plain)
2001-08-29 19:29 UTC, tnelson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tnelson 2001-08-20 20:33:46 UTC
I was attempting to compile some new code when the IDE became unresponsive.  
CPU usage was 100%, and my process memory usage ran away (>175M on a 512M 
machine).  I was eventually able to exit the IDE, and wound up with a 12M log 
file.  First there is a NumberFormatException in XMLSupport.parseByte(), then 
an FSException, then miles and miles of StringIndexOutOfRangeExceptions.  
Finally it hits an OutOfMemoryError.  I get numerous OutOfMemoryErrors while 
trying to exit, but eventually it exits.
Comment 1 Jan Becicka 2001-08-22 09:47:57 UTC
Can you attach .log file? Please remove miles and miles of 
StringIndexOutOfRangeExceptions, one representative is sufficient. 
12M file will be too huge. Thanks
Comment 2 Svata Dedic 2001-08-24 06:37:06 UTC
I haven't seen this in the latest dev builds. Please provide the 
relevant log file and reproduction steps, if possible (and reopen 
the bug, of course).
Comment 3 tnelson 2001-08-29 19:29:27 UTC
Created attachment 2346 [details]
IDE log file containing representative error messages
Comment 4 Svata Dedic 2001-08-30 07:35:47 UTC
The stacktrace seems identical to the one of issue #13405. That bug
was already fixed for NetBeans-3.3
Comment 5 Quality Engineering 2003-07-01 13:11:33 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 6 Quality Engineering 2003-07-01 13:17:50 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.
Comment 7 Quality Engineering 2007-09-20 12:11:59 UTC
Reorganization of java component