Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
23.02.20, 25.10.5
-
None
Description
There is a time interval when the `joiners` array is allocated and resized (with the elements being empty shared_ptrs), but no real objects have been created. If `abort()` is called at this point, it will attempt to access a non-existent object.