Re: Kextload bus error on PowerPC
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:references:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:x-mailer :mime-version:subject:date:cc; bh=l3Ybq20AxaQby4TrD0Mil7sal7W+8wW4KgLYhjkaTIo=; b=rs0Evl9zjos4MHC37iEpYWnfK/DYo4XhzcxRQBe6KOTxlb9K2ssCRF4rT3dN+rTPAy yu0wRSjodTZ01ZOsF/ufKA3U/TQ5OmUx/kR1Ve+gN3E+rHs50WGhWbWezENpvzTmFYmJ NVKZzLa8dW+PzMfGF1w+BbuJDI5VfjfuFIQd8= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:x-mailer:mime-version:subject:date:cc; b=YYQCUHNf/zYmgh1NTS+V56wGkLllhPzvwSQVjJLyogm+tCZnztGb/0ZeZEqMJXPb9D BlE+2LOQtFvGyDDVGCY3o+lL2fqCeVNG9T4Tt7tyR/1L88XBAXibixO/d+oV6q6dyYA4 lBXZR66u7Mxq6X6aMyxuC8g8IAkc7nmZtCJQE= * this isn't magic. You have a bus error because of code in your kext Good luck. _______________________________________________ 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... You haven't given us specific info to diagnose this. Here are some points. * ppc machines completely ignore x86_64 architecture. The presence or absence of such code in your kext is not relevant. * you should use two machine debugging to diagnose this. You can use an intel machine to connect to your ppc panic; just specify the -arch keyword when invoking gdb * since you claim the i386 code works, I would suspect endian issues in your code. Look at Apple'sdiscussions in the universal programming guidelines for ideas This email sent to site_archiver@lists.apple.com
participants (1)
-
Brian Bechtel