Skip to content
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

racer returned a non-zero exit code: 101 16: 0x778859cd - BaseThreadInitThunk #394

Open
csclm opened this issue Sep 4, 2015 · 7 comments

Comments

@csclm
Copy link

csclm commented Sep 4, 2015

Received this error when using Racer with edubkendo's Atom editor plugin on Windows 7. However, "racer complete std::" in cmd works fine.

@csclm
Copy link
Author

csclm commented Sep 4, 2015

I'm not sure if this is an issue with racer or the plugin, so I've opened an issue there as well.

@netvl
Copy link

netvl commented Sep 10, 2015

I have lots of these errors when typing doc comments in Atom. The notification area in it is literally overflown by error messages from the plugin.

@phildawes
Copy link
Collaborator

Hi @netvl
Ah, it sounds like the plugin is calling into racer on every keypress, even when typing doc comments. I hadn't anticipated that.
It sounds like racer should handle this because I bet other plugins do this too. I'll have a think about how best to handle this situation. Thanks for the issue report

@phildawes
Copy link
Collaborator

Hi @netvl
I tried wrapping the completion function in a thread in order to catch panics. Could you try again and see if this helps please?

@netvl
Copy link

netvl commented Sep 15, 2015

@phildawes, sure, I'll try it when I get to my home computer.

@csclm
Copy link
Author

csclm commented Sep 17, 2015

This fixed the problem on my setup!

@netvl
Copy link

netvl commented Sep 18, 2015

Indeed, I haven't seen this flood of messages for some time with the latest maser, looks like it was fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants