casimiro added the bug label to Issue #7964.
casimiro opened issue #7964:
Hi,
After upgrading from
14.0.3
to15.0.0
I've noticed thatwasm_trap_message
, part of Wasmtime C API, returns the backtrace with mangled symbols:error while executing at wasm backtrace: 0: 0x2dbfa - <unknown>!__rust_start_panic 1: 0x2d9e5 - <unknown>!rust_panic 2: 0x2d918 - <unknown>!_ZN3std9panicking20rust_panic_with_hook17h9c783872fdb901ccE 3: 0x13149 - <unknown>!_ZN3std9panicking11begin_panic28_$u7b$$u7b$closure$u7d$$u7d$17h4ffa6a1c8cae16aaE 4: 0x1310c - <unknown>!_ZN3std10sys_common9backtrace26__rust_end_short_backtrace17ha3be793022377ab5E 5: 0x13180 - <unknown>!_ZN3std9panicking11begin_panic17hc5e246abf4e1b013E 6: 0xd47b - <unknown>!_ZN9hostcalls5types9test_http8TestHttp10exec_tests17he514b18df9efbbb3E 7: 0xc7db - <unknown>!_ZN9hostcalls6filter99_$LT$impl$u20$proxy_wasm..traits..HttpContext$u20$for$u20$hostcalls..types..test_http..TestHttp$GT$23on_http_request_headers17h457bb152f4d611a0E 8: 0x1f3d5 - <unknown>!_ZN10proxy_wasm10dispatcher10Dispatcher23on_http_request_headers17hcfdb13beb69bb128E 9: 0x25775 - <unknown>!proxy_on_request_headers note: using the `WASMTIME_BACKTRACE_DETAILS=1` environment variable may show more debugging information
casimiro commented on issue #7964:
This issue has been addressed by #7962.
casimiro commented on issue #7964:
Thank you for promptly addressing this isse @alexcrichton!
alexcrichton closed issue #7964:
Hi,
After upgrading from
14.0.3
to15.0.0
I've noticed thatwasm_trap_message
, part of Wasmtime C API, returns the backtrace with mangled symbols:error while executing at wasm backtrace: 0: 0x2dbfa - <unknown>!__rust_start_panic 1: 0x2d9e5 - <unknown>!rust_panic 2: 0x2d918 - <unknown>!_ZN3std9panicking20rust_panic_with_hook17h9c783872fdb901ccE 3: 0x13149 - <unknown>!_ZN3std9panicking11begin_panic28_$u7b$$u7b$closure$u7d$$u7d$17h4ffa6a1c8cae16aaE 4: 0x1310c - <unknown>!_ZN3std10sys_common9backtrace26__rust_end_short_backtrace17ha3be793022377ab5E 5: 0x13180 - <unknown>!_ZN3std9panicking11begin_panic17hc5e246abf4e1b013E 6: 0xd47b - <unknown>!_ZN9hostcalls5types9test_http8TestHttp10exec_tests17he514b18df9efbbb3E 7: 0xc7db - <unknown>!_ZN9hostcalls6filter99_$LT$impl$u20$proxy_wasm..traits..HttpContext$u20$for$u20$hostcalls..types..test_http..TestHttp$GT$23on_http_request_headers17h457bb152f4d611a0E 8: 0x1f3d5 - <unknown>!_ZN10proxy_wasm10dispatcher10Dispatcher23on_http_request_headers17hcfdb13beb69bb128E 9: 0x25775 - <unknown>!proxy_on_request_headers note: using the `WASMTIME_BACKTRACE_DETAILS=1` environment variable may show more debugging information
alexcrichton commented on issue #7964:
Sure thing, and thanks for letting us know! I'm going to close this as https://github.com/bytecodealliance/wasmtime/pull/7962 should fix it, but thanks regardless for taking the time to file this
Last updated: Nov 22 2024 at 17:03 UTC