[webkit-dev] About debug of webkit
changjiang fu fcjjcf
fcjjcf at gmail.com
Sun Jan 10 19:34:53 PST 2010
>
> I have both builded the Debug & Release version of test
> application WinLauncher.exe/WinLauncher_debug.exe.
>
(1) Release version of WinLauncher.exe is working well.
(2) Debug version of WinLauncher_debug.exe is crashed at
WebKitClassFactory.cpp line 68 when it started to run.
Backtrace:
-----------------------------------------------------------------------------------------------------------------
> WebKit.dll!SafariThemeLibrary() Line 68 + 0x58 bytes C++
WebKit.dll!WebKitClassFactory::WebKitClassFactory(_GUID
targetClass={...}) Line 81 + 0x5 bytes C++
WebKit.dll!DllGetClassObject(const _GUID & rclsid={...}, const _GUID &
riid={...}, void * * ppv=0x017bc5c0) Line 92 + 0x39 bytes C++
WebKit.dll!classFactory(const _GUID & clsid={...}) Line 58 + 0x1f
bytes C++
WebKit.dll!WebKitCreateInstance(const _GUID & rclsid={...}, IUnknown *
pUnkOuter=0x00000000, const _GUID & riid={...}, void * *
ppvObject=0x0040a308) Line 66 + 0xd bytes C++
WinLauncher_debug.exe!wWinMain(HINSTANCE__ * hInstance=0x00400000,
HINSTANCE__ * hPrevInstance=0x00000000, wchar_t * lpCmdLine=0x000208e8, int
nCmdShow=1) Line 185 + 0x16 bytes C++
WinLauncher_debug.exe!__tmainCRTStartup() Line 589 + 0x1c bytes C
....
------------------------------------------------------------------------------------------------------------------
The runtime library is configured as MD. I want to debug with it, but it was
crashed, anyone know what is the cause? Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20100111/0f589c78/attachment.html>
More information about the webkit-dev
mailing list