wolfcw / libfaketime

libfaketime modifies the system time for a single application
https://github.com/wolfcw/libfaketime
GNU General Public License v2.0
2.62k stars 319 forks source link

Preventing shared semaphore to be used again #473

Closed EgnalZurc closed 1 month ago

EgnalZurc commented 1 month ago

The shared semaphore is closed but it's not assigned to null. That's required because the logic check the semaphore status if it's not null. For this reason, we are getting a core some times.

wolfcw commented 1 month ago

thanks!:)