Re: Understanding Kernel Panics - line number
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com This was just covered on darwin-drivers: http://lists.apple.com/archives/darwin-drivers/2007/Jun/msg00054.html On 08.07.2007, at 12:22, Steve Checkoway wrote: On Jul 7, 2007, at 9:37 PM, Erez Kaplan wrote: (gdb) x/i 0x44595faf 0x44595faf <SA_AddAllDomainIPsFoundInMask+97>: cmp $0x1,%al -- Steve Checkoway _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/below%40mac.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... The< 97> does not match a line number within the function or within the source. I may be mistaken, but I've always thought that the number corresponded to the address of the instruction. In this case, that cmp instruction is 97 bytes past the address of the SA_AddAllDomainIPsFoundInMask. I don't believe it has any (immediate) correspondence to a line number of the source. This email sent to below@mac.com This email sent to site_archiver@lists.apple.com
participants (1)
-
Alexander v. Below