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 +0000, "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