Bug 221906 - Crash under WorkerThreadableLoader::MainThreadBridge::notifyIsDone()
Summary: Crash under WorkerThreadableLoader::MainThreadBridge::notifyIsDone()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks: 216266
  Show dependency treegraph
 
Reported: 2021-02-15 10:03 PST by Chris Dumez
Modified: 2021-02-15 14:16 PST (History)
7 users (show)

See Also:


Attachments
Patch (6.09 KB, patch)
2021-02-15 10:29 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 2021-02-15 10:03:26 PST
Crash under WorkerThreadableLoader::MainThreadBridge::notifyIsDone():
      13 WebCore: WebCore::WorkerThreadableLoader::MainThreadBridge::notifyIsDone(bool) <==
        13 WebKit: WTF::Detail::CallableWrapper<WTF::CompletionHandler<void (bool)>, void, bool&&>::call(bool&&)
          13 WebKit: Messages::NetworkConnectionToWebProcess::IsResourceLoadFinished::callReply(IPC::Decoder&, WTF::CompletionHandler<void (bool&&)>&&)
            13 WebKit: WTF::Detail::CallableWrapper<void IPC::Connection::sendWithAsyncReply<Messages::NetworkConnectionToWebProcess::IsResourceLoadFinished, WTF::CompletionHandler<void (bool)> >(Messages::NetworkConnectionToWebProcess::IsResourceLoadFinished&&, WTF::CompletionHandler<void (bool)>&&, unsigned long long, WTF::OptionSet<IPC::SendOption>)::'lambda'(IPC::Decoder*), void, IPC::Decoder*>::call(IPC::Decoder*)
              13 WebKit: IPC::Connection::dispatchMessage(std::__1::unique_ptr<IPC::Decoder, std::__1::default_delete<IPC::Decoder> >)
                13 WebKit: WTF::Detail::CallableWrapper<IPC::Connection::enqueueIncomingMessage(std::__1::unique_ptr<IPC::Decoder, std::__1::default_delete<IPC::Decoder> >)::$_7, void>::call()
                  13 JavaScriptCore: WTF::RunLoop::performWork()
Comment 1 Chris Dumez 2021-02-15 10:03:37 PST
<rdar://74225448>
Comment 2 Chris Dumez 2021-02-15 10:29:48 PST
Created attachment 420329 [details]
Patch
Comment 3 EWS 2021-02-15 14:16:24 PST
Committed r272880: <https://commits.webkit.org/r272880>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 420329 [details].