You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I-crashIssue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.O-macosOperating system: macOST-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
I have unfortunately not been able to reproduce on linux (and travis is running linux too), so this may be OSX specific.
(For future triage: the commit-hash: unknown is caused by #18771, the exact version of Rust here is probably either e816708 or 93c85eb.)
huonw
added
O-macos
Operating system: macOS
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
labels
Nov 9, 2014
I-crashIssue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.O-macosOperating system: macOST-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
When I run both
cargo test
andrustdoc --test src/lib.rs
with this crate, I experience a stack overflow as so:cargo test
rustdoc --test src/lib.rs
I'm on OS X 10.10.1. I've installed rust using rustup. The output of rustdoc --version=verbose is:
I am not experiencing this issue on Travis-CI, where instead it terminates properly.
Here's the results of running the command in lldb:
A full backtrace (from running
bt
) can be found here.The text was updated successfully, but these errors were encountered: