On Thu, Apr 28, 2016 at 07:58:24AM +1200, Karl Tomlinson wrote: > libxul.so is dlopen()ed from the firefox process. That firefox > process would already have a libc.so.6, I assume, and so I would not > expect libxul.so to load another libc.so.6.
It probably does here: https://dxr.mozilla.org/mozilla-central/source/toolkit/components/osfile/modules/osfile_unix_allthreads.jsm#42 The list of library it tries comes from bug 878791, and the reason libc.so is in there is for Android. We should probably stop unconditionally try all variants on all systems. a.out should work on most, and we should special-case on systems where that doesn't work. Mike _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

