Footballer
unread,Feb 22, 2011, 3:37:18 AM2/22/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android Linux Kernel Development
Hi fork,
I'm now porting the Android to a processor core. Once the zygote is
up, the processor trigger an illegal exception. It means that there is
a wrong instruction is executed by the processor. I checked the
program pointer when the exception is triggered, it should be in user
space. I wouldn't like to find out that which process the wrong
instruction is in.
My question is how to print out the current pid in exception handler
in the kernel.
Thanks for your help
Kaleung