Bug#636286: eglibc: SIGSEGV in strcoll in UTF-8 locales with certain characters

2020-08-21 Thread John Paul Adrian Glaubitz
Hi! On 8/21/20 9:33 PM, John Paul Adrian Glaubitz wrote: > Could you check whether this bugs still persists? It's probably been fixed > long time ago, hasn't it? Looks like the bug is no longer reproducible: root@pacman:~# cat sfl.c #include #include #include #include const char s1[] = {

Bug#636286: eglibc: SIGSEGV in strcoll in UTF-8 locales with certain characters

2020-08-21 Thread John Paul Adrian Glaubitz
User: debian-68klists.debian.org Usertags: m68k X-Debbugs-CC: debian-...@lists.debian.org Hi Thorsten! Could you check whether this bugs still persists? It's probably been fixed long time ago, hasn't it? Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer -

Bug#636286: eglibc: SIGSEGV in strcoll in UTF-8 locales with certain characters

2011-08-07 Thread Andreas Schwab
The locale files are invalid. Since I cannot reproduce that with the unmodified localedef program this must be due to some broken debian patches. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something

Bug#636286: eglibc: SIGSEGV in strcoll in UTF-8 locales with certain characters

2011-08-02 Thread Andreas Schwab
There is no testcase. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something completely different. -- To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org with a subject of unsubscribe.

Bug#636286: eglibc: SIGSEGV in strcoll in UTF-8 locales with certain characters

2011-08-02 Thread Thorsten Glaser
Andreas Schwab dixit: There is no testcase. Meh, you know that when you say attach but forget to actually do it? Thanks for spotting. Here it is. bye, //mirabilos -- Support mksh as /bin/sh and RoQA dash NOW! ‣ src:bash (254 (273) bugs: 1 RC, 175 (190) IN, 78 (82) MW, 0 FP) ‣ src:dash (82 (90)

Bug#636286: eglibc: SIGSEGV in strcoll in UTF-8 locales with certain characters

2011-08-01 Thread Thorsten Glaser
Source: eglibc Version: 2.13-11 Severity: normal (Only normal severity because this doesn't happen on i386) root@aranym:~ # LC_ALL=C ./sfl; echo $? 1 root@aranym:~ # LC_ALL=CUT ./sfl; echo $? sfl: setlocale: No such file or directory 4 root@aranym:~ # LC_ALL=C.UTF-8 ./sfl; echo $? Segmentation