The test-localename test crashes for me:

/bin/sh: line 5: 15913 Segmentation fault      ${dir}$tst
FAIL: test-localename

Gdb says:

(gdb) r
Starting program: /home/jas/src/gnulib/m/gltests/test-localename 

Program received signal SIGSEGV, Segmentation fault.
strcmp () at ../sysdeps/i386/i686/strcmp.S:39
39      ../sysdeps/i386/i686/strcmp.S: No such file or directory.
        in ../sysdeps/i386/i686/strcmp.S
Current language:  auto
The current source language is "auto; currently asm".
(gdb) bt
#0  strcmp () at ../sysdeps/i386/i686/strcmp.S:39
#1  0x08049840 in test_locale_name_thread () at test-localename.c:421
#2  0x0804aded in main () at test-localename.c:734
(gdb) 


Debugging it shows that the variables passed to strcmp are NULL.  Bruno,
are you able to reproduce this?

/Simon


Reply via email to