Hi
I added device notification using IOServiceAddInterestNotification,
When my application is running and i plug-out the device then the
macOS10.5.2 crash and i have to hard restart the mac.
if my application is not running and i plug-out the device then no
problem. Also same thing is working fine on Macos 10.4.10 and earlier
with same device and same mac machine.
More detail :
I register the notification for kIOGeneralInterest. And when the
callback is called then i only handle the
kIOMessageServiceIsTerminated.\\
Mac OS crashed before the callback is called.
mac OS is not cra****ng if my application is not running.
samething is working on 10.4.10 and earlier.
p2