Shared object compiled with g++ is not unloaded

2015-04-25 Thread Max Dmitrichenko
/home/tests/so/test.so then shared object was not unloaded. Remove "inline" keyword in so.cpp and everything works fine. That bad thing is that some parts of boost also make the plugin unloadable and this can be controlled. So, is it a bug? If no, can it be somehow workarounded? -- With be

Re: Shared object compiled with g++ is not unloaded

2015-05-05 Thread Max Dmitrichenko
So, really no ideas on this issue? Or this behavior is considered normal? 2015-04-26 1:38 GMT+03:00 Max Dmitrichenko : > Hi all! > > I've faced with strange behavior when I investigated a bug on a rather > new distros of Linux. I'm not sure that it is a bug of gcc, but may