chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Chicken segfault


From: Felix
Subject: Re: [Chicken-users] Chicken segfault
Date: Mon, 20 Jun 2011 15:44:58 +0200 (CEST)

> When stepping from optimization level 2 to 3, I get a segmentation fault.
> 
> level 3:
>> chicken r-matcher-ch.scm -output-file r-matcher-ch.c -debug-level 1 
>> -optimize-level 2
> Warning: redefinition of standard binding: symbol->string
> Segmentation fault
> [ERROR: 139] >
> 

The Segmentation fault was caused by a bug in the C implementation of 
"list-tail" (an
incorrect typecheck resulted in a crash when the first argument was immediate 
but
non-null). I pushed a fix to the "master" branch.

Thanks for reporting this.


cheers,
felix



reply via email to

[Prev in Thread] Current Thread [Next in Thread]