Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
FileSystem::New attempts to free the new FileSystem if the connection fails. Unfortunately, it's in the middle of a callback from the filesystem's threadpool, and attempts to join the worker thread while running the worker thread.