lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <48D36622.8080307@alcatel-lucent.com>
Date:	Fri, 19 Sep 2008 16:43:14 +0800
From:	gshan <gshan@...atel-lucent.com>
To:	linux-kernel@...r.kernel.org
Subject: bash hanged on serial port

Hi All, When I'm booting my card while keeping connect to serial port, 
everything is ok.
However, when I issued "reboot" command and disconnect connection to 
serial port and
waited for several minutes, shell (bash) hanged. Finally I found it 
hanged in following line
of /etc/init.d/rc.

stty onlcr 0>&1

Then I replace this line in /etc/init.d/rc with "strace stty onlcr 0>&1" 
and got following cached
output. However sys_ioctl of kernel wasn't called ever.

brk(0x1003b000)                         = 0x1003b000
brk(0x1003c000)                         = 0x1003c000
ioctl(0, TCGETS, {B9600 opost isig icanon echo ...}) = 0
ioctl(0, TCGETS, {B9600 opost isig icanon echo ...}) = 0
ioctl(0, TCSETSW


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ