Re: The mistery of the dlil_filter_detach call
Re: The mistery of the dlil_filter_detach call
- Subject: Re: The mistery of the dlil_filter_detach call
- From: Stephane Sudre <email@hidden>
- Date: Wed, 22 Feb 2006 13:07:26 +0100
Le 21 févr. 06, à 22:17, Vincent Lubet a écrit :
On Feb 21, 2006, at 12:38 PM, Stephane Sudre wrote:
I'm getting lost. I'm doing the following things to see the symbols:
On the OS X version the panic occurred:
gdb /mach_kernel
set print asm-demangle on
x/i the_address
Is this incorrect?
/mach_kernel does not have all the symbols, local and debugging
symbols are stripped out. That means that some addresses are
incorrectly attributed to the nearest global symbol.
Instead you should use the kernel with full symbolic information from
the appropriate Kernel Debug Kit found at:
http://developer.apple.com/sdk/index.html#Kernel
Ok, to quote the great philosopher H. Duff: "Suddenly, it's clear"
Indeed, it's not dlil_detach_filter but the next function. This
explains a lot about potential mlock issues I saw in the past too.
Thanks!
_______________________________________________
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