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
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
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
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
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
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
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
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