suffuse / sfs

identity fuse filesystem, toward lowering the fuse/unix/java impedance mismatches
Other
8 stars 1 forks source link

bus error on mounted git directory #27

Open paulp opened 8 years ago

paulp commented 8 years ago

If I mount a git repository with idfs I get a bus error trying to run any git command. Do you get the same on linux? Something it doesn't like much in our translation.

EECOLOR commented 8 years ago

I don't have that here on Linux, git status works for me in a mounted directory

dwijnand commented 7 years ago

I can at the very least confirm this for me too (using osxfuse 3.5.4 on macOS 10.12.3):

$ git status
Bus error: 10

Any tips or tricks on how to investigate this would be helpful.. I can only think of either:

  1. Cranking up the logging in fuse-jna and trawling through that trying to reverse engineer what IO call git is making that is failing.
  2. Picking up where Erik left off working through the pjd fs tests and fixing this that way.