[Webkit-unassigned] [Bug 96218] CRITICAL **: void webkit_download_start(WebKitDownload*): assertion `priv->timer == NULL' failed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 9 05:12:01 PDT 2013


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


Alberto Garcia <berto at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |berto at igalia.com




--- Comment #1 from Alberto Garcia <berto at igalia.com>  2013-09-09 05:11:15 PST ---
(In reply to comment #0)
>     ** (midori4:4274): CRITICAL **: void webkit_download_start(WebKitDownload*): assertion `priv->timer == NULL' failed

Looks like webkit_download_start() is being called twice, maybe it's a
bug in Midori?

> Looking at `webkitdownload.cpp` [1] I do not see when
>
>     static void webkit_download_init(WebKitDownload* download) {}
>
> is called and grepping through the source it looks like it never is.

That function is called when the WebKitDownload object is created.

The code that calls that function is generated from the G_DEFINE_TYPE
macro in that file.

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



More information about the webkit-unassigned mailing list