-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ccls quits with RPC issues in Atom #347
Comments
I think the issue with e3c1adc is broader than just Atom; I also get a crash using I'm on Arch Linux using the The specific crash I get is:
Everything still works with commit 304f4d7. |
e3c1adc was the faulty commit. I messed up the calling order of #if LLVM_VERSION_MAJOR >= 9 // rC357037
Clang->createFileManager(FS);
#else
Clang->setVirtualFileSystem(FS);
Clang->createFileManager();
#endif Fixed in HEAD. |
@wbthomason |
@yhamdoud Afraid not :/ Have you rebuilt |
@yhamdoud Actually, I may have spoken too soon. It looks like I am getting these crashes again. |
@wbthomason Yet if it is not #363 (comment) |
I'm pretty sure the "new" issue here is #363, yeah. |
Observed behavior
Using e3c1adc, I cannot get ccls to work properly in Atom (I did not try any other editor). If I open a C++ file, Atom simply gets back to me with
Having a further look in the Atom logs, I can see that the error actually has to do with RPC:
If I build from commit 304f4d7, this behaviour does not occur!
Expected behavior
Perhaps too trivial to describe for this issue: ccls simply should not crash/stop.
Steps to reproduce
System information
git describe --tags --long
): 0.20181225.9-35-ge3c1adcfThe text was updated successfully, but these errors were encountered: