Bug#888479: Confirm for bug on stretch

2018-03-20 Thread Alexander M. Wirtz

Hi Thomas,

locale gives

LANG=
LANGUAGE=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=

the strace is giving the following lines, pressing 'ö' as last character

read(16, "a", 1)= 1
write(17, "a", 1)   = 1
read(16, "a", 1)= 1
write(17, "a", 1)   = 1
read(16, "a", 1)= 1
write(17, "a", 1)   = 1
read(16, "\303", 1) = 1
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0xf050b823} ---
+++ killed by SIGSEGV +++

Best,
Alexander

Quoting Thomas Lange <la...@informatik.uni-koeln.de>:

On Mon, 19 Mar 2018 23:05:26 +, "Alexander M. Wirtz"  
<alexan...@wirtz.cc> said:


> Happy to support the hunt, please advise.
Please add you locales setting, by sending the output of the command
locale

Then start a new tcsh with
strace -o /tmp/log tcsh

and check if you can see some interesing information in the last part
of the log before the segfault. If yes, please add then to the bug
report.
--
regards Thomas




Bug#888479: Confirm for bug on stretch

2018-03-19 Thread Alexander M. Wirtz

Hi all,

I have recently switched to stretch and I'm experiencing similar  
behaviour, segfaults when typing ö, ä, ü, ß, §, usw.


tcsh 6.20.00 (Astron) 2016-11-24 (i686-intel-linux) options  
wide,nls,dl,al,kan,sm,rh,nd,color,filec


Happy to support the hunt, please advise.

Best,
Alexander