fuse-google-drive icon indicating copy to clipboard operation
fuse-google-drive copied to clipboard

Invalid free()

Open jcline opened this issue 12 years ago • 0 comments

Segfault on unmount, probably caused by this:

==4526== Invalid free() / delete / delete[] / realloc()
==4526==    at 0x4C29A9E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4526==    by 0x40388A: fstack_pop (functional_stack.c:47)
==4526==    by 0x402574: gdi_destroy (gd_interface.c:622)
==4526==    by 0x401761: main (gd_fuse_operations.c:527)
==4526==  Address 0x7fefffbe0 is on thread 1's stack
==4526==

jcline avatar May 18 '12 21:05 jcline