Traceback (most recent call last):
File "C:\Users/synopses0130/.rustup/toolchains/stable-x86_64-pc-windows-msvc/lib/rustlib/etc\lldb_providers.py", line 784, in MSVCEnumSummaryProvider
name: str = variant_names.enum_members[name_idx].name
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
IndexError: list index out of range
Traceback (most recent call last):
File "C:\Users/synopses0130/.rustup/toolchains/stable-x86_64-pc-windows-msvc/lib/rustlib/etc\lldb_providers.py", line 784, in MSVCEnumSummaryProvider
name: str = variant_names.enum_members[name_idx].name
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
IndexError: list index out of range
Traceback (most recent call last):
File "C:\Users/synopses0130/.rustup/toolchains/stable-x86_64-pc-windows-msvc/lib/rustlib/etc\lldb_providers.py", line 784, in MSVCEnumSummaryProvider
name: str = variant_names.enum_members[name_idx].name
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
IndexError: list index out of range
[26.250 ERROR codelldb::debug_session] error: 'header' is not a valid command.
Traceback (most recent call last):
File "C:\Users/synopses0130/.rustup/toolchains/stable-x86_64-pc-windows-msvc/lib/rustlib/etc\lldb_providers.py", line 784, in MSVCEnumSummaryProvider
name: str = variant_names.enum_members[name_idx].name
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
IndexError: list index out of range
Traceback (most recent call last):
File "C:\Users/synopses0130/.rustup/toolchains/stable-x86_64-pc-windows-msvc/lib/rustlib/etc\lldb_providers.py", line 784, in MSVCEnumSummaryProvider
name: str = variant_names.enum_members[name_idx].name
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
IndexError: list index out of range
Traceback (most recent call last):
File "C:\Users/synopses0130/.rustup/toolchains/stable-x86_64-pc-windows-msvc/lib/rustlib/etc\lldb_providers.py", line 784, in MSVCEnumSummaryProvider
name: str = variant_names.enum_members[name_idx].name
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
IndexError: list index out of range
Debug adapter exit code=3221225477, signal=null.
I tried to debug this code:
https://github.com/wfjsw/shitspeak-rs/blob/11ee95907ec81fa23bf3d65529ff167536835dce/src/voice/codec.rs#L539
A breakpoint is set on this line. After the debugger breaks, the lldb crashes after a few seconds. Could be the same as #114137 since some local variables indeed do not display, though they crashed in different places.
Meta
rustc --version --verbose:Backtrace