Skip to content

ICE #178

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

Closed
miketang84 opened this issue Mar 6, 2015 · 2 comments
Closed

ICE #178

miketang84 opened this issue Mar 6, 2015 · 2 comments

Comments

@miketang84
Copy link

Compiling openssl-sys v0.5.1
/home/rustbuild/src/rust-buildbot/slave/nightly-dist-rustc-linux/build/src/libstd/sync/mutex.rs:177:37: 180:2 error: internal compiler error: debuginfo: Could not find scope info for node NodeExpr(Expr { id: 4548, node: ExprStruct(Path { span: Span { lo: BytePos(4576204), hi: BytePos(4576215), expn_id: ExpnId(4294967295) }, global: false, segments: [PathSegment { identifier: StaticMutex#0, parameters: AngleBracketedParameters(AngleBracketedParameterData { lifetimes: [], types: [], bindings: [] }) }] }, [Field { ident: Spanned { node: lock#0, span: Span { lo: BytePos(1770102), hi: BytePos(1770106), expn_id: ExpnId(4294967295) } }, expr: Expr { id: 4549, node: ExprPath(None, Path { span: Span { lo: BytePos(4576228), hi: BytePos(4576243), expn_id: ExpnId(4294967295) }, global: false, segments: [PathSegment { identifier: sys#0, parameters: AngleBracketedParameters(AngleBracketedParameterData { lifetimes: [], types: [], bindings: [] }) }, PathSegment { identifier: MUTEX_INIT#0, parameters: AngleBracketedParameters(AngleBracketedParameterData { lifetimes: [], types: [], bindings: [] }) }] }), span: Span { lo: BytePos(4576228), hi: BytePos(4576243), expn_id: ExpnId(4294967295) } }, span: Span { lo: BytePos(4576222), hi: BytePos(4576243), expn_id: ExpnId(4294967295) } }, Field { ident: Spanned { node: poison#0, span: Span { lo: BytePos(1770129), hi: BytePos(1770135), expn_id: ExpnId(4294967295) } }, expr: Expr { id: 4550, node: ExprPath(None, Path { span: Span { lo: BytePos(4576257), hi: BytePos(4576274), expn_id: ExpnId(4294967295) }, global: false, segments: [PathSegment { identifier: poison#0, parameters: AngleBracketedParameters(AngleBracketedParameterData { lifetimes: [], types: [], bindings: [] }) }, PathSegment { identifier: FLAG_INIT#0, parameters: AngleBracketedParameters(AngleBracketedParameterData { lifetimes: [], types: [], bindings: [] }) }] }), span: Span { lo: BytePos(4576257), hi: BytePos(4576274), expn_id: ExpnId(4294967295) } }, span: Span { lo: BytePos(4576249), hi: BytePos(4576274), expn_id: ExpnId(4294967295) } }], None), span: Span { lo: BytePos(4576204), hi: BytePos(4576277), expn_id: ExpnId(4294967295) } })
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
note: run with RUST_BACKTRACE=1 for a backtrace
thread 'rustc' panicked at 'Box', /home/rustbuild/src/rust-buildbot/slave/nightly-dist-rustc-linux/build/src/libsyntax/diagnostic.rs:129

mike@mike-T410s:~/workspace/bamboors$ rustc -V
rustc 1.0.0-nightly (3b3bb0e68 2015-03-04) (built 2015-03-05)

@sfackler
Copy link
Owner

sfackler commented Mar 6, 2015

You're running into rust-lang/rust#23053. You can disable debuginfo as a work around in the short term.

@sfackler
Copy link
Owner

sfackler commented Mar 8, 2015

This is fixed in the latest nightly.

@sfackler sfackler closed this as completed Mar 8, 2015
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

2 participants