This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: recompiling dlopen'ed modules crashes application


On Sun, 2008-06-29 at 13:43 -0400, John Bossom wrote:
> 
> Did you perform a dlclose (i.e. explicitly unload them) before trying
> to compile a new one? 

No, since,
I was sort of thinking/hoping that when dlopen had been called the code
and symbols from the module would reside in memory making the actual
file on the hard drive irrelevant?

I'm on Ubuntu 8.04 Linux 2.6.24 btw...

/Dacobi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]