Bug#335647: Chmod receives SIGSEGV on removing executable bit

2005-10-26 Thread Jim Meyering
Andriy Lesyuk [EMAIL PROTECTED] wrote: 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 [realize that .* includes `..',

Bug#335647: Chmod receives SIGSEGV on removing executable bit

2005-10-25 Thread Andriy Lesyuk
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