Hi Mark, * Mark Carter <[email protected]> [120314 09:09]: > I'm getting a segfault with srfi-34: > > $ csi > > CHICKEN > (c)2008-2011 The Chicken Team > (c)2000-2007 Felix L. Winkelmann > Version 4.7.0.5-st > linux-unix-gnu-x86 [ manyargs dload ptables ] > compiled 2012-03-07 on miro (Linux) > > #;1> (use srfi-34) > ; loading /home/mcarter/.local/lib/chicken/6/srfi-34.import.so ... > ; loading /home/mcarter/.local/lib/chicken/6/chicken.import.so ... > ; loading /home/mcarter/.local/lib/chicken/6/scheme.import.so ... > ; loading /home/mcarter/.local/lib/chicken/6/srfi-34.so ... > #;2> (raise 'oops) > Segmentation fault
I am not sure whether this is due to srfi-34's raise mixed with csi's srfi-12. If you use that inside a guard statement it works for me (as the tests do too). I have filed a bug nonetheless in case I misunderstand the situation, at least it should not segfault if that can be avoided... I have filed this ticket for you: https://bugs.call-cc.org/ticket/801 Thanks for the report! Christian -- Who can (make) the muddy water (clear)? Let it be still, and it will gradually become clear. Who can secure the condition of rest? Let movement go on, and the condition of rest will gradually arise. -- Lao Tse. _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
