SHOW:
|
|
- or go back to the newest paste.
| 1 | $ gdb --args python ./virt-manager | |
| 2 | GNU gdb (GDB) 7.6.1 | |
| 3 | Copyright (C) 2013 Free Software Foundation, Inc. | |
| 4 | License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
| 5 | This is free software: you are free to change and redistribute it. | |
| 6 | There is NO WARRANTY, to the extent permitted by law. Type "show copying" | |
| 7 | and "show warranty" for details. | |
| 8 | This GDB was configured as "mingw32". | |
| 9 | For bug reporting instructions, please see: | |
| 10 | <http://www.gnu.org/software/gdb/bugs/>... | |
| 11 | Reading symbols from c:\Python27\python.exe...(no debugging symbols found)...done. | |
| 12 | (gdb) r | |
| 13 | Starting program: c:\Python27/python.exe ./virt-manager | |
| 14 | [New Thread 4052.0xfd8] | |
| 15 | [New Thread 4052.0xfe4] | |
| 16 | [New Thread 4052.0xfe8] | |
| 17 | [Fri, 15 Aug 2014 10:08:09 virt-manager 4052] DEBUG (cli:187) Launched with command li | |
| 18 | ne: ./virt-manager | |
| 19 | [Fri, 15 Aug 2014 10:08:09 virt-manager 4052] DEBUG (virt-manager:151) virt-manager ve | |
| 20 | rsion: 1.0.1 | |
| 21 | [Fri, 15 Aug 2014 10:08:09 virt-manager 4052] DEBUG (virt-manager:152) virtManager imp | |
| 22 | ort: <module 'virtManager' from 'f:\Projects\virt-manager\virtManager\__init__.pyc'> | |
| 23 | [New Thread 4052.0xff8] | |
| 24 | [Fri, 15 Aug 2014 10:08:10 virt-manager 4052] DEBUG (virt-manager:211) GTK version: 3. | |
| 25 | 8.9 | |
| 26 | [New Thread 4052.0xb94] | |
| 27 | [New Thread 4052.0x60c] | |
| 28 | [Fri, 15 Aug 2014 10:08:10 virt-manager 4052] ERROR (importer:51) Could not find any t | |
| 29 | ypelib for AppIndicator3 | |
| 30 | [New Thread 4052.0x608] | |
| 31 | [Fri, 15 Aug 2014 10:08:11 virt-manager 4052] DEBUG (engine:484) libguestfs inspection | |
| 32 | support: False | |
| 33 | [Fri, 15 Aug 2014 10:08:11 virt-manager 4052] DEBUG (systray:152) Showing systray: Fal | |
| 34 | se | |
| 35 | [Fri, 15 Aug 2014 10:08:11 virt-manager 4052] DEBUG (engine:231) About to connect to u | |
| 36 | - | ris ['qemu+tcp://[email protected]/system', 'qemu+tcp://[email protected] |
| 36 | + | ris ['qemu+tcp://[email protected]/system', 'qemu+tcp://[email protected] |
| 37 | 7/system'] | |
| 38 | [New Thread 4052.0x5d8] | |
| 39 | [New Thread 4052.0xbe8] | |
| 40 | [New Thread 4052.0xe8] | |
| 41 | [New Thread 4052.0x764] | |
| 42 | [Fri, 15 Aug 2014 10:08:13 virt-manager 4052] DEBUG (manager:216) Showing manager | |
| 43 | [Fri, 15 Aug 2014 10:08:13 virt-manager 4052] DEBUG (engine:385) window counter increm | |
| 44 | ented to 1 | |
| 45 | [New Thread 4052.0xa8] | |
| 46 | [Fri, 15 Aug 2014 10:08:15 virt-manager 4052] DEBUG (connection:995) Scheduling backgr | |
| 47 | - | ound open thread for qemu+tcp://[email protected]/system |
| 47 | + | ound open thread for qemu+tcp://[email protected]/system |
| 48 | [New Thread 4052.0xec] | |
| 49 | [Fri, 15 Aug 2014 10:08:15 virt-manager 4052] DEBUG (connection:1012) Background 'open | |
| 50 | connection' thread is running | |
| 51 | [Fri, 15 Aug 2014 10:08:15 virt-manager 4052] DEBUG (connection:1063) Background open | |
| 52 | thread complete, scheduling notify | |
| 53 | [Fri, 15 Aug 2014 10:08:15 virt-manager 4052] DEBUG (connection:1068) Notifying open r | |
| 54 | esult | |
| 55 | [Fri, 15 Aug 2014 10:08:15 virt-manager 4052] DEBUG (connection:1074) libvirt version= | |
| 56 | 1002006 | |
| 57 | [Fri, 15 Aug 2014 10:08:15 virt-manager 4052] DEBUG (connection:1076) daemon version=1 | |
| 58 | 002006 | |
| 59 | [Fri, 15 Aug 2014 10:08:15 virt-manager 4052] DEBUG (connection:1077) conn version=100 | |
| 60 | 7050 | |
| 61 | Traceback (most recent call last): | |
| 62 | File "f:\Projects\virt-manager\virtManager\baseclass.py", line 46, in cb | |
| 63 | return func(*args, **kwargs) | |
| 64 | File "f:\Projects\virt-manager\virtManager\connection.py", line 1079, in _open_notif | |
| 65 | y | |
| 66 | self.get_uri(), self.caps.xml) | |
| 67 | File "f:\Projects\virt-manager\virtManager\connection.py", line 255, in <lambda> | |
| 68 | caps = property(lambda self: getattr(self, "_backend").caps) | |
| 69 | File "f:\Projects\virt-manager\virtinst\connection.py", line 122, in _get_caps | |
| 70 | self._libvirtconn.getCapabilities()) | |
| 71 | File "f:\Projects\virt-manager\virtinst\capabilities.py", line 475, in __init__ | |
| 72 | RuntimeError) | |
| 73 | File "f:\Projects\virt-manager\virtinst\util.py", line 262, in parse_node_helper | |
| 74 | libxml2.XML_PARSE_NOBLANKS) | |
| 75 | File "c:\Python27\lib\site-packages\libxml2.py", line 1326, in readMemory | |
| 76 | return xmlDoc(_obj=ret) | |
| 77 | File "c:\Python27\lib\site-packages\libxml2.py", line 3905, in __init__ | |
| 78 | raise TypeError, 'xmlDoc needs a PyCObject argument' | |
| 79 | TypeError: xmlDoc needs a PyCObject argument | |
| 80 | ||
| 81 | warning: HEAP[python.exe]: | |
| 82 | warning: Invalid address specified to RtlFreeHeap( 01EB0000, 00324888 ) | |
| 83 | ||
| 84 | ||
| 85 | Program received signal SIGTRAP, Trace/breakpoint trap. | |
| 86 | [Switching to Thread 4052.0x5d8] | |
| 87 | 0x77ab0475 in ntdll!RtlpNtEnumerateSubKey () from C:\Windows\system32\ntdll.dll | |
| 88 | (gdb) bt | |
| 89 | #0 0x77ab0475 in ntdll!RtlpNtEnumerateSubKey () from C:\Windows\system32\ntdll.dll | |
| 90 | #1 0x77a729c0 in ntdll!RtlUlonglongByteSwap () from C:\Windows\system32\ntdll.dll | |
| 91 | #2 0x00324880 in ?? () | |
| 92 | #3 0x77ab14cf in ntdll!RtlpNtEnumerateSubKey () from C:\Windows\system32\ntdll.dll | |
| 93 | #4 0x77a6ab3a in ntdll!RtlUlonglongByteSwap () from C:\Windows\system32\ntdll.dll | |
| 94 | #5 0x01eb0000 in ?? () | |
| 95 | #6 0x77a13472 in ntdll!RtlImageNtHeader () from C:\Windows\system32\ntdll.dll | |
| 96 | #7 0x774e14dd in KERNEL32!HeapFree () from C:\Windows\syswow64\kernel32.dll | |
| 97 | #8 0x723e3c1b in free () | |
| 98 | from C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_ | |
| 99 | 50934f2ebcb7eb57\msvcr90.dll | |
| 100 | #9 0x01eb0000 in ?? () | |
| 101 | #10 0x65699ee0 in libvirtmod!initlibvirtmod () | |
| 102 | from c:\Python27\lib\site-packages\libvirtmod.pyd | |
| 103 | #11 0x00324888 in ?? () | |
| 104 | Backtrace stopped: previous frame inner to this frame (corrupt stack?) | |
| 105 | (gdb) |