mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 06:21:55 +01:00
According to POSIX, the mutex must be locked by the thread calling the signal functions to ensure predictable scheduling behavior. Found the issue using Helgrind which gave the warning `dubious: associated lock is not held by any thread`.
3 lines
168 B
Text
3 lines
168 B
Text
o Minor bugfixes (relay):
|
|
- Unblock threads before releasing the mutex to ensure predictable
|
|
scheduling behavior. Fixes bug 16644; bugfix on 0.2.6.3-alpha.
|