parking_lot
parking_lot copied to clipboard
SIGSEGV when it tries to wait for a futex
The code segfaults when it tries to wait for a futex (related to Tokio) More info: https://github.com/iv-org/inv_sig_helper/issues/12 A coredump of the crash and build is provided at https://github.com/iv-org/inv_sig_helper/issues/12#issuecomment-2289084639 From the coredump, the program is shown crashing at these first few locations in the code:
- unknown function (0x00007fc5ed1a3719)
- https://github.com/Amanieu/parking_lot/blob/master/core/src/thread_parker/linux.rs#L112
- https://github.com/Amanieu/parking_lot/blob/master/core/src/thread_parker/linux.rs#L66
- https://github.com/Amanieu/parking_lot/blob/master/core/src/parking_lot.rs#L635
- https://github.com/Amanieu/parking_lot/blob/master/core/src/parking_lot.rs#L600