Bug 206156 - [macCatalyst] UI process crashes on launch after r254101
Summary: [macCatalyst] UI process crashes on launch after r254101
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Wenson Hsieh
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-01-12 14:22 PST by Wenson Hsieh
Modified: 2020-01-13 13:23 PST (History)
6 users (show)

See Also:


Attachments
Patch (6.73 KB, patch)
2020-01-12 14:37 PST, Wenson Hsieh
bfulgham: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wenson Hsieh 2020-01-12 14:22:13 PST
...while attempting to soft link BackBoardServices for display brightness detection.
Comment 1 Radar WebKit Bug Importer 2020-01-12 14:22:34 PST
<rdar://problem/58514942>
Comment 2 Wenson Hsieh 2020-01-12 14:30:45 PST
    frame #1: 0x000000010909c00f WebKit`initBKSDisplayBrightnessGetCurrent() at WebProcessPoolCocoa.mm:107:1 [opt]
    frame #2: 0x00000001090f1d3b WebKit`WebKit::WebProcessPool::initializeNewWebProcess(this=<unavailable>, process=0x0000000129be53c0, websiteDataStore=0x0000600000be3848, isPrewarmed=No) at WebProcessPool.cpp:1059:64 [opt]
    frame #3: 0x00000001090f22bd WebKit`WebKit::WebProcessPool::createNewWebProcess(this=0x00007f8d2e0d8008, websiteDataStore=0x0000600000be3848, isPrewarmed=No) at WebProcessPool.cpp:836:5 [opt]
    frame #4: 0x00000001090f3805 WebKit`WebKit::WebProcessPool::processForRegistrableDomain(this=0x00007f8d2e0d8008, websiteDataStore=0x0000600000be3848, page=<unavailable>, registrableDomain=<unavailable>) at WebProcessPool.cpp:0 [opt]
    frame #5: 0x00000001090b3c83 WebKit`WebKit::WebPageProxy::launchProcess(this=0x00007f8d2e0e9620, registrableDomain=0x00007ffee6ea3990, reason=InitialProcess) at WebPageProxy.cpp:766:33 [opt]
    frame #6: 0x00000001090b725f WebKit`WebKit::WebPageProxy::loadRequest(this=0x00007f8d2e0e9620, request=0x00007ffee6ea3b90, shouldOpenExternalURLsPolicy=<unavailable>, userData=<unavailable>) at WebPageProxy.cpp:1245:9 [opt]
    frame #7: 0x000000010901ab1d WebKit`-[WKWebView loadRequest:](self=<unavailable>, _cmd=<unavailable>, request=<unavailable>) at WKWebView.mm:701:27 [opt]
Comment 3 Wenson Hsieh 2020-01-12 14:37:40 PST
Created attachment 387490 [details]
Patch
Comment 4 Brent Fulgham 2020-01-12 17:54:59 PST
Comment on attachment 387490 [details]
Patch

R=me
Comment 5 Wenson Hsieh 2020-01-12 18:21:12 PST
Comment on attachment 387490 [details]
Patch

Thanks for the review!
Comment 6 WebKit Commit Bot 2020-01-13 09:09:54 PST Comment hidden (obsolete)
Comment 7 Wenson Hsieh 2020-01-13 09:14:43 PST
Comment on attachment 387490 [details]
Patch

Committed r254433: <https://trac.webkit.org/changeset/254433>