[Webkit-unassigned] [Bug 184531] New: [GLIB] Tests WTF_RefPtr.ReleaseInNonMainThread and WTF_RefPtr.ReleaseInNonMainThreadDestroyInMainThread are crashing since they were added

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 12 03:16:05 PDT 2018


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

            Bug ID: 184531
           Summary: [GLIB] Tests WTF_RefPtr.ReleaseInNonMainThread and
                    WTF_RefPtr.ReleaseInNonMainThreadDestroyInMainThread
                    are crashing since they were added
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: lforschler at apple.com

It's not a bug in WebKit, but in the GLib implementation of TestWebKitAPI::Util::run(). We try to quit the main loop that hasn't been initialized. We should always use RunLoop::current() instead.

-- 
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/20180412/1c631b18/attachment-0002.html>


More information about the webkit-unassigned mailing list