[Webkit-unassigned] [Bug 29669] [GTK] Crash in WebCore::CachedResourceHandle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 10 18:48:35 PDT 2010


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


Pieter Ennes <bugs.webkit.org at spam.ennes.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugs.webkit.org at spam.ennes.
                   |                            |nl




--- Comment #1 from Pieter Ennes <bugs.webkit.org at spam.ennes.nl>  2010-04-10 18:48:35 PST ---
This one affects me too, reproducible in Epiphany and also when using
pywebkitgtk:

epiphany-webkit 2.28.0-4ubuntu1
python 2.6.4-0ubuntu1
libwebkit-1.0-2 1.1.15.2-1
python-webkit 1.1.7-1

Both crash when opening http://www.webwereld.com/.

** (webmouse-webkit.py:11905): CRITICAL **: WebKitWebResource*
webkit_web_view_get_resource(WebKitWebView*, char*): assertion `resourceFound
|| g_str_equal(identifier, priv->mainResourceIdentifier)' failed

** (webmouse-webkit.py:11905): CRITICAL **: const gchar*
webkit_web_resource_get_uri(WebKitWebResource*): assertion
`WEBKIT_IS_WEB_RESOURCE(webResource)' failed

Maybe the message that curl gives in the last line can give a hint:

$ curl -vv http://www.webwereld.com/
* About to connect() to www.webwereld.com port 80 (#0)
*   Trying 98.124.198.1... connected
* Connected to www.webwereld.com (98.124.198.1) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.19.5 (x86_64-pc-linux-gnu) libcurl/7.19.5 OpenSSL/0.9.8g zlib/1.2.3.3 libidn/1.15
> Host: www.webwereld.com
> Accept: */*
> 
< HTTP/1.1 200 OK
< Connection: close
< Date: Sun, 11 Apr 2010 01:46:17 GMT
< Server: Microsoft-IIS/6.0
< X-Powered-By: ASP.NET
< X-AspNet-Version: 2.0.50727
< Transfer-Encoding: chunked
< Cache-Control: private
< Content-Type: text/html; charset=utf-8
< 
<html><head>

<title></title></head>
<!-- Redirection Services ASH01WRED01 H1 -->
<frameset rows='100%, *' frameborder=no framespacing=0 border=0>
<frame src="http://parking.afternic.com/webwereld.com" name=mainwindow
frameborder=no framespacing=0 marginheight=0 marginwidth=0></frame>
<frame src="/?a8734haka8dr781346=true" NAME=a33 frameborder=no framespacing=0
marginheight=0 marginwidth=0></frame>
</frameset>
<noframes>
<h2>Your browser does not support frames.  We recommend upgrading your
browser.</h2><br><br>
<center>Click <a href="http://parking.afternic.com/webwereld.com">here</a> to
enter the site.</center>
* transfer closed with outstanding read data remaining
* Closing connection #0
curl: (18) transfer closed with outstanding read data remaining

-- 
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