Skip to content

Coredump when using latest nightly rustc #37105

@BusyJay

Description

@BusyJay

Hi, recently we upgrade our rustc compiler to the latest nightly version, but the compiled binary core dumps quickly under stress tests. A few stacks can be found in tikv/tikv#1144. But when we downgrade rustc to rustc 1.12.0-nightly (b30eff7ba 2016-08-05), the binary works just fine.

The stacks look weird, because the segment fault happens in liballoc, but we don't manage memory by ourselves. We are guessing that there might be some problems in the versions later than rustc 1.12.0-nightly (b30eff7ba 2016-08-05). Could you please help us check it out? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.I-crashIssue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.P-lowLow priorityT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions