[Bug 436378] testutf8 sometimes hangs hard in X terminals
https://bugzilla.novell.com/show_bug.cgi?id=436378 https://bugzilla.novell.com/show_bug.cgi?id=436378#c20 Stanislav Brabec <sbrabec@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #20 from Stanislav Brabec <sbrabec@suse.com> 2013-11-06 19:35:10 CET --- testutf8 no longer exists in its original form. The code that triggered or caused the hang is dropped. The dummy script does not do any more any UTF-8 detection. It is just an obsolete piece of code. Opening bug 849258 for finishing the testutf8 removal. If there is still a need for the UTF-8 detection, the old code can be reused in another way and only in place where it makes sense (e. g. shell opened by one of remote access daemons), and this bug can then be re-checked. Dummy testutf8 script: #!/bin/sh # testutf8 will be soon removed completely, it's kept only not to break # /etc/profile currently if tty -s; then exit 2 else exit 0 fi It means, that it only returns: 2 if standard input is a terminal 0 if standard input is not a terminal or if a write error occurs -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com