[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#33044: Reproduced using guile binary
From: |
Tom de Vries |
Subject: |
bug#33044: Reproduced using guile binary |
Date: |
Mon, 15 Oct 2018 16:20:14 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 |
Hi,
Using a simple scheme hello world:
...
$ cat hello.scm
(display "hello world")
(newline)
...
we're able to reproduce the problem using the guile binary:
....
$ LC_CTYPE=ja_JP.sjis /home/vries/guile/2.2/install/bin/guile -s hello.scm
Segmentation fault (core dumped)
...
[ Note: When using 2.0, we need to set GUILE_INSTALL_LOCALE=1 in the
environment, otherwise the 'LC_CTYPE=ja_JP.sjis' setting has no effect. ]
Thanks,
- Tom