Hi... On Fri, Jun 22, 2012 at 11:27 PM, NorthPole <[email protected]> wrote: > Hi... > > The virtual machine is supposed to run on 128 mb ram and according to the > batman folks its more than enough > > How can I force a backtrace?
When it hangs, AFAIK in gdb, press ctrl-c...it will get you back to gdb prompt ... then type "bt" and Enter. I assume you use gdb that is hooked into qemu's gdb stub, right? -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com _______________________________________________ Kernelnewbies mailing list [email protected] http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
