|
From: Tom H. <to...@co...> - 2006-08-24 13:42:03
|
In message <200...@ac...>
Julian Seward <js...@ac...> wrote:
> On Thursday 24 August 2006 13:41, Bart Van Assche wrote:
>
> > MVL 4.0.1 has a debuginfo package for glibc. Unfortunately, there is
> > not enough space available on the target for installing that package. I can
> > try to make the debuginfo available via NFS, but how to tell V where to
> > find this debuginfo ?
>
> I don't know anything about debuginfo packages; particularly nothing about
> where they must live and/or how they are found. Tom Hughes might know.
They live in /usr/src/debug, at least on Fedora, so you will probably
need to make that a link to the NFS mount or something.
BTW there shouldn't be any problems intercepting functions without
it as the dynamic symbol table in the main library canbe used for
that - it will help get a backtrace however so you should be able
to see what called the glibc function where the problem was reported.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|