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
This is a mysterious issue. Something about the configuration of the Indiana University network results in rustc infinite looping during make. This has been reproduced on three different machines and two user accounts. Attaching gdb to the running rustc process spots a number of threads waiting and one in __memset_sse2. So far every (10+) gdb attach has had the same memset call on top of the backtrace.
Here are a few pastes that might be useful. The first is a configure + check-stage0-std output. The second is gdb attached and used to get a pair backtraces.