[webkit-gtk] Win32 program crashes when loading pages that have jpg images
Jean-Philippe Chancelier
jpc at cermics.enpc.fr
Wed Apr 28 08:28:22 PDT 2010
SCU> I have fixed this problem. It was not caused by msvcrt.dll, but by
SCU> the inconsistency between libjpeg-<n>.dll and the webkit library. The
SCU> crash point is shown on my gdb debugger at setjmp() in msvcrt.dll
SCU> though. The same bug is mentioned at
SCU> https://bugzilla.redhat.com/show_bug.cgi?id=497492.
SCU> I patched a fix and rebuilt libjpeg dll file. Now with the new jpeg
SCU> dll, now my program works fine.
SCU> Cheers.
Hello Eugene,
Thanks for the hint, I have done the same (in fact cross compilation of
libjpeg using sources and patches from mingw32-libjpeg-7.2.rpm +
partial recompilation of webkit to be linked with the proper libjpeg-7.dll)
and was able to open http://arabic.cnn.com without crash.
I still detect random crashes on pages with png images but haven't tried
to debug since I just test my program with wine.
Cheers,
jpc
More information about the webkit-gtk
mailing list