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

yin xiaobing xiaobing.yin at gmail.com
Thu Dec 25 20:27:49 PST 2008


#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).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20081226/4f322229/attachment.html>


More information about the webkit-dev mailing list