On Sat, Feb 28, 2009 at 11:53 PM, Drew Hess <[email protected]> wrote: > Hi, > > I'm able to consistently reproduce a segfault using alist->hash-table > with Chicken 3.4.0 on 3 different platforms: Debian unstable x86-64, Mac > OS X 10.5.6 x86-64 and Mac OS 10.5.6 i386. > > $ csi > > CHICKEN > (c)2008 The Chicken Team > (c)2000-2007 Felix L. Winkelmann > Version 3.4.0 - linux-unix-gnu-x86-64 [ 64bit manyargs dload ptables > applyhook ] > SVN rev. 11987 compiled 2009-02-19 on jarvis (Linux) > > #;1> (alist->hash-table '((a . b) 1 2 3)) > Segmentation fault
Just to be clear: I know that '((a . b) 1 2 3) isn't an alist, but I was surprised that Chicken segfaulted. FYI, mzscheme signals an error, complaining that 1 isn't a pair. I don't have any other Schemes that implement SRFI-69 handy to give more data points. thanks! d _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
