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

multithreaded FUSE: Segmentation Fault: pthread lock should be rw/wr #2

Open
GoogleCodeExporter opened this issue Aug 18, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Hi,

I'm getting segfaults when using multithreaded fuse with this binding.

This is because 'read' on VM is also always a write to that VM, because the
arguments need to be passed on the stack in order to do a read.

I've also added some features, and started implementing some although they
aren't all finished yet.

I hope you find this usefull.

Grtz,
Tim

Original issue reported on code.google.com by [email protected] on 21 Jul 2009 at 2:15

Attachments:

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

No branches or pull requests

1 participant