Re: [webkit-gtk] Win32 program crashes when loading pages that have jpg images

2010-04-28 Thread Jean-Philippe Chancelier
SCU>    I have fixed this problem. It was not caused by msvcrt.dll, but by SCU> the inconsistency between libjpeg-.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://bugzi

Re: [webkit-gtk] Win32 program crashes when loading pages that have jpg images

2010-04-27 Thread SCU Rock
   I have fixed this problem. It was not caused by msvcrt.dll, but by the inconsistency between libjpeg-.dll and the webkit library. The crash point is shown on my gdb debugger at setjmp() in msvcrt.dll though. The same bug is mentioned at https://bugzilla.redhat.com/show_bug.cgi?id=497492.    I p

Re: [webkit-gtk] Win32 program crashes when loading pages that have jpg images

2010-04-25 Thread SCU Rock
Hi Phil, Any chance that you have seen the same problem? Do you have a different msvcrt.dll in your runtime environment? Thanks, Eugene On Thu, Apr 22, 2010 at 3:16 PM, SCU Rock wrote: > Hi Phil and others, > > I am using the webkit-1.1.90-win32 library that Phil has built. I > have a

[webkit-gtk] Win32 program crashes when loading pages that have jpg images

2010-04-22 Thread SCU Rock
Hi Phil and others,     I am using the webkit-1.1.90-win32 library that Phil has built. I have a problem. When accessing a page that has jpg files, the program would crash. Using GDB, I can see that it crashes at Windows' msvcrt.dll. Below is the gdb debug message. -- gdb: