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
I was looking to debug a trap error while running a benchmark:
error: failed to process main module /home/jlb6740/wasm_files/wasmtime/shootout/strcat2.c.debug.wasm
caused by: Instantiation error: Trap occurred while invoking start function: wasm trap: call stack exhausted, source location: @rep-nop
In doing so I realized I would not be able to step through the code due to supported needed for generating_debug_info.
error: failed to process main module /home/jlb6740/wasm_files/wasmtime/shootout/strcat2.c.debug.wasm
caused by: WebAssembly compilation error: Debug info is not supported with this configuration
This issue is to track that issue, but also to solicit comments on alternative ways of tracking down the trap error I am seeing.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I was looking to debug a trap error while running a benchmark:
In doing so I realized I would not be able to step through the code due to supported needed for generating_debug_info.
This issue is to track that issue, but also to solicit comments on alternative ways of tracking down the trap error I am seeing.
Thanks.
The text was updated successfully, but these errors were encountered: