RESOLVED WONTFIX 96218
CRITICAL **: void webkit_download_start(WebKitDownload*): assertion `priv->timer == NULL' failed
https://bugs.webkit.org/show_bug.cgi?id=96218
Summary CRITICAL **: void webkit_download_start(WebKitDownload*): assertion `priv->ti...
Paul Menzel
Reported 2012-09-09 14:40:19 PDT
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
Attachments
Alberto Garcia
Comment 1 2013-09-09 05:11:15 PDT
(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.
Martin Robinson
Comment 2 2014-04-08 19:03:56 PDT
The GTK+ port of WebKit1 has been removed.
Note You need to log in before you can comment on or make changes to this bug.