Package: coreutils
Version: 5.2.1-2
Severity: normal
Bug appears when trying to remove executable bit of the .* files in
current directory:
$ chmod a-x .*
chmod: fts_read failed: Permission denied
Segmentation fault
When running in debugger:
$ gdb chmod
...
(gdb) run a-x .*
Starting program: /bin/chmod a-x .*
(no debugging symbols found)
(no debugging symbols found)
/bin/chmod: fts_read failed(no debugging symbols found)
: Permission denied
Program received signal SIGSEGV, Segmentation fault.
0x0804a05c in fts_close ()
(gdb) bt
#0 0x0804a05c in fts_close ()
#1 0x08049889 in ?? ()
#2 0x08050d98 in ?? ()
#3 0x0000000d in ?? ()
#4 0x0804e288 in _IO_stdin_used ()
#5 0x000001a4 in ?? ()
#6 0xbffff8a4 in ?? ()
#7 0xbffff8b8 in ?? ()
#8 0x40007823 in _dl_rtld_di_serinfo () from /lib/ld-linux.so.2
#9 0x4003d413 in __libc_start_main () from /lib/libc.so.6
#10 0x08048f11 in ?? ()
(gdb)
Sysinfo:
$ uname -a:
Linux lenux 2.4.27-2-386 #1 Tue Aug 16 15:28:25 JST 2005 i686 GNU/Linux
(tested also at Linux 2.6.12)
$ dpkg -s libc6 | grep ^Version:
Version: 2.3.5-6
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]