Bug 301561
| Summary: | [JSC] Enable async stack trace with TLA | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sosuke Suzuki <sosuke> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sosuke Suzuki
https://commits.webkit.org/301095@main changed async frame detection based on whether the
VMEntryRecord matches. This prevented getting stack traces within function calls by TLA.
This patch changes to check if a generator context remains after stack traversal completes,
in order to fix that problem.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sosuke Suzuki
Pull request: https://github.com/WebKit/WebKit/pull/53077
EWS
Committed 302270@main (cce33018ccdd): <https://commits.webkit.org/302270@main>
Reviewed commits have been landed. Closing PR #53077 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/163606574>