Bug 9873 - String.getBytes() garbles long strings, devours memory
Summary: String.getBytes() garbles long strings, devours memory
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kaffe
Version: 6.1
Hardware: All
OS: Linux
medium
high
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact:
URL: http://impp.research.ecal.com/java-mo...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-02-29 23:41 UTC by John Stracke
Modified: 2014-03-17 02:12 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-04-11 14:41:56 UTC
Embargoed:


Attachments (Terms of Use)

Description John Stracke 2000-02-29 23:41:52 UTC
String.getBytes() has some weird bug where, if the string is over 1024
characters (or perhaps it's if the output is over 1024 bytes), it
garbles the output, makes it longer than it's supposed to be, and, for
strings over about 2048 characters, consumes vast amounts of CPU and
memory.  This has previously been reported to the Kaffe developers,
but they weren't able to replicate it.

The URL above has more details, a fix, and a link to the Kaffe bug-tracking
system where I also reported the bug.

I'm marking Severity as "high" because it does cause crashes.  Converting
an 1800-character string to bytes maxed out my memory (it took up something
over 32M) and choked my system to a crawl until it ran out of memory and
stopped.

Comment 1 Bill Nottingham 2000-04-11 14:41:59 UTC
Fixed in kaffe-1.0.5-4. Thanks for the patch!


Note You need to log in before you can comment on or make changes to this bug.