Re: bug on chmod command

2006-01-10 Thread Jim Meyering
Paul Eggert <[EMAIL PROTECTED]> wrote: > Jim Meyering <[EMAIL PROTECTED]> writes: > >> However, I'm not able to reproduce that with 5.93 and a small >> hierarchy created like this (on a RHEL 2.4.28-sparc system): > > I can reproduce the problem as follows on a Debian GNU/Linux stable x86 > system:

Re: bug on chmod command

2006-01-10 Thread Stavros Passas
On Mon, 2006-01-09 at 20:55 +0100, Jim Meyering wrote: > Stavros Passas <[EMAIL PROTECTED]> wrote: > ... > > more,on coreutils 5.93 the output on the same command is: > > > > chmod: fts_read failed: Permission denied > > *** glibc detected *** chmod: double free or corruption (fasttop): > > Thanks

Re: bug on chmod command

2006-01-09 Thread Paul Eggert
Jim Meyering <[EMAIL PROTECTED]> writes: > However, I'm not able to reproduce that with 5.93 and a small > hierarchy created like this (on a RHEL 2.4.28-sparc system): I can reproduce the problem as follows on a Debian GNU/Linux stable x86 system: 526-penguin $ mkdir d 527-penguin $ cd d 528-pen

Re: bug on chmod command

2006-01-09 Thread Jim Meyering
Stavros Passas <[EMAIL PROTECTED]> wrote: ... > more,on coreutils 5.93 the output on the same command is: > > chmod: fts_read failed: Permission denied > *** glibc detected *** chmod: double free or corruption (fasttop): Thanks for the report. However, I'm not able to reproduce that with 5.93 and

bug on chmod command

2006-01-09 Thread Stavros Passas
Hello, I'm not 100% sure if it a actual bug or not, but if someone use chmod with wrong arguments, he can take a sagmentation fault. Further Informations: System: i386,Linux 2.6.12 shell: bash 3.00.16 Version of coreutils: 5.2.1 Tested on Fedora3,Fedora4,Slackware Command to take the bug: to a