Skip to content

Random crashes, maybe due to multiple threads accessing same memory? #6

@CosminPerRam

Description

@CosminPerRam

Sometimes the visualizer just randomly crashes, I didn't had the time to properly debug it but I'm pretty sure that happens because we are accessing the same memory withing multiple threads (e.g. when sorting is running and we are doing something that manipulates the sorting data), if this is the problem, it could be fixed with mutexes, but I think that'll for sure take a hit on the sorting speed performance.

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