You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently on some machines plugin raises these error without clear stack where it happens
Error: failed to handle: failed to invoke plugin: failed to invoke `/Users/ojkwon/github/swc-coverage-instrument/target/wasm32-wasi/debug/swc_plugin_coverage.wasm` as js transform plugin at /Users/ojkwon/github/swc-coverage-instrument/target/wasm32-wasi/debug/swc_plugin_coverage.wasm
Caused by:
0: RuntimeError: out of bounds memory access
1: heap_get_oob
This is not all-time reproducible, but if some machine hits those machine will hit this always.
Input code
-
Config
-
Playground link
No response
Expected behavior
Actual behavior
No response
Version
latest
Additional context
Per bisecting, #5062 seems causing the issue. It is unclear which specific change is offender, but could be a starting point to dig further.
The text was updated successfully, but these errors were encountered:
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Describe the bug
Recently on some machines plugin raises these error without clear stack where it happens
This is not all-time reproducible, but if some machine hits those machine will hit this always.
Input code
-
Config
-
Playground link
No response
Expected behavior
Actual behavior
No response
Version
latest
Additional context
Per bisecting, #5062 seems causing the issue. It is unclear which specific change is offender, but could be a starting point to dig further.
The text was updated successfully, but these errors were encountered: