g2p / git-fs

A filesystem interface to git repositories
GNU General Public License v2.0
232 stars 19 forks source link

Error when attempting to mount #5

Closed mmcc-xx closed 12 years ago

mmcc-xx commented 12 years ago

I built according to the instructions in the readme, and that seemed to work OK. However, when I attempt to use it, I get the following error:

git-fs: malloc.c:3096: sYSMALLOc: Assertion `(old_top == (((mbinptr) (((char ) &((av)->bins[((1) - 1) * 2])) - builtin_offsetof (struct malloc_chunk, fd)))) && old_size == 0) || ((unsigned long) (old_size) >= (unsigned long)((((builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 * (sizeof(size_t))) - 1)) & ~((2 \ (sizeof(size_t))) - 1))) && ((old_top)->size & 0x1) && ((unsigned long)old_end & pagemask) == 0)' failed. error: git-fs died of signal 6

mmcc-xx commented 12 years ago

Just looked at the closed issues, and noticed that someone there had the same issue, and found a way to resolve it. I'll try the same thing.

For what it is worth, I'm on the unstable branch of debian.

mmcc-xx commented 12 years ago

Using the CVS code found here - http://ocamlfuse.cvs.sourceforge.net/viewvc/ocamlfuse/?view=tar - did the trick.