guile-devel
[Top][All Lists]
Advanced

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

segfault in guile 1.6.7


From: Alexey Voinov
Subject: segfault in guile 1.6.7
Date: Thu, 24 Mar 2005 20:11:52 +0300
User-agent: Mutt/1.4.2.1i

hi.

There's a bug in guile srfi-13 implementation. 

Steps to reproduce are:
$ guile
guile> (use-modules (srfi srfi-13))
guile> (string-index (string #\a) char-numeric?)
#f
guile> (string-index (string (integer->char 209)) char-numeric?)
zsh: 2760 segmentation fault  guile

I haven't checked if this bug is still present in cvs HEAD.
Patch attached.

-- 
Best Regards!
Alexey Voinov
             
address@hidden
address@hidden

Attachment: guile-1.6.7-alt-unsigned.patch
Description: Text document

Attachment: pgpwwu7dtuzon.pgp
Description: PGP signature


reply via email to

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