Skip to content

'unexpected sort of node' when generating debug info #2765

Closed

Description

Trying to build a fork of rust-socket with rust from June 30, 2012 I get the following:

rustc socket.rc -g
error: internal compiler error: create_function: unexpected sort of node
rust: task failed at 'explicit failure', /Users/jessejones/Source/Third_Party/rust/src/libsyntax/diagnostic.rs:78
rust: task failed at 'explicit failure', /Users/jessejones/Source/Third_Party/rust/src/rustc/driver/rustc.rs:258
rust: domain main @0x7f91c1000010 root task failed
rust: task failed at 'killed', /Users/jessejones/Source/Third_Party/rust/src/libcore/task.rs:461
make: *** [all] Error 101

To repro this do the following from a terminal:

git clone https://github.com/jesse99/rust-socket.git
git checkout c23984460cf948d9b8a8f8153db7883ce45ac4e7
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    A-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)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