site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com 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 Ok, to quote the great philosopher H. Duff: "Suddenly, it's clear" Thanks! _______________________________________________ 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... 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 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. This email sent to site_archiver@lists.apple.com