Bug 206156

Summary: [macCatalyst] UI process crashes on launch after r254101
Product: WebKit Reporter: Wenson Hsieh <wenson_hsieh>
Component: WebKit Misc.Assignee: Wenson Hsieh <wenson_hsieh>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, bfulgham, commit-queue, pvollan, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch bfulgham: review+

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>