Re: Page Fault Kernel Panic on Leopard
Re: Page Fault Kernel Panic on Leopard
- Subject: Re: Page Fault Kernel Panic on Leopard
- From: Rick Macklem <email@hidden>
- Date: Tue, 11 Dec 2007 11:20:02 -0500 (EST)
On Tue, 11 Dec 2007, Brian Bechtel wrote:
[good stuff snipped]
Your best bet to debug this further is to use two machines. Generate
symbols by setting the DWARF with dSYM option in your Xcode project.
The command
cd build/Development
kextload -z -n -a com.yourcompany.kext.mydriver@0x346e5000 -s . ./mydriver.kext
should generate the appropriate symbol files. On a host (debugging)
machine, download the 10.5.1 Kernel Debug Kit and mount it. Panic the
target
Just thought I'd add that I've found the technique described in TN2063
down around "Listing 7" works well for me. I haven't had to revert to two
machine debugging yet;-) Unless it doesn't work for Intel Macs (haven't
tried it on Intel).
Brian, thanks for the post. It gives me info on an Intel crash that I may
need to know someday, rick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden