Hi,
Sorry, not related to Juce, but Im facing a very strange issue and hope that one of you could help...
One of my apps is running for years under MacOSX without any change, used by plenty of people. But now I got a handful of reports from users having trouble after upgrading to Yosemite. In some case (it is not systematic), this app is not working anymore. I've been able to access through remote desktop to a Mac having this issue and the result is very strange:
- the app is launched, it appears in the Activity Monitor, receives a PID, but is consuming 0% CPU and has no exchange with the file system (this is not normal).
- there is no crash report in the Console, no log, absolutely no feedback coming from the app.
- the very first instruction in the main() is a printf, so at least one line should be displayed in the Terminal when I start the app from the command line... but nothing.
=> my conclusion is that the app is launched, the main() is never called, but the app remains pending (it does not exit immediately).
I never got such problem before and I am somewhat helpless... any idea?
Thanks,
/Phil
