[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] number->string bug
From: |
felix winkelmann |
Subject: |
Re: [Chicken-users] number->string bug |
Date: |
Wed, 7 Jan 2009 14:54:00 +0100 |
On Wed, Jan 7, 2009 at 4:20 AM, Kevin Beranek <address@hidden> wrote:
> I've stumbled upon some interesting behavior of number->string. It
> appears that there was previously a ticket filed for a similar bug in
> version 2.6 (http://trac.callcc.org/ticket/160). What I've been
> observing doesn't seem to be exactly the same but it is perhaps related
> because I've only noticed it with base 2 as was the case with the
> previous bug.
>
Hi!
Attached a patch that should fix the problem. It happened only in
the case when a garbage collection occurred while allocating
the result. Thanks for reporting this!
cheers,
felix
number_to_string.diff
Description: Text Data