mirror of
https://github.com/smittix/intercept.git
synced 2026-06-08 14:11:54 -07:00
c0498ebe68
start_gpsd_daemon() acquires _gpsd_process_lock then calls stop_gpsd_daemon() which tries to acquire the same non-reentrant Lock, causing an immediate deadlock. Changed to RLock so the same thread can re-enter the lock. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>