chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] pressed Ctrl-\ and got segmentation fault


From: Peter Bex
Subject: Re: [Chicken-users] pressed Ctrl-\ and got segmentation fault
Date: Tue, 18 Jun 2013 09:36:43 +0200
User-agent: Mutt/1.4.2.3i

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



reply via email to

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