RESOLVED FIXED301561
[JSC] Enable async stack trace with TLA
https://bugs.webkit.org/show_bug.cgi?id=301561
Summary [JSC] Enable async stack trace with TLA
Sosuke Suzuki
Reported 2025-10-28 02:01:44 PDT
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
Sosuke Suzuki
Comment 1 2025-10-28 02:02:49 PDT
EWS
Comment 2 2025-10-28 17:49:18 PDT
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
Comment 3 2025-10-28 17:50:14 PDT
Note You need to log in before you can comment on or make changes to this bug.