Matias Sundman (AS/EAB) wrote: > Comrades, > I would like to do a backtrace in kernel space similar to an oops but > then continue the code flow as before i.e. without a crash. > Try dump_stack(). It should do what you want. Carlos