the gdb problem when trying to debug a program which result the following output procfs_write_pcwstop procfs_read_pcwstop init_inferior: wait_for_stop failed. the permission for /bin/ksh or whatever shell in used have been changed to no-readable under 'other' group. this affect the gdb from debugging child process from the userid need to do the debugging. adding the r to /bin/ksh or whatever shell permission r-xr-xr-x solved the problems. In case someone encounter this in gdb. _____________________________________________________________ Where you'll find everything under the Sun for the Sun.......www.SunGuru.com _______________________________________________ Bug-gdb mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gdb
