Re: lazy loading of a shared library
From: Peter T. Breuer (ptb_at_oboe.it.uc3m.es)
Date: 08/30/05
- Next message: Bruce: "How to display the linux distribution name?"
- Previous message: secretary_at_lxny.org: "NYC LOCAL: Tuesday 30 August 2005 NYLUG: Sunny Dubey on the Postfix Mail Transport System"
- In reply to: Dan Espen: "Re: lazy loading of a shared library"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Aug 2005 07:40:34 +0200
Dan Espen <daneNO@spam.mk.telcordia.com> wrote:
> "Peter T. Breuer" <ptb@oboe.it.uc3m.es> writes:
>> Somebody needs to run a debugger over this.
> Why?
Because "loading" a file into memory is different from mapping it.
> After a mmap, the only pages loaded are going
> to be the ones referenced.
If they are referenced.
> All a debugger could tell you is the reference
> pattern of a particular shared lib.
Which is what we want to know. As in "none yet" or "some now".
Peter
- Next message: Bruce: "How to display the linux distribution name?"
- Previous message: secretary_at_lxny.org: "NYC LOCAL: Tuesday 30 August 2005 NYLUG: Sunny Dubey on the Postfix Mail Transport System"
- In reply to: Dan Espen: "Re: lazy loading of a shared library"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|