[Webkit-unassigned] [Bug 130492] New: [GTK] Running minibrowser with url crashes in debug build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 19 18:49:27 PDT 2014


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

           Summary: [GTK] Running minibrowser with url crashes in debug
                    build
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jaepark at webkit.org
                CC: mrobinson at webkit.org, svillar at igalia.com


#0  0x00007ffff2549fdb in WTFCrash () at ../../Source/WTF/wtf/Assertions.cpp:333
#1  0x00007ffff2f7f508 in WebCore::URL::URL (this=0x7fffffffcb30, url=...) at ../../Source/WebCore/platform/URL.cpp:331
#2  0x00007ffff247329b in WebCore::ResourceRequest::ResourceRequest (this=0x7fffffffcbc0, url=...) at ../../Source/WebCore/platform/network/soup/ResourceRequest.h:42
#3  0x00007ffff2482337 in webkit_web_view_load_uri (webView=0x6cfd30, uri=0x704730 "http://www.naver.com") at ../../Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:2002
#4  0x000000000040ef63 in browser_window_load_uri (window=0x70c2a0, uri=0x6beec0 "http://www.naver.com") at ../../Tools/MiniBrowser/gtk/BrowserWindow.c:801
#5  0x000000000040f09e in createBrowserWindow (uri=0x6c0e50 "http://www.naver.com", webkitSettings=0x681310) at ../../Tools/MiniBrowser/gtk/main.c:74
#6  0x000000000040fa25 in main (argc=1, argv=0x7fffffffce88) at ../../Tools/MiniBrowser/gtk/main.c:286

This crash appeared as of r163037.

Test Scenario.
1. Run Debug MiniBrowser
 > Tools/Script/run-launcher --debug --gtk -2 http://www.google.com
2. Crashes at WebCore::URL::URL() because "url = http://www.google.com" but "m_string = http://www.google.com/"

If we always put "/" at the end of URL, there won't be assertion failure at URL::URL()

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