Bug 277650
Summary: | Crash under Connection::enqueueIncomingMessage() due to recursive locking | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
Component: | WebKit2 | Assignee: | Chris Dumez <cdumez> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | 2212269649, ajuma, kkinnunen, planetman1125, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Chris Dumez
Crash under Connection::enqueueIncomingMessage() due to recursive locking.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Dumez
<rdar://133167925>
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/31747
EWS
Committed 281862@main (73c65f7bc182): <https://commits.webkit.org/281862@main>
Reviewed commits have been landed. Closing PR #31747 and removing active labels.
EWS
Committed 280938.238@safari-7619-branch (ad47ab7bd58d): <https://commits.webkit.org/280938.238@safari-7619-branch>
Reviewed commits have been landed. Closing PR #1608 and removing active labels.
Chris Dumez
*** Bug 279981 has been marked as a duplicate of this bug. ***
CJC
We encountered a crash of WebKit's os_unfair_lock_recursive_abort on iOS18. Which version of iOS18 has fixed this problem?
Chris Dumez
(In reply to CJC from comment #6)
> We encountered a crash of WebKit's os_unfair_lock_recursive_abort on iOS18.
> Which version of iOS18 has fixed this problem?
Correct, while we fixed the main cause of this in iOS18, it didn't completely fix the issue. A follow-up fix has landed but hasn't shipped yet.
Chris Dumez
*** Bug 281915 has been marked as a duplicate of this bug. ***