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. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]