guile-user
[Top][All Lists]
Advanced

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

guile-1.7.0 - srfi-13 - Segmentation fault


From: David Pirotte
Subject: guile-1.7.0 - srfi-13 - Segmentation fault
Date: Sun, 03 Mar 2002 01:08:09 -0300

hello,

I inadvertantly raised the following little problem using #'string-titlecase
from (srfi srfi-13), when applying the function to a string that contains some
(at least one) letters with accent, such éàî ...

        SuSE prof 7.3
        kernel 2.4.10
        gcc 2.95.3

        I checked out the cvs guile-core module on Feb, the 27th
        (and compiled/installed it of course)


        address@hidden:~/alto/projects/guile/share/alto 37 $ guile
        guile> (use-modules (srfi srfi-13))
        guile> (string-titlecase "liège")
        Segmentation fault
        address@hidden:~/alto/projects/guile/share/alto 38 $ 

So is (string-capitalize "liège"):

        address@hidden:~/alto/projects/guile/share/alto 44 $ guile
        guile> (string-capitalize "liège")
        Segmentation fault
        address@hidden:~/alto/projects/guile/share/alto 45 $ 

But (string-upcase "liège") is ok:

        address@hidden:~/alto/projects/guile/share/alto 43 $ guile
        guile> (string-upcase "liège")
        "LIèGE"
        guile> 


david




reply via email to

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