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]

recompiling dlopen'ed modules crashes application


Hello

I've been struggling with a problem for some time now.
I have an application that compiles and loads modules with dlopen.
The problem is that if i try to recompile a module that is already
loaded with dlopen the application crashes with the following message:

Program received signal SIGABRT, Aborted.
<address> in __kernel_vsyscall ()

this also happens if I simply rm the module file.

I don't know if this is normal behavior, but I would like to be able to
recompile my modules on the fly.

All help greatly appreciated!

/Dacobi



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