Re: Page Fault Kernel Panic on Leopard
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=dfAta8eFdzZ5heLosr+lPb/NTnSbTHDib83BqKJ1IWA=; b=VzHnw9ukWi0I1KqQwYgO9sHo2b4DBvCT9R/Go5C5Tknma3w8asdCeC1XfjZd0+QqZlfx0he/LBvwk+ahdWM3xiJAZBDQsEh0QUOMgjoIno4SUJi1mvvu0YFV3bAjIZ+LdS6gnMj+89eqpY7rm1jvouRuKwlYSjRVms61gYib6vQ= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bPSeEmDRQfOAIg0rfitxQKO5AdGwv6X7fPr4mkQz6635DEx3sH3rhrK1tUo8Qik5AW56B9QhrUaqP0CbCqW9u+tFPmujqoKxRl1qFNauuvqH6xT4kCp41IF7ejDmAprfp3LV0vheUGJynlzrRardDLLKVELJdrsaUN+KKI5q4DQ= On Dec 11, 2007 8:20 AM, Rick Macklem <rmacklem@uoguelph.ca> wrote:
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).
Yes, the technique you describe is essentially using the panic log and gdb on one machine. Load the kext symbols into gdb then do x/i {address} for each address in the backtrace (the second value of each line in the backtrace). This can be very helpful. _______________________________________________ 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... This email sent to site_archiver@lists.apple.com
participants (1)
-
Brian Bechtel