Dear List!

When launching a FUSE filesystem once under 10.4 and subsequently
launching an NSTask in the same cocoa application  (for instance
calling /bin/ls), although the NSTask still executes fine, [testtask
terminationStatus]  always returns -1.
Before the FUSE filesystem is mounted, the termination status is
correctly 0. Even if the fuse is unmounted again and released... all
subsequent NSTasks always have a terminationstatus of -1 until I
restart the application.

Unfortunately I require the correct terminationstatus.
I do not understand how mounting the filesystem can affect the
terminationstatus of an unrelated NSTask...
I would appreciate any insight and possible workarounds.

Thanks and regards
Thomas

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to