Bug 268132
Summary: | Unable to fully adopt smart pointers because some objects may have started destruction | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
Component: | Web Template Framework | Assignee: | Chris Dumez <cdumez> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | rniwa, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Chris Dumez
Unable to fully adopt smart pointers because some objects may have started destruction at the time we call member functions on them or pass them to other functions.
We've found many such instances while adopting smart pointers and we've had to revert back to raw pointers to address assertion hits on the debug bots.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/23283
EWS
Committed 273805@main (00f31cb9801c): <https://commits.webkit.org/273805@main>
Reviewed commits have been landed. Closing PR #23283 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/121981935>
Ryosuke Niwa
*** Bug 250746 has been marked as a duplicate of this bug. ***