parking_lot icon indicating copy to clipboard operation
parking_lot copied to clipboard

SIGSEGV when it tries to wait for a futex

Open techmetx11 opened this issue 6 months ago • 4 comments

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:

  1. unknown function (0x00007fc5ed1a3719)
  2. https://github.com/Amanieu/parking_lot/blob/master/core/src/thread_parker/linux.rs#L112
  3. https://github.com/Amanieu/parking_lot/blob/master/core/src/thread_parker/linux.rs#L66
  4. https://github.com/Amanieu/parking_lot/blob/master/core/src/parking_lot.rs#L635
  5. https://github.com/Amanieu/parking_lot/blob/master/core/src/parking_lot.rs#L600

techmetx11 avatar Aug 20 '24 19:08 techmetx11