[webkit-dev] crash in WebKit.dll when debuging WinLauncher

Brent Fulgham bfulgham at gmail.com
Thu Dec 25 20:29:10 PST 2008


You most likely do not have the SafarTheme.dll file in the directory  
of your application, OR you are missing the set of Safari Theme  
resources.  These can be copied from the Safari instance.  I believe  
they are held in a directory called Safari.resources or  
SafariTheme.resources.

-Brent


On Dec 25, 2008, at 8:27 PM, yin xiaobing wrote:

> #if USE(SAFARI_THEME)
> #if !defined(NDEBUG) && defined(USE_DEBUG_SAFARI_THEME)
> SOFT_LINK_DEBUG_LIBRARY(SafariTheme)
> #else
> SOFT_LINK_LIBRARY(SafariTheme)----------------------->breaks here
> #endif
>
>
> (..\WebKitClassFactory.cpp:67 SafariThemeLibrary)
>
> First-chance exception at 0x5ec2a3a8 (WebKit.dll) in  
> WinLauncher_debug.exe: 0xC0000005: Access violation writing location  
> 0xbbadbeef.
> Unhandled exception at 0x5ec2a3a8 (WebKit.dll) in  
> WinLauncher_debug.exe: 0xC0000005: Access violation writing location  
> 0xbbadbeef.
> The program '[3856] WinLauncher_debug.exe: Native' has exited with  
> code -1073741819 (0xc0000005).
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev



More information about the webkit-dev mailing list