[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: current problems




> I tried to run testmm, it runs but complains about the following
> 
> testmm 1>log
> 
> dlopen err: /usr/local/lib/oil/FILEHandler_interests.oil: undefined 
>    symbol: _t11mkeyMessage2Z13mkeyHandleURLZ7URLType.theSender
> loadoil failed on /usr/local/lib/oil/FILEHandler_interests.oil

A known problem, I missed a linker flag somewhere. I'll clean this up
when I have the filter stuff running.

> I looked up the testoil references. They refer to the interests allocated
> by testoil. Those should be destructed by the destructor of testoil but
> that one is never called seems. 

Right. This bug is also on my list, I even posted it here a while ago
I think. 

> After some digging i arrived in the objectbroker. Why does it use dlopen
> on every createobject while it has the handle allready if he has created
> the object before?

Hakan mentioned this as well. Actually I'm not sure it is bad, since
one is allowed to dlopen multiple times (ld.so even keeps a reference
count). 

Kasper