RESOLVED FIXED 249842
Value::generateCompilerConstructionSite assumes backtrace works
https://bugs.webkit.org/show_bug.cgi?id=249842
Summary Value::generateCompilerConstructionSite assumes backtrace works
Angelos Oikonomopoulos
Reported 2022-12-23 04:54:05 PST
Value::generateCompilerConstructionSite assumes we'll get enough frames that it's safe to skip framesToPrint of them. However, backtrace() is not guaranteed to work reliably on all platforms. E.g. we occasionally get zero frames on ARM.
Attachments
Angelos Oikonomopoulos
Comment 1 2022-12-23 04:59:35 PST
EWS
Comment 2 2022-12-26 02:55:50 PST
Committed 258334@main (ed087739e18c): <https://commits.webkit.org/258334@main> Reviewed commits have been landed. Closing PR #8044 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2022-12-26 02:56:16 PST
Note You need to log in before you can comment on or make changes to this bug.