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:mime-version:content-type:content-transfer-encoding:content-disposition; bh=EVjRQ7h88USYr1LZninKJu0GnGIOFkGyh2u1LUi82tU=; b=xtIv7cEBTpeiG6/NUBqUrm8HDlAGPIKwKJKoffJZH+Pgd8wlVYJ6Xf/J+mdIvWjRwDKwWczH5dbc70VR+TSrxhDZekFeSBDbf+ytQrEhB150i+cE3URmJA4amYMMsCyf/6lgy6dC3fzWMphmwnfVBumxD8LSFOzWLW6EBTYw4mw= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=rtMFnW/mG2/Ue2hEtO08k74Dt+FOmode1RLUeD0okr+eizk3iWLrnz9EnEfDGo16y+hP1P/nfojpEnY+fe8ziHlwbg2MKVDJs29juvON+qhND6SAZ9tzdQGJQCILLx7CWlTHg2li5EFLrDh13Fk2HRu4GLyYIfwitHIf8rKlt6o= Hi, I have a simple kernel extension that's just trying to read memory and return the hashes of given pages. The code runs fine on the x86 mac, but results in a kernel panic on a ppc G5 mac. The call that seems to be the root of the problem is readBytes -- actually retrieving page contents. The calls to get a descriptor, as well as to prepare it, succeed and I check their results. What are the possible reasons for this? Any tips on troubleshooting the panics since all it produces is a message telling me to restart? It'd be nice to see a dump or something :) Thank you, Timur _______________________________________________ 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