Skip to content

BUG: Crash after program has been running for a while #285

@rustley

Description

@rustley

Program panics after running for an extended period due to an internal unwrap() failure in ahash.

After the program has been running for some time, it panics with the following error:

thread 'main' (15528) panicked at
C:\Users\ashley\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\ahash-0.8.12\src\convert.rs:137:9:
called `Result::unwrap()` on an `Err` value: TryFromSliceError(())
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

The panic occurs inside ahash and is not triggered immediately at startup. I have not yet found a reliable way to reproduce it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions