[Webkit-unassigned] [Bug 96218] New: CRITICAL **: void webkit_download_start(WebKitDownload*): assertion `priv->timer == NULL' failed
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Sep 9 14:40:01 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=96218
Summary: CRITICAL **: void
webkit_download_start(WebKitDownload*): assertion
`priv->timer == NULL' failed
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Major
Priority: P2
Component: WebKit Gtk
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: paulepanter at users.sourceforge.net
With either Debian or Fedora 17 using Midori (0.4.6) with libwebkitgtk (1.8.1-3.1) downloading a file (for example PDF) the following message is printed to the console.
** (midori4:4274): CRITICAL **: void webkit_download_start(WebKitDownload*): assertion `priv->timer == NULL' failed
It does not matter if the file is opened or saved, the warning does always appear.
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.
[1] http://trac.webkit.org/browser/trunk/Source/WebKit/gtk/webkit/webkitdownload.cpp#L506
--
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