Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deadlock when multiple MacFUSE file systems are mounted #10

Closed
bfleischer opened this issue Sep 6, 2011 · 0 comments
Assignees
Milestone

Comments

@bfleischer
Copy link
Member

@bfleischer bfleischer commented Sep 6, 2011

When a MacFUSE file system is mounted the sysctl "osxfuse.control.macfuse_mode" is set to 1. Each time that happens the kernel extension registers MacFUSE's sysctls. Registering already registered sysctls triggers a system-wide deadlock.

This only affects MacFUSE file systems linked against libfuse or libfuse_ino64. Objective-C file systems using MacFUSE.framework do not trigger the deadlock.

Reported by @PeterStegemann and @unsound

@ghost ghost assigned bfleischer Sep 6, 2011
bfleischer added a commit that referenced this issue Sep 6, 2011
… time a

MacFUSE file system is mounted

When a MacFUSE file system is mounted the sysctl "osxfuse.control.macfuse_mode"
is set to 1. Each time that happens the kernel extension registers MacFUSE's
sysctls. Registering already registered sysctls triggers a deadlock.

Closes issue #10: Deadlock when multiple MacFUSE file systems are mounted
@bfleischer bfleischer closed this Sep 6, 2011
bfleischer added a commit that referenced this issue Nov 4, 2011
… time a

MacFUSE file system is mounted

When a MacFUSE file system is mounted the sysctl "osxfuse.control.macfuse_mode"
is set to 1. Each time that happens the kernel extension registers MacFUSE's
sysctls. Registering already registered sysctls triggers a deadlock.

Closes issue #10: Deadlock when multiple MacFUSE file systems are mounted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant
You can’t perform that action at this time.