On 9 January 2012 21:53, Schwab,Wilhelm K <bschwab@anest.ufl.edu> wrote:
It is common to discuss something before creating tracker entries, and I DID state what I think is wrong and proposed a solution. Â I've asked for a debate on the merits of the idea, aka, looking for the library where #moduleName says to look, respecting the behavior of dlopen on Ubuntu. Â I spent significant time researching this behavior, and have tried to share what I believe it all says we should be doing.
maybe you did missed it, i suggested to move all library/module/plugin search logic into image side while leave only direct calls to dlopen() (or analoguous platform-specific call) in VM. In that way, we could be able to have better control and diagnose problems of (not)finding libs and so on. Because the library lookup mechanism which is currently hardcoded in VM doesn't makes me feel happy. -- Best regards, Igor Stasenko.