Jim Meyering wrote, On 20/12/06 06:54:
Arthur Marsh <[EMAIL PROTECTED]> wrote:
Package: coreutils
Version: 5.97-5.2
ls /dev/tty*
works, but
ls -al /dev/tty*
segfaults. Last lines of strace:
lstat64("/dev/tty", {st_mode=S_IFCHR|0666, st_rdev=makedev(5, 0), ...})
= 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Process 31909 detached
Thanks for the report.
Does the slightly simpler
ls -al /dev/tty
also cause a segfault?
Would you please see if you can reproduce that
using the latest upstream? That one works fine for me.
Instructions here: (see the "How can you help?" section)
http://article.gmane.org/gmane.comp.gnu.coreutils.announce/38
In any case, please include the output of "find /dev/tty* -ls",
in case the bug is being provoked by some unusual device.
Hi, at present I can't reproduce the bug with the current Debian
unstable. (Your mail was apparently held up a few days:
Received: from mx.meyering.net ([82.230.74.64])
by ipmailmx01.adl2.internode.on.net with ESMTP; 23 Dec 2006 21:47:39
+1030
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: Ao8CAFGejEVS5kpA/2dsb2JhbAA
X-IronPort-AV: i="4.12,208,1165152600";
d="scan'208"; a="65598554:sNHT20577312"
Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000)
id 115C810F1; Tue, 19 Dec 2006 21:24:05 +0100 (CET)
From: Jim Meyering <[EMAIL PROTECTED]>
). The only "unusual" device was /dev/ttyACM0 used by a Nokia handset
being plugged into a USB port via a CA-42 cable.
Regards,
Arthur.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]