Stream: git-wasmtime

Topic: wasmtime / PR #3860 Limit stack frame captures to at most...


view this post on Zulip Wasmtime GitHub notifications bot (Feb 28 2022 at 15:17):

alexcrichton opened PR #3860 from limit-stack to main:

This places a static limit on the number of frames captured by Wasmtime
to ensure that stack traces, for whatever reason, don't get egregiously
long like the issues we've seen in recently in the windows-2022 CI
upgrade where stack overflow tests caused the system unwinder to report
an infinite stream of frames.

Closes #3858

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Feb 28 2022 at 18:52):

bjorn3 submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 28 2022 at 18:52):

bjorn3 created PR review comment:

Could you make this configurable? There are cases where long backtraces are not a bug. For example rustc recurses a lot in some places.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 21 2022 at 21:00):

alexcrichton closed without merge PR #3860.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 22 2022 at 14:16):

alexcrichton reopened PR #3860 from limit-stack to main.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 22 2022 at 14:16):

alexcrichton closed without merge PR #3860.


Last updated: Oct 23 2024 at 20:03 UTC