Stream: git-wasmtime

Topic: wasmtime / PR #5553 Removing assert while reading/appendi...


view this post on Zulip Wasmtime GitHub notifications bot (Jan 09 2023 at 20:53):

thaystg opened PR #5553 from thays_remove_assert_reading_dwarf to main:

While loading dwarf from this webassembly file, I got this error:

thread 'main' panicked at 'assertion failed: range_start < range_end', crates\cranelift\src\debug\transform\expression.rs:689:13

I tried to remove the assert and check if without it the debugging experience on lldb works correctly and as far as I saw in my tests, everything is working fine after removing the assert.

dotnet.zip

view this post on Zulip Wasmtime GitHub notifications bot (Jan 09 2023 at 20:54):

thaystg edited PR #5553 from thays_remove_assert_reading_dwarf to main:

While loading dwarf from this webassembly file attached here in dotnet.zip, I got this error:

thread 'main' panicked at 'assertion failed: range_start < range_end', crates\cranelift\src\debug\transform\expression.rs:689:13

I tried to remove the assert and check if without it the debugging experience on lldb works correctly and as far as I saw in my tests, everything is working fine after removing the assert.

dotnet.zip

view this post on Zulip Wasmtime GitHub notifications bot (Jan 09 2023 at 20:56):

thaystg edited PR #5553 from thays_remove_assert_reading_dwarf to main:

While loading dwarf from this wasm file attached here in dotnet.zip, I got this error:

thread 'main' panicked at 'assertion failed: range_start < range_end', crates\cranelift\src\debug\transform\expression.rs:689:13

I tried to remove the assert and check if without it the debugging experience on lldb works correctly and as far as I saw in my tests, everything is working fine after removing the assert.

dotnet.zip


Last updated: Nov 22 2024 at 17:03 UTC