Re: Mavericks kernel panic debug
The steps for debugging a kernel panic are pretty much the same as before. You’d need the kernel debug kit. If you intend to use 2 machine debugging over the thunderbolt firewire adapter, you’ll need to set the nvram on the test machine to nvram boot-args=“debug=XXXX kdp_match_name=firewire fwkdp=0x8000 fwkpfv=0x8000" Hope that helps, David On Jan 5, 2014, at 12:00 PM, darwin-kernel-request@lists.apple.com wrote:
Send Darwin-kernel mailing list submissions to darwin-kernel@lists.apple.com
To subscribe or unsubscribe via the World Wide Web, visit https://lists.apple.com/mailman/listinfo/darwin-kernel or, via email, send a message with subject or body 'help' to darwin-kernel-request@lists.apple.com
You can reach the person managing the list at darwin-kernel-owner@lists.apple.com
When replying, please edit your Subject line so it is more specific than "Re: Contents of Darwin-kernel digest..."
Today's Topics:
1. Mavericks kernel panic debugging (Jeff Schindler) 2. Re: Mavericks kernel panic debugging (Rustam Muginov)
----------------------------------------------------------------------
Message: 1 Date: Sat, 04 Jan 2014 20:23:27 -0500 From: Jeff Schindler <jas001@gmail.com> To: darwin-kernel@lists.apple.com Subject: Mavericks kernel panic debugging Message-ID: <65D42E36-4DB9-4519-856D-3587B28ABDD2@gmail.com> Content-Type: text/plain; charset="utf-8"
I'm trying to debug a kernel panic I've produced under Mavericks. I've done this before on Snow Leopard via gdb, but am having problems figuring out how to do so with lldb. Can anyone give me a set of steps for debugging using lldb assuming I have the kernel panic log, similar to what's defined here (https://developer.apple.com/library/mac/technotes/tn2063/_index.html#//apple... Thanks for any help.
Jeff
participants (1)
-
David Tay