Re: [Chicken-users] Updated eggs

2005-10-11 Thread Daishi Kato
Although this is not the exact code, I can reproduce it on my pc. csi -R numbers -eval '(bitwise-and (random (expt 2 64)) (- (expt 2 64) 1))' Daishi At Fri, 7 Oct 2005 08:10:35 +0200, felix winkelmann wrote: Can you send me the exact code that causes this error? cheers, felix On

Re: [Chicken-users] Updated eggs

2005-10-11 Thread felix winkelmann
Hm... Works fine on this machine. I'll try it on another tonight. Can someone else reproduce this problem? cheers, felix On 10/12/05, Daishi Kato [EMAIL PROTECTED] wrote: Although this is not the exact code, I can reproduce it on my pc. csi -R numbers -eval '(bitwise-and (random (expt 2

Re: [Chicken-users] Updated eggs

2005-10-11 Thread Alex Shinn
At Wed, 12 Oct 2005 07:35:36 +0200, felix winkelmann wrote: Hm... Works fine on this machine. I'll try it on another tonight. Can someone else reproduce this problem? I can: $ csi -R numbers -eval '(bitwise-and (random (expt 2 64)) (- (expt 2 64) 1))' *** glibc detected *** double free or

Re: [Chicken-users] Updated eggs

2005-10-11 Thread Daishi Kato
FYI, the GMP i'm using is of version 4.1.4 on debian. --daishi At Wed, 12 Oct 2005 07:35:36 +0200, felix winkelmann wrote: Hm... Works fine on this machine. I'll try it on another tonight. Can someone else reproduce this problem? cheers, felix On 10/12/05, Daishi Kato [EMAIL