Skip to content

thread caused non-unwinding panic. aborting. #85

@MichaReiser

Description

@MichaReiser

The unwrap call here can fail when the lock got poisoned because of a panic, causing a panic while unwinding

let bufs = &mut *self.bufs.lock().unwrap();

The application doesn't abort when using a different tracing subscriber.

I think a fix here could be to not print to buf but otherwise run the logic "as normal"

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