[Webkit-unassigned] [Bug 105042] REGRESSION (r137487): Crashes in editing/execCommand/indent-paragraphs.html on GTK, EFL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 14 12:00:27 PST 2012


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


Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |danw at gnome.org




--- Comment #1 from Martin Robinson <mrobinson at webkit.org>  2012-12-14 12:02:47 PST ---
The crash is in libsoup. Not sure if we are doing something wrong to cause this. Here's a slightly more accurate part of the stack trace:

soup_session_request_uri (session=0x61c120, uri=uri at entry=0x0, error=error at entry=0x7fffffffc600) at soup-session.c:3792
3792        request_type = (GType)GPOINTER_TO_SIZE (g_hash_table_lookup (priv->request_types, uri->scheme));
(gdb) where
#0  soup_session_request_uri (session=0x61c120, uri=uri at entry=0x0, error=error at entry=0x7fffffffc600) at soup-session.c:3792
#1  0x00007ffff5598aca in soup_requester_request_uri (requester=0x634330, uri=0x0, error=0x7fffffffc600) at soup-requester.c:134
#2  0x00007ffff6ed8aeb in WebCore::ResourceHandle::start(WebCore::NetworkingContext*) () from /home/martin/WebKit/WebKitBuild/Release/.libs/libwebkitgtk-3.0.so.0
#3  0x00007ffff6eca101 in WebCore::ResourceHandle::create(WebCore::NetworkingContext*, WebCore::ResourceRequest const&, WebCore::ResourceHandleClient*, bool, bool) ()
   from /home/martin/WebKit/WebKitBuild/Release/.libs/libwebkitgtk-3.0.so.0

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