> 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 _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
