[kaffe] -O4 jit3 problem

Godmar Back gback@stanford.edu
Tue, 4 Jun 2002 11:48:55 -0600 (MDT)


> 
> So, is it possible for the character array to be freed before the string?
> 

Yes.  The string isn't walked anymore by the time it's destroyed,
the char array could already be gone.
Amazing nobody encountered this before.

	- Godmar