Re: rpc.lockd segfault

2004-01-19 Thread Antoine Jacoutot
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

Re: rpc.lockd segfault

2004-01-18 Thread Antoine Jacoutot
On Sunday 18 January 2004 14:59, Gilad Rom wrote: > install -s uses strip(1), so all your debugging symbols are erased. > the original binary left in-place should have debugging symbols. Thanks you all, it seems to be ok now. I just have to wait for rpc.lockd to core dump again so I could get mor

Re: rpc.lockd segfault

2004-01-18 Thread Dan Nelson
In the last episode (Jan 18), Kris Kennaway said: > On Sun, Jan 18, 2004 at 02:58:44PM +0100, Antoine Jacoutot wrote: > > > Unfortunately that doesn't give any information. You'll need to > > > recompile rpc.lockd with GDB debugging symbols (add -ggdb to > > > CFLAGS). See the developer's handbook

Re: rpc.lockd segfault

2004-01-18 Thread Kris Kennaway
On Sun, Jan 18, 2004 at 02:58:44PM +0100, Antoine Jacoutot wrote: > > Unfortunately that doesn't give any information. You'll need to > > recompile rpc.lockd with GDB debugging symbols (add -ggdb to CFLAGS). > > See the developer's handbook on the website for more information about > > debugging

Re: rpc.lockd segfault

2004-01-18 Thread Gilad Rom
Antoine Jacoutot wrote: On Saturday 17 January 2004 23:01, Kris Kennaway wrote: Unfortunately that doesn't give any information. You'll need to recompile rpc.lockd with GDB debugging symbols (add -ggdb to CFLAGS). See the developer's handbook on the website for more information about debugging pr

Re: rpc.lockd segfault

2004-01-18 Thread Antoine Jacoutot
On Saturday 17 January 2004 23:01, Kris Kennaway wrote: > Unfortunately that doesn't give any information. You'll need to > recompile rpc.lockd with GDB debugging symbols (add -ggdb to CFLAGS). > See the developer's handbook on the website for more information about > debugging program failures wi

Re: rpc.lockd segfault

2004-01-17 Thread Kris Kennaway
On Sat, Jan 17, 2004 at 08:27:19PM +0100, Antoine Jacoutot wrote: > On Saturday 17 January 2004 13:38, Antoine Jacoutot wrote: > > I'm having a problem under FreeBSD-5.2-RELEASE. > > I mount my users homedir under NFS and need rpc.lockd. > > Unfortunately, and with no reason nor log, rpc.lockd regu

Re: rpc.lockd segfault

2004-01-17 Thread Antoine Jacoutot
On Saturday 17 January 2004 13:38, Antoine Jacoutot wrote: > I'm having a problem under FreeBSD-5.2-RELEASE. > I mount my users homedir under NFS and need rpc.lockd. > Unfortunately, and with no reason nor log, rpc.lockd regularly core dump... > Any idea where I should start looking. Here is more