You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
Hello.
For some reason when I started to introduce the code from the pull requests which contains a lot of "extern C, and FFI and raw pointers" into my project, the RLS started crashing on both VSCodium on Debian and on OSX. I made some research and found out that there is some "intolerance" when there is type mismatch for extern C or C-structs or something similar, because at some point, somehow I was able to fix it, but later it started crashing again. Now, when I am starting VSCodium, RLS starts normally and as soon as I am trying to modify something in the code, it crashes.
The project which causing RLS to crash is https://gitlab.com/relkom/logdaemon and the exact file which started causing problems is ./src/portable/timer.rs.
Hello.
For some reason when I started to introduce the code from the pull requests which contains a lot of "extern C, and FFI and raw pointers" into my project, the RLS started crashing on both VSCodium on Debian and on OSX. I made some research and found out that there is some "intolerance" when there is type mismatch for extern C or C-structs or something similar, because at some point, somehow I was able to fix it, but later it started crashing again. Now, when I am starting VSCodium, RLS starts normally and as soon as I am trying to modify something in the code, it crashes.
The project which causing RLS to crash is https://gitlab.com/relkom/logdaemon and the exact file which started causing problems is ./src/portable/timer.rs.
The code in the repo is a read only mirror for other devs which do not have access to private repo, so sometimes the code may not compile from master branch, so please use this snapshot https://gitlab.com/relkom/logdaemon/-/tree/310d7397665c8f8e3adc45b6cdc83220d03d9b00/
Info:
VSCodium plugins:
Rust 0.7.8
CodeLLDB 1.6.0
rls 1.41.0 (3bd7215 2021-02-09)
rustc 1.51.0 (2fd73fabe 2021-03-23)
The text was updated successfully, but these errors were encountered: