I have a project where there's a plugin that gets loaded into new processes (it's quite hacky) and a controller app that communicates with it via mach messages. I am just fixing bugs with it (didn't originally design it), but there is an issue that is 100% reproducible where a process that uses QuickTime will not receive any of the mach messages due to the mach_msg() function timing out when being called from the controller app. If a process does not use QuickTime, it works just fine. Is there any kind of conflict with QuickTime (QTKit) and custom mach messages that is causing them to time out? The processes I'm referring to specifically here are Safari and QuickTime Player.
Kevin_______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
