-
Notifications
You must be signed in to change notification settings - Fork 13.4k
rustc crashed building gfx_graphics #23407
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
I am seeing the same, when building a different repository though. How to Reproducegit clone https://github.com/rsaarelm/phage
cd phage
cargo build --release Meta✗ rustc --version --verbose
rustc 1.0.0-nightly (3e4be02b8 2015-03-13) (built 2015-03-13)
binary: rustc
commit-hash: 3e4be02b80a3dd27bce20870958fe0aef7e7336d
commit-date: 2015-03-13
build-date: 2015-03-13
host: x86_64-apple-darwin
release: 1.0.0-nightly |
When I submitted I forgot to include my version info, but it is the same as Sebastian’s. *Byron's.
|
I have the same problem as @Byron :
The last commit on the Phage repo is: |
I'm seeing this building html5ever as well. |
…erflow-bug, r=alexcrichton This should solve issues rust-lang#23115, rust-lang#23469, and rust-lang#23407. As the title says, this is just a workaround. The underlying problem is that macro expansion can produce invalid spans. I've opened issue rust-lang#23480 so we don't forget about that.
The possible related bugs have been closed. Is this still happening? |
Old crash with lots of related closes. Closing. |
I was building this repo: https://github.com/pistondevelopers/gfx_graphics
using this command: cargo run --example image test
and got this backtrace:
The text was updated successfully, but these errors were encountered: