Advertisement
Guest User

Untitled

a guest
May 1st, 2012
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. [Switching to Thread 0x7f60b41f7700 (LWP 55275)]
  2.  
  3. Breakpoint 1, 0x00007f60c2b08f90 in virCommandSetPreExecHook () from /usr/lib64/libvirt.so.0
  4. (gdb) break main
  5. Function "main" not defined.
  6. Make breakpoint pending on future shared library load? (y or [n]) y
  7. Breakpoint 2 (main) pending.
  8. (gdb) handle SIGKILL nopass noprint nostop
  9. Signal Stop Print Pass to program Description
  10. SIGKILL No No No Killed
  11. (gdb) handle SIGTERM nopass noprint nostop
  12. Signal Stop Print Pass to program Description
  13. SIGTERM No No No Terminated
  14. (gdb) set follow-fork-mode child
  15. (gdb) cont
  16. Continuing.
  17. [New process 60793]
  18. [Thread debugging using libthread_db enabled]
  19. [New process 60794]
  20. [Thread debugging using libthread_db enabled]
  21. process 60794 is executing new program: /usr/libexec/qemu-kvm
  22. [Thread debugging using libthread_db enabled]
  23. [Switching to Thread 0x7f60b41f7700 (LWP 60794)]
  24.  
  25. Breakpoint 2, 0x00007f8de33e9940 in main ()
  26. Missing separate debuginfos, use: debuginfo-install qemu-kvm-0.12.1.2-2.209.el6_2.4.x86_64
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement