Please do the followinf and see if you notice anything odd

a) ldd /bin/chmod

b) strace -o chmod.trace <your chmod command>

Look in the file chmod.trace and it will list all the function calls the
program uses, and will show where it sigsegv's.

Reply via email to