Bug 193509 - Regression(r240046) Several API tests are crashing
Summary: Regression(r240046) Several API tests are crashing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks: 193361
  Show dependency treegraph
 
Reported: 2019-01-16 14:09 PST by Chris Dumez
Modified: 2019-01-16 15:18 PST (History)
5 users (show)

See Also:


Attachments
Patch (80.77 KB, patch)
2019-01-16 14:19 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>