-
Notifications
You must be signed in to change notification settings - Fork 280
Crash on Win7 x86_64 #70
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
Comments
Same on linux. Backtrace: task ' ' has overflowed its stack
|
Looks like #57 again. |
I don't think this is the same. It looks like globs connected to the new namespaced enums that's confusing it.
I'll try to fix this tonight |
Hmm.. It's a bit more tricky than I was hoping because you can have things like.
I think racer will need to do memoization and then abort on a recursive glob path. Am not going to get this finished tonight unfortunately |
Have added a notice to the front page. I've gone down with some sort of flu bug so I'm not going to get this done today either, sorry! |
That's totally fine. Get well soon! On Thu, Nov 20, 2014, 20:46 phildawes [email protected] wrote:
|
Thanks kiljacken! |
It does indeed seem fixed! Thanks or your hard work. |
Racer crashes using the latest x86_64 nightly.
Version info:
$ rustc --version
rustc 0.13.0-nightly (e09d98603 2014-11-18 23:51:43 +0000)
The (quite vague) crash output:
$ racer complete std::io::
It should be noted that code doesn't compile on this nightly due to rust-lang/rust#18645
The text was updated successfully, but these errors were encountered: