alexcrichton commented on issue #460:
Lightbeam was removed in https://github.com/bytecodealliance/wasmtime/pull/3390 as explained in RFC 14, so I'm going to close this.
alexcrichton closed issue #460:
Hi,
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-nopIn 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 configurationThis issue is to track that issue, but also to solicit comments on alternative ways of tracking down the trap error I am seeing.
Thanks.
Last updated: Nov 22 2024 at 16:03 UTC