anyone here knows how to use lcrash to examine a core dump.
Mainly I have a core dump from lkcd. One of my modules crashed the system, I can do a 'bt' to get the stack trace of the task is caused the dump but now do I example the stack more closely to see exactly what caused the dump, i.e. looking at the local variables inside the function that caused the dump...
thanks in advance for your help.