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

Error running hello world on Win7-x64 #21305

Closed
milkman2014 opened this issue Jan 17, 2015 · 1 comment · Fixed by #23639
Closed

Error running hello world on Win7-x64 #21305

milkman2014 opened this issue Jan 17, 2015 · 1 comment · Fixed by #23639
Labels
I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. O-windows Operating system: Windows

Comments

@milkman2014
Copy link

  1. on Win7-x64, installed Rust by 1.0.0-alpha 64-bit installer(included path environment).
  2. In CMD run "rustc" compile successful, created a new file: main.exe.
  3. Run main.exe, report an error that has stopped working.
@kmcallister kmcallister added O-windows Operating system: Windows I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. labels Jan 17, 2015
@kmcallister kmcallister changed the title Already compiled "hello_world exe" program to run error on Win7-x64 Error running hello world on Win7-x64 Jan 17, 2015
@abonander
Copy link
Contributor

I think more information is necessary.

  • Open CMD and run echo %PATH%, what does it output?
  • What anti-virus are you running? (Possibly what's causing it.)
  • Are you running from CMD or double-clicking the .exe?

steveklabnik added a commit to steveklabnik/rust that referenced this issue Mar 23, 2015
Fixes rust-lang#21305

Not sure if we should include more than this here, but it should be good to have at least this.
alexcrichton added a commit to alexcrichton/rust that referenced this issue Mar 23, 2015
Fixes rust-lang#21305

Not sure if we should include more than this here, but it should be good to have at least this.
Manishearth added a commit to Manishearth/rust that referenced this issue Mar 24, 2015
Fixes rust-lang#21305

Not sure if we should include more than this here, but it should be good to have at least this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. O-windows Operating system: Windows
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants