Skip to content

building rust infinite loops in __memset_sse2 on Indiana University network machines (RHEL 6.4 x64) #8621

@toddaaro

Description

@toddaaro

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.

pastebin.mozilla.org/2884116
pastebin.mozilla.org/2884115

The machine configurations are 64 bit Redhat Linux Enterprise Edition 6.4 (Santiago). Glibc is version 2.12, and gcc is version 4.4.6-3 Redhat.

Metadata

Metadata

Assignees

No one assigned

    Labels

    I-crashIssue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions