Description
How are you using the lua-language-server?
Visual Studio Code Extension (sumneko.lua)
Which OS are you using?
Linux
What is the issue affecting?
Other
Expected Behaviour
Not to crash
Actual Behaviour
After some use, the Lua server crashes, with the following in hte VSCode output window.
The line corrupted double-linked list (not small)
is likely a hint to the reason.
Log path: file:///home/permal/.vscode/extensions/sumneko.lua-3.6.11-linux-x64/server/log/file_home_permal_code_du-y-flight-core.log
corrupted double-linked list (not small)
[Info - 8:06:13 AM] Connection to server got closed. Server will restart.
Log path: file:///home/permal/.vscode/extensions/sumneko.lua-3.6.11-linux-x64/server/log/file_home_permal_code_du-y-flight-core.log
[Info - 8:07:09 AM] Connection to server got closed. Server will restart.
Log path: file:///home/permal/.vscode/extensions/sumneko.lua-3.6.11-linux-x64/server/log/file_home_permal_code_du-y-flight-core.log
[Info - 8:08:52 AM] Connection to server got closed. Server will restart.
Log path: file:///home/permal/.vscode/extensions/sumneko.lua-3.6.11-linux-x64/server/log/file_home_permal_code_du-y-flight-core.log
[Info - 8:12:13 AM] Connection to server got closed. Server will restart.
Log path: file:///home/permal/.vscode/extensions/sumneko.lua-3.6.11-linux-x64/server/log/file_home_permal_code_du-y-flight-core.log
corrupted double-linked list (not small)
[Info - 8:12:33 AM] Connection to server got closed. Server will restart.
Log path: file:///home/permal/.vscode/extensions/sumneko.lua-3.6.11-linux-x64/server/log/file_home_permal_code_du-y-flight-core.log
[Info - 8:12:50 AM] Connection to server got closed. Server will restart.
Log path: file:///home/permal/.vscode/extensions/sumneko.lua-3.6.11-linux-x64/server/log/file_home_permal_code_du-y-flight-core.log
corrupted double-linked list (not small)
[Info - 8:12:57 AM] Connection to server got closed. Server will restart.
Log path: file:///home/permal/.vscode/extensions/sumneko.lua-3.6.11-linux-x64/server/log/file_home_permal_code_du-y-flight-core.log
[Error - 8:13:12 AM] The Lua server crashed 5 times in the last 3 minutes. The server will not be restarted. See the output for more information.
Reproduction steps
I haven't seen any pattern in what triggers the crash.
Additional Notes
No response