You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.
When multiple executions are started concurrently, AddressSanitizer stops the application with Deallocation of freed memory error. It happens rarely. The reason is pretty obvious, lastCommandOutput is implemented as NSMutableString which is not thread safe.
tanersener
changed the title
Concurrent iOS/tvOS executions free the same the address multiple times
Concurrent iOS/tvOS executions free the same address multiple times
Jul 20, 2020
When multiple executions are started concurrently,
AddressSanitizer
stops the application withDeallocation of freed memory
error. It happens rarely. The reason is pretty obvious,lastCommandOutput
is implemented asNSMutableString
which is not thread safe.https://ghostbin.co/paste/q9yoh
Environment
The text was updated successfully, but these errors were encountered: