After som debugging it seems like [GMUserFileSystem currentFS] returns a pointer to an empty object of GMUserFileSystem. But why this would happen is still a mystery to me...
On 8 Feb, 15:56, Henrik Berglund <[email protected]> wrote: > My file system is more close to identical (in the aspect of open/read/ > write/release file) to the LoopbackFS. When i open multiple files at > the same time and then tries to close them it signals > "EXC_BAD_ACCESS". Stack trace says it's the obj_msgSend from > fusefm_release() in GMUserFileSystem, the row calling > releaseFileAtPath:userData: for [GMUserFileSystem currentFS]. > > I don't really know where to start looking for the cause, I assume > I've done something bad somewhere but I can't really think of where > since the files are opened without problem. And it never crashes if I > only open one file at a time. But with multiple files opened is > crashes very often, not always. -- You received this message because you are subscribed to the Google Groups "MacFUSE" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/macfuse?hl=en.
