Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.2.14
-
Fix Version/s: 2.3.0
-
Component/s: Core
-
Labels:None
-
Sprint:MXS-SPRINT-67
Description
Valgrind startup is extremely slow due to the custom spinlock code. Replacing the spinlocks with pthread mutexes solves this.