Hi Everyone, I am new to the list and kernel programming. I have a general question regarding Oops in the kernel. Basically from the oops message I get the stack which shows the name of the function where it happened. However an oops also prints some other information in the form of hex values Eg. Call Trace: [<d083af26>] svc_authorise+0x1b/0x2a [sunrpc] [<d0838270>] svc_process+0x411/0x689 [sunrpc] ... Eg2. EIP is at svcauth_gss_release+0x2dc/0x565 [auth_rpcgss] Is there any other useful information (like line number or anything else) that we can glean from these hex values. Just wanted to know if it is possible to interpret those hex values. Thanks for your help. Cheers Kumar -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ