[Webkit-unassigned] [Bug 195457] New: [GTK] Several DNSTests are crashing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 8 05:03:14 PST 2019


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

            Bug ID: 195457
           Summary: [GTK] Several DNSTests are crashing
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dpino at igalia.com
                CC: bugs-noreply at webkitgtk.org

Several DNS tests are crashing (https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20%28Tests%29/builds/9929/steps/API%20tests/logs/stdio):

```
Unexpected crashes (3)
        /WebCore/TestWebCore
                DNSTest.cannotResolveDNS
                DNSTest.cancelResolveDNS
                DNSTest.resolveDNS
```

I looked into this issue and it seems the tests crash when attempting to access `soupNetworkSession()` (globalDefaultNetworkStorageSessionAccessor()().soupNetworkSession()). For instance:

https://github.com/WebKit/webkit/blob/master/Source/WebCore/platform/network/soup/DNSResolveQueueSoup.cpp#L95
https://github.com/WebKit/webkit/blob/master/Source/WebCore/platform/network/soup/DNSResolveQueueSoup.cpp#L187

I don't know when the tests stopped working. The earliest build tests results I could get were from r240433 and the tests were already crashing by then:

https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20%28Tests%29/builds/9480/steps/API%20tests/logs/stdio

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190308/88d8305f/attachment.html>


More information about the webkit-unassigned mailing list