Re: Detecting Kernel Panics
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=FGtCueH1fEQEgKLB+mnk+O2MVkMXIxcbNkso9omsE5fCRgQo+yZKbreUj3ZwsCI3yW/Ye1faXESQN2brQHCBPr1kqlrdCQxh1lNHGwBUL1k8SYabas3LGN7lsU8QYdQzLgri0ia9RF5abtdF0T9o+BR4YrvT0iTeY4MsdPrFghY= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=YC9r8/IzjEeKArQnXZc7DWwMh+QBkMTGjdOonGIDbZZRdi9MQ3xqcJkjPrLeXyE3FVwhVINu5H1p9pS71etXe6l1we8seKSY/Y7O/znkmfWp4Bi8UOZ5xGIP6/Ct8rVesczyKiei1PyDbd7yJKxHnXWM/TxieiMEVGV+wxK1pM0= Yes im trying to catch them after the reboot. On Sep 4, 2007, at 11:03 PM, William Kucharski wrote: I assume you mean after the user has rebooted the system? What are you trying to do? _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... Matt Burnett wrote: How do you detect a kernel panic has occured after the fact? Ideally from kernel space, but a user space solution would be acceptable as well. I am looking for a method similar to how Finder presents the 'Report This Bug To Apple'. Thanks. You're not going to be able to catch the system on the way down unless you're registered as a kernel debugger, and even if you did the system is in an unstable state or panic() wouldn't have been called in the first place. William Kucharski This email sent to site_archiver@lists.apple.com
participants (1)
-
Matt Burnett