At 8:00 PM +0200 5/23/02, Jens Rieks wrote:
>I've attached a small pasm file that crashes Parrot. Seems to be a GC issue,
>it workes fine if "sweepoff" is added.

The GC assumes that the stack entries are always valid, and you 
pushed invalid strings onto the stack. (The string register was NULL 
since it'd never been used) Theoretically this shouldn't be done, but 
I put in a patch to the GC to double check, just in case.
-- 
                                         Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                       teddy bears get drunk

Reply via email to