Hi all, Two basic questions here: 1. When I run UML in debug mode, and the kernel stops at a breakpoint that I set, how do I know in which process context did it stop (example: when it stops at do_fork - how do I know which process is now forking ? when it stops at do_signal - how do I know which process is receiving the signal ?) 2. When the kernel stops in a breakpoint, and I type "bt", I do not see the kernel backtrace. Why is that ? Thanks, Nir -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/