Skip to content

feat: implement cleanup on quit and enhance FUSE unmounting process#284

Open
egalvis27 wants to merge 3 commits intomainfrom
fix/fuse-unmount-on-quit
Open

feat: implement cleanup on quit and enhance FUSE unmounting process#284
egalvis27 wants to merge 3 commits intomainfrom
fix/fuse-unmount-on-quit

Conversation

@egalvis27
Copy link

What is Changed / Added

Closing the application triggered a FUSE error that froze the entire file system, preventing access to any system folders. The root cause: the application shutdown process was not calling the FUSE unmount function before terminating. When the Electron process ended with FUSE still mounted, this caused Nautilus to freeze while trying to access the orphaned FUSE mount, resulting in a permanent file system deadlock.

@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
69.7% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant