On Fri, May 29, 2015 at 4:21 AM, Fernando Rodriguez < [email protected]> wrote:
> On Thursday, May 28, 2015 6:01:22 PM Adam Carter wrote: > > How do you tell that the library is loaded by firefox? > > Load a page with a plugin then run htop, you may see a few plugin-container > child processes for firefox, note it's pid and then run (as root): > > cat /proc/<pid>/maps | grep libxul.so > > You'll see something like this: > 7ff264f9b000-7ff269e4b000 r-xp 00000000 08:06 8736977 > /usr/lib64/firefox/libxul.so > Thanks for that. Using that method I can see that the libraries are indeed loaded.

