-
Notifications
You must be signed in to change notification settings - Fork 43
stderr thread 'main' has overflowed its stack #75
Comments
Thanks, we should report this upstream as it's an rls panic. I assume you're using the latest nightly-2018-04-18? I had a quick look to see if I could reproduce just using the main glium repo, with Does this happen for you on other, public, repos? Or can you shove the offending code somewhere public for reproduction? |
Versions via rustup: (is there a better way to get the versions?)
Tested it on some other Rust repos I had and it still works there. So here is the repo in question: https://github.com/dannyfritz/learn-glium |
I tested the repo with the official VSCode plugin and it seems to work there. I'm curious to see if you can reproduce the error on your computer with my repo or if it is something with my Atom. |
I tested that repo and it works fine for me on linux. Can you try stripping down your atom to just ide-rust, language-rust & atom-ide-ui. I'll try setting up atom in windows and re-testing. |
With all packages except Update: Lee Dohm on Atom Slack says there isn't a way to run in safe mode and have some packages enabled. He says a clean install or a moving around of startup scripts the best way to test that. I did a clean install by changing my ATOM_HOME env var and I'm seeing the same results. |
I had some trouble reproducing this on windows this as I'm getting other problems with the linker & atom. |
Ok I've somewhat overcome the linker problems. I can reproduce this issue in atom and vscode. For vscode I just needed to enable
So I'd say it looks like an rls issue on windows. In fact try running
|
This seems strange as |
I did get the same error when run on the command line with |
Somehow, VSCode is able to do it. Don't know what black magic they are using, because it would seem to be the same RLS. https://github.com/rust-lang-nursery/rls-vscode |
It happens on Try setting atom to |
Switched to Is it worth opening a issue in this repo to have it use the same |
I'm using
ide-rust
with a project usingglium
and following the tutorials. https://github.com/glium/glium/tree/master/bookThe linter doesn't seem to be working when I'm in this glium project. When I enable logging, I get
logger.ts:19 Rust (RLS) stderr thread 'main' has overflowed its stack
in the console.The text was updated successfully, but these errors were encountered: