Advertisement
Guest User

Untitled

a guest
May 1st, 2012
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. 0x00007f1afe81e613 in poll () from /lib64/libc.so.6
  2. Missing separate debuginfos, use: debuginfo-install libvirt-0.9.4-23.el6_2.8.x86_64
  3. (gdb)
  4. (gdb) break virCommandSetPreExecHook
  5. Breakpoint 1 at 0x7f1b01527f90
  6. (gdb) cont
  7. Continuing.
  8. Detaching after fork from child process 5199.
  9. Detaching after fork from child process 5200.
  10. Detaching after fork from child process 5202.
  11. Detaching after fork from child process 5203.
  12. Detaching after fork from child process 5204.
  13. Detaching after fork from child process 5206.
  14. Detaching after fork from child process 5228.
  15. Detaching after fork from child process 5229.
  16. Detaching after fork from child process 5231.
  17. Detaching after fork from child process 5232.
  18. Detaching after fork from child process 5233.
  19. Detaching after fork from child process 5235.
  20. Detaching after fork from child process 5305.
  21. Detaching after fork from child process 5306.
  22. Detaching after fork from child process 5308.
  23. Detaching after fork from child process 5309.
  24. Detaching after fork from child process 5310.
  25. Detaching after fork from child process 5312.
  26. Detaching after fork from child process 5313.
  27. Detaching after fork from child process 5314.
  28. Detaching after fork from child process 5316.
  29. Detaching after fork from child process 5317.
  30. [Switching to Thread 0x7f1af3617700 (LWP 64267)]
  31.  
  32. Breakpoint 1, 0x00007f1b01527f90 in virCommandSetPreExecHook () from /usr/lib64/libvirt.so.0
  33. (gdb) break main
  34. Function "main" not defined.
  35. Make breakpoint pending on future shared library load? (y or [n]) y
  36. Breakpoint 2 (main) pending.
  37. (gdb) handle SIGKILL nopass noprint nostop
  38. Signal Stop Print Pass to program Description
  39. SIGKILL No No No Killed
  40. (gdb) handle SIGTERM nopass noprint nostop
  41. Signal Stop Print Pass to program Description
  42. SIGTERM No No No Terminated
  43. (gdb) set follow-fork-mode child
  44. (gdb) cont
  45. Continuing.
  46. [New process 5325]
  47. [Thread debugging using libthread_db enabled]
  48. [New process 5326]
  49. [Thread debugging using libthread_db enabled]
  50. process 5326 is executing new program: /usr/libexec/qemu-kvm
  51. [Thread debugging using libthread_db enabled]
  52. warning: the debug information found in "/usr/lib/debug//usr/lib64/libspice-server.so.1.0.2.debug" does not match "/usr/lib64/libspice-server.so.1" (CRC mismatch).
  53.  
  54. warning: the debug information found in "/usr/lib/debug/usr/lib64/libspice-server.so.1.0.2.debug" does not match "/usr/lib64/libspice-server.so.1" (CRC mismatch).
  55.  
  56. Missing separate debuginfo for /usr/lib64/libspice-server.so.1
  57. Try: yum --disablerepo='*' --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/95/715d002dea8b3f8b2f221b485aa4a72d0c83c9.debug
  58. [Switching to Thread 0x7f1af3617700 (LWP 5326)]
  59.  
  60. Breakpoint 2, main (argc=59, argv=0x7fffb3f15f88, envp=0x7fffb3f16168) at /usr/src/debug/qemu-kvm-0.12.1.2/vl.c:5018
  61. 5018 {
  62. Missing separate debuginfos, use: debuginfo-install celt051-0.5.1.3-0.el6.x86_64 dbus-libs-1.2.24-5.el6_1.x86_64 flac-1.2.1-6.1.el6.x86_64 glibc-2.12-1.47.el6_2.9.x86_64 gnutls-2.8.5-4.el6_2.2.x86_64 keyutils-libs-1.4-3.el6.x86_64 krb5-libs-1.9-22.el6_2.1.x86_64 libICE-1.0.6-1.el6.x86_64 libSM-1.1.0-7.1.el6.x86_64 libX11-1.3-2.el6.x86_64 libXau-1.0.5-1.el6.x86_64 libXext-1.1-3.el6.x86_64 libXi-1.3-3.el6.x86_64 libXtst-1.0.99.2-3.el6.x86_64 libaio-0.3.107-10.el6.x86_64 libasyncns-0.8-1.1.el6.x86_64 libcom_err-1.41.12-11.el6.x86_64 libgcrypt-1.4.5-9.el6_2.2.x86_64 libgpg-error-1.7-4.el6.x86_64 libjpeg-6b-46.el6.x86_64 libogg-1.1.4-2.1.el6.x86_64 libselinux-2.0.94-5.2.el6.x86_64 libsndfile-1.0.20-5.el6.x86_64 libtasn1-2.3-3.el6_2.1.x86_64 libuuid-2.17.2-12.4.el6.x86_64 libvorbis-1.2.3-4.el6_2.1.x86_64 libxcb-1.5-1.el6.x86_64 nss-softokn-freebl-3.12.9-11.el6.x86_64 openssl-1.0.0-20.el6_2.3.x86_64 pulseaudio-libs-0.9.21-13.el6.x86_64 tcp_wrappers-libs-7.6-57.el6.x86_64
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement