On Tue, Jun 18, 2013 at 12:02:56AM -0500, Daniel Ajoy wrote: > > This is my .csirc > > (use readline irregex) > (current-input-port (make-gnu-readline-port)) > (gnu-readline-parse-and-bind "set editing-mode vi") > (gnu-history-install-file-manager > (string-append (or (get-environment-variable "HOME") ".") > "/.chicken_history") > 9999) > > csi > > CHICKEN > (c) 2008-2013, The Chicken Team > (c) 2000-2007, Felix L. Winkelmann > Version 4.8.0.3 (stability/4.8.0) (rev 091c3d9) > windows-cygwin-x86 [ manyargs dload ptables ] > compiled 2013-03-12 on aeryn.xorinia.dim (Darwin) > > I press Ctrl-\ > > and I get > > #;1> ^\Segmentation fault (core dumped) > > why?
Probably because readline is flaky. Try with parley, which is more "native" and supports threading better anyway.. Cheers, Peter -- http://www.more-magic.net _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
