At 7:58 AM -0700 9/24/04, Dan Sugalski (via RT) wrote:
# New Ticket Created by  Dan Sugalski
# Please include the string:  [perl #31706]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31706 >


Something in parrot's letting strstart and bufstart get out of sync for some strings, which leads to a core dump.

Pinning wasn't properly updating things. If there was a GC between the pin and the use of the pinned string then strstart would point to freed memory and things would die.


Fixed.
--
                                Dan

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

Reply via email to