Stream: git-wasmtime

Topic: wasmtime / PR #5553 Removing assertion while reading/appe...


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

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

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

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

If do you think this is not the correct fix, please let me know, I can close the PR and open an issue.

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

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

If you think this is not the correct fix, please let me know, I can close the PR and open an issue.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 25 2023 at 20:45):

alexcrichton closed without merge PR #5553.


Last updated: Nov 22 2024 at 17:03 UTC