<span id="_user_breeves@redhat.com" style="color: rgb(121, 6, 25);"></span><span style="font-weight: normal;" class="lg"></span>Thanks Bryn, Dave, Piet for your quick replies.  <br>Yes I could get the complete trace with the log command.
<br><br>Thanks again,<br>Adhiraj Joshi.<br> <br><br><div><span class="gmail_quote">On 9/5/07, <b class="gmail_sendername">Dave Anderson</b> <<a href="mailto:anderson@redhat.com">anderson@redhat.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Adhiraj Joshi wrote:<br>> Hi All,<br>><br>> I get a kernel panic on my system and I see a long backtrace on the
<br>> console before the system freezes. I have kdump setup and analyse the<br>> generated vmcore using crash. But the backtrace from crash is too short<br>> and it doesnt give any relevant information. I wanted backtrace that
<br>> appeared on the console before freezing.<br>><br>> Any ideas on this?<br>><br>> Regards,<br>> Adhiraj.<br><br>When you say the system "freezes", but also that you get<br>a "kernel panic",  I'm not sure how the system entered the
<br>kdump process, i.e., was panic() or BUG() called inside<br>the kernel, or did you enter sysrq-c?<br><br>Anyway, enter "log" to get the console log, where the final<br>trace should still exist.<br><br>In any case, depending upon how the system entered kdump,
<br>the current context that was running may not be of<br>any interest.  Do a "bt -a" to see what's happening on the<br>other cpus at the time of the shutdown, or a "foreach bt"<br>to get the traces of all tasks.  If the current task *is*
<br>the one you're interested in, but it still doesn't seem<br>"right", enter "bt -t" or "bt -T" to get a dump of all<br>text return addresses on the stack.<br><br>Dave<br><br><br><br>
--<br>Crash-utility mailing list<br><a href="mailto:Crash-utility@redhat.com">Crash-utility@redhat.com</a><br><a href="https://www.redhat.com/mailman/listinfo/crash-utility">https://www.redhat.com/mailman/listinfo/crash-utility
</a><br></blockquote></div><br>