Bug 193509

Summary: Regression(r240046) Several API tests are crashing
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, ggaren, ryanhaddad, tsavell, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 193361    
Attachments:
Description Flags
Patch none

Description Chris Dumez 2019-01-16 14:09:01 PST
Several API tests are crashing since r240046:
Crashed

    TestWebKitAPI.WebKit.ResizeWindowAfterCrash
        _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
        _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
        libc++abi.dylib: Pure virtual function called!

    TestWebKitAPI.WebKit.LoadPageAfterCrash
        _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
        _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
        libc++abi.dylib: Pure virtual function called!

    TestWebKitAPI.WebKit.EnumerateDevices
        _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
        _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
        libc++abi.dylib: Pure virtual function called!

    TestWebKitAPI.WKNavigation.FailureToStartWebProcessAfterCrashRecovery
        _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
        _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
        libc++abi.dylib: Pure virtual function called!

    TestWebKitAPI.WebKit.ReloadPageAfterCrash
        _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
        _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
        libc++abi.dylib: Pure virtual function called!
Comment 1 Chris Dumez 2019-01-16 14:19:05 PST
Created attachment 359309 [details]
Patch
Comment 2 Geoffrey Garen 2019-01-16 15:07:18 PST
Comment on attachment 359309 [details]
Patch

r=me
Comment 3 Chris Dumez 2019-01-16 15:17:09 PST
Comment on attachment 359309 [details]
Patch

Clearing flags on attachment: 359309

Committed r240055: <https://trac.webkit.org/changeset/240055>
Comment 4 Chris Dumez 2019-01-16 15:17:11 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2019-01-16 15:18:30 PST
<rdar://problem/47331764>