[webkit-help] webkit-help Digest, Vol 18, Issue 25

Nimish Nayak nimishnayk at gmail.com
Tue Jan 4 20:50:31 PST 2011


Hi Alex,

I tried to set the breakpoint at didFailProvisionalLoadWithError and saw the
call stack ..


WinLauncher.exe!WinLauncherWebHost::didFailProvisionalLoadWithError(IWebView
* webView=0x7fe9aea0, IWebError * error=0x7fed8810, IWebFrame *
frame=0x7feb2d90)  Line 56    C++
     WebKit.dll!105988ed()
     [Frames below may be incorrect and/or missing, no symbols loaded for
WebKit.dll]
     WebKit.dll!100b15ff()
     WebKit.dll!100b182d()
     WebKit.dll!100b24cb()
     WebKit.dll!1014edcd()
     WebKit.dll!100b0061()
     WebKit.dll!10475389()
     WebKit.dll!10345404()
     WebKit.dll!100af558()
     WebKit.dll!104753e0()
     WebKit.dll!104753ee()
     WebKit.dll!10475917()
     WebKit.dll!10475985()
     WebKit.dll!104759ee()
     WebKit.dll!103f9514()
     WebKit.dll!103feebc()
     WebKit.dll!10598759()
     WebKit.dll!105aed02()
     WebKit.dll!105af315()
     oleaut32.dll!771248a5()
     WebKit.dll!1059aa02()
     WebKit.dll!103ff1c3()
     WebKit.dll!104764ac()
     WebKit.dll!10344f82()
     WebKit.dll!10407a92()
     CFNetwork.dll!0038a5d4()
     CFNetwork.dll!0038bf08()
     CoreFoundation.dll!0052aae4()
     CoreFoundation.dll!004db080()
     CoreFoundation.dll!0052aae4()
     CoreFoundation.dll!004db344()
     CFNetwork.dll!0038cb79()
     CFNetwork.dll!0038bf7f()
     WebKit.dll!1035b824()
     CoreFoundation.dll!004db080()
     CFNetwork.dll!0038cb79()
     CFNetwork.dll!0038c08f()
     CFNetwork.dll!0038a330()
     user32.dll!77d48709()
     user32.dll!77d487eb()
     user32.dll!77d70494()
     user32.dll!77d70494()
     user32.dll!77d491ce()
     user32.dll!77d70494()
     user32.dll!77d489e8()
     WinLauncher.exe!wWinMain(HINSTANCE__ * hInstance=0x00400000,
HINSTANCE__ * hPrevInstance=0x00000000, wchar_t * lpCmdLine=0x00020816, int
nCmdShow=1)  Line 259 + 0xc bytes    C++
>    WinLauncher.exe!__tmainCRTStartup()  Line 574 + 0x1c bytes    C
     kernel32.dll!7c816d4f()
     kernel32.dll!7c8399f3()
     CoreFoundation.dll!004f0044()
     CoreFoundation.dll!004f0044()
     CoreFoundation.dll!004f0044()
     CoreFoundation.dll!004f0044()
     CoreFoundation.dll!004f0044()
     icuin40.dll!005f006e()
     icuin40.dll!005f006e()
     CoreFoundation.dll!004f0044()
     CoreFoundation.dll!004f0044()
     CoreFoundation.dll!004f0044()
     CoreFoundation.dll!004f0044()

I think this ( [Frames below may be incorrect and/or missing, no symbols
loaded for WebKit.dll] ) might be the issues but I am not sure how i can get
it to work.
pl help

On 31.12.2010 9:12, Nimish Nayak wrote:
>
> Hi Alexander
>
> As per your guidance I found out that the WinLauncherWebHost Class
> (predefined) inherits IWebFrameLoadDelegate Interface and implements
> some of its methods.
> I found out that its is failing in the method
> '
didFailProvisionalLoadWithError' I tried to find out there but most of
> the methods were
> not implemented.

When debugger is your friend.  I'd set the breakpoint at
didFailProvisionalLoadWithError and try to backtrace the problem.

--
Alex


-- 
Mr. Nimish Nayak
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20110105/6b0cca09/attachment.html>


More information about the webkit-help mailing list