[Bug 18632] gklayout.dll compiled from mingw fails to load (.dll from Firefox)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed May 27 07:47:51 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=18632


Sylvain Pasche <sylvain.pasche at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|libgklayout.dll compiled    |gklayout.dll compiled from
                   |from mingw fails to load    |mingw fails to load (.dll
                   |(.dll from Firefox)         |from Firefox)




--- Comment #2 from Sylvain Pasche <sylvain.pasche at gmail.com>  2009-05-27 07:47:51 ---
That dll is huge (181Mb not counting dependencies), so I tried to strip it but
after that Firefox could run without problems.

I tried to load that dll form a simple testcase doing just a LoadLibrary, but
then it loads fine.

Then I tried to run strace on both Firefox and the testcase in order to
compare, and apparently the issue is that the mmap2() call fails when running
from Firefox, but not from the testcase.



More information about the wine-bugs mailing list