Skip to content

Secondary processors not waking on RISC-V #1286

@mkroening

Description

@mkroening

On 64-bit RISC-V, with more than one core, this program does not halt:

fn main() {
	std::thread::spawn(|| {}).join().unwrap();
}

I suspect we do not properly wake up secondary cores. In rusty-demo, this also happens spuriously.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions