https://bugzilla.mindrot.org/show_bug.cgi?id=1990
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Darren Tucker <[email protected]> --- I suspect the comment about locale was a suggestion to either try it with a different one or specify what it was so we could try that. anyway: $ mkdir /tmp/testä $ export LOCALE=pl_PL.UTF-8 $ gdb -q ./sftp Reading symbols from /home/dtucker/openssh-6.1p1/sftp...done. (gdb) set args localhost (gdb) run Starting program: /home/dtucker/openssh-6.1p1/sftp localhost Connected to localhost. sftp> cd /tmp/t[TAB] sftp> cd /tmp/test\303\244/ My guess is that it's crashing inside libedit (mine is 2.11-20080614-5 on x64_64). So far, the only reported instances are on Arch. Could you please try repeating the test under GDB as per the above, and if it does crash us "bt" to get a backtrace to see where it's crashing. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
