On Tue, Oct 22, 2013 at 11:39 AM, Patrick Ohly <[email protected]>wrote:

>
> Another semantic difference is that a module fails to load with RTLD_NOW
> if any of its symbols cannot be resolved. With RTLD_LAZY, it gets loaded
> and a runtime error occurs when calling an unresolvable method.
>

btw, I saw dlopen() crashing (Segmentation fault) with RTLD_NOW if an
unresolved symbol was hit.

-- Mikko
_______________________________________________
Dev mailing list
[email protected]
https://lists.tizen.org/listinfo/dev

Reply via email to