Hi All, I just downloaded and installed the MacFUSE from the MacFUSE- Core-10.5-1.5.1.dmg along with some of the sample code. procfs and, accessibilityfs, and a couple others all compile and mount fine. But, the one I am really interested in is LoopbackFS which immediately calls the - (void)mountFailed function. The backtrace shows: (gdb) bt #0 -[LoopbackController mountFailed:] (self=0x126da0, _cmd=0x4f2a, notification=0x1611e0) at /Users/davec/Desktop/PMTB/LoopbackFS/ LoopbackController.m:31 #1 0x93d6954a in _nsnote_callback () #2 0x96b059ba in __CFXNotificationPost () #3 0x96b05c93 in _CFXNotificationPostNotification () #4 0x93d667b0 in -[NSNotificationCenter postNotificationName:object:userInfo:] () #5 0x0001dd70 in dyld_stub_truncate () #6 0x0001e6f1 in dyld_stub_truncate () #7 0x93d69f1d in -[NSThread main] () #8 0x93d69ac4 in __NSThread__main__ () #9 0x94f3c6f5 in _pthread_start () #10 0x94f3c5b2 in thread_start ()
And I am immediately lost in trying to find out what happened. I need more clues! BTW, this was straight out of the box, no changes to the source and compiled on a MacPro using 10.5.3 and Xcode 3.1 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "macfuse-devel" group. To post to this group, send email to macfuse-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/macfuse-devel?hl=en -~----------~----~----~----~------~----~------~--~---