<pre style="font-style: normal;"><font style="font-size: 13pt;" size="3">Hi All,<br><br></font><font style="font-size: 13pt;" size="3">This is what I'm trying to do, I have a pretty extensive module for linux which does oops and panic once in a while.
</font><br> <font style="font-size: 13pt;" size="3">After the panic, I would like to find out from the coredump where the panic happened and why it happened. </font><br><font style="font-size: 13pt;" size="3">This would require examining the stack trace for the task that caused the dump and also the local variables on the function stack. I can get the stack trace using "trace" which is great 
<br></font><br><font style="font-size: 13pt;" size="3">but is there any way to get into the stack look at the local variables for each of the functions on the stack, like gdb? <br>Can anyone rescue me on this issue or give some idea how to go about it to implement it.
<br><br>Thanks & Regards<br>Neeraj</font></pre>