Bug 276900
| Summary: | Potential UI hang under IPC::Connection::dispatchIncomingMessages() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | WebKit2 | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Chris Dumez
Potential UI hang under IPC::Connection::dispatchIncomingMessages():
```
__CFRunLoopDoSource0 (in CoreFoundation)
__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ (in CoreFoundation)
WTF::RunLoop::performWork(void*) (in JavaScriptCore)
WTF::RunLoop::performWork() (in JavaScriptCore)
IPC::Connection::dispatchIncomingMessages() (in WebKit)
WTF::LockAlgorithm<unsigned char, (unsigned char)1, (unsigned char)2, WTF::EmptyLockHooks<unsigned char>>::lockSlow(WTF::Atomic<unsigned char>&) (in JavaScriptCore)
```
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
<rdar://132123087>
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/31076
EWS
Committed 281223@main (07cee55ea03c): <https://commits.webkit.org/281223@main>
Reviewed commits have been landed. Closing PR #31076 and removing active labels.
EWS
Committed 280938.110@safari-7619-branch (0d427282151e): <https://commits.webkit.org/280938.110@safari-7619-branch>
Reviewed commits have been landed. Closing PR #1475 and removing active labels.