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.
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.
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.
Last updated: Nov 22 2024 at 17:03 UTC