Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.5.25
-
Galera Macos
Description
calls constructor for a mutex in a struct value init-ed with gu_calloc.
in path gcs_core_create() -> gcs_group_init(), the first one allocates gcs_core_t* core with gu_calloc() whereas gcs_code_t has gcs_group_t group with gu::Mutex memb_mtx_. After memory allocation gu::Mutex constructor was not called that lead to an error on Darwin in a call to pthread mutex lock.