-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Programmability
-
Fully Compatible
-
ALL
-
Programmability 2024-10-14, Programmability 2024-10-28
-
200
The signal handling thread calls into the global service context getters. On test destruction, we also destruct the global service context, and therefore there's a race. To fix this, we could do something like run the test in a DEATH_TEST and terminate when the test is done.