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.
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.
If do you think this is not the correct fix, please let me know, I can close the PR and open an issue.
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.
If you think this is not the correct fix, please let me know, I can close the PR and open an issue.
alexcrichton closed without merge PR #5553.
Last updated: Nov 22 2024 at 17:03 UTC