Hi,

Kiyoshi KANAZAWA <[email protected]> skribis:

> Whole the backtrace is:
>   [1] __lwp_kill(0x1, 0x6, 0xffffffff89b048a0, 0x7fffffc5338e, 
> 0x6f00312e6f732e63, 0x612f6e00312e), at 0x7fffffc52a9a 
>   [2] _thr_kill(0x0, 0x0, 0x0, 0x0, 0x0, 0x0), at 0x7fffffc4b393 
>   [3] raise(0x0, 0x0, 0x0, 0x0, 0x0, 0x0), at 0x7fffffbf7d59 
>   [4] abort(0x0, 0x0, 0x0, 0x0, 0x0, 0x0), at 0x7fffffbd68c0 
> =>[5] pre_init_throw(k = 0x45b4c0, args = 0x4e2220), line 526 in "throw.c"
>   [6] vm_regular_engine(vm = 0x4db270, program = 0x4d6320, argv = 0x1, nargs 
> = 2), line 895 in "vm-i-system.c"
>   [7] scm_c_vm_run(vm = 0x4db270, program = 0x4d6320, argv = 
> 0xfffffd7fffdfe130, nargs = 6), line 567 in "vm.c"
>   [8] scm_call_with_vm(vm = 0x4db270, proc = 0x4d6320, args = 0x4db270), line 
> 859 in "vm.c"
>   [9] scm_to_stringn(str = 0x4e3620, lenp = (nil), encoding = 0x7ffffff05411 
> "ISO-8859-1", handler = SCM_FAILED_CONVERSION_QUESTION_MARK), line 1966 in 
> "strings.c"

This seems to indicate a failure to convert STR from ISO-8859-1, with a
failed attempt to raise an exception.

Can you try running Guile under the “C” locale?

  $ LANG=C ./meta/guile -c 1

Thanks,
Ludo’.



Reply via email to