[Webkit-unassigned] [Bug 20403] [Gtk] Segfault after logging in at partyliveonline.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 16 05:19:46 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20403





------- Comment #3 from mrowe at apple.com  2008-08-16 05:19 PDT -------
void FrameLoaderClient::postProgressEstimateChangedNotification()
{
    WebKitWebView* webView = getViewFromFrame(m_frame);

WebKitWebView* getViewFromFrame(WebKitWebFrame* frame)
{
    WebKitWebFramePrivate* priv = frame->priv;
    return priv->webView;


The disassembly indicates that inside
FrameLoaderClient::postProgressEstimateChangedNotification, m_frame is 0.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list