Selon Dan Nelson <[EMAIL PROTECTED]>: > > > install -s -o root -g wheel -m 555 rpc.lockd /usr/sbin > > ^^ > > > > This strips the debugging symbols. Run gdb against the version of the > > binary in the obj/ directory.
Allright, so I rebuilt rpc.lockd with: "-g" and copy the binary to /usr/sbin/rpc.lockd (without stripping it). I can't attache gdb to it because rpc.lockd wouldn't work for clients. So I analysed to core file again and didn't get much info: Core was generated by `rpc.lockd'. Program terminated with signal 11, Segmentation fault. #0 0x0804dd2f in ?? () (gdb) quit Any idea ? Thanks all for your help. Oh, by the way, it does not core dump right away, it does sometimes (from 30 minutes to 12 hours). Regards, Antoine _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"