Re: Page Fault Kernel Panic on Leopard
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com On Tue, 11 Dec 2007, Brian Bechtel wrote: 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 (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... [good stuff snipped] This email sent to site_archiver@lists.apple.com
participants (1)
-
Rick Macklem