weird IOKit crash in IOIteratorNext()
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com 0 com.apple.CoreFoundation 0x901c0a14 CFRelease + 0x24 1 com.apple.framework.IOKit 0x939c0e24 IOIteratorNext + 0x14 more specifically the line that is crashing is: which seems very strange to me...i can see no obvious defect here... does anybody have any ideas when/why this crash could occur? please help ;) thanks, julian _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... hello all i've received a very weird crash report that i'm unable to track down cause the code in question works everwhere else and similar code is also in apple's sample code. the crash is happening in: "for(object = IOIteratorNext(iter); object != 0; object = IOIteratorNext(iter)) // iterate through all "IOATABlockStorageDriver"s" you can obtain the complete code in question here: http:// homepage.mac.com/julianmayer/SMARTReporterSource.zip and the complete crash log here: http://homepage.mac.com/julianmayer/ SMARTReporter.log and the system profile of the machine where the crash occurs here: http://homepage.mac.com/julianmayer/Profile.zip This email sent to site_archiver@lists.apple.com
participants (1)
-
Julian Mayer