[Pkg-libvirt-maintainers] Bug#463686: libvirtd segfault when starting with a kvm machine defined
Gilles Mocellin
gilles.mocellin at free.fr
Sat Feb 2 11:32:48 UTC 2008
Package: libvirt-bin
Version: 0.4.0-2
Severity: critical
--- Please enter the report below this line. ---
After I have create a kvm virtual machine, libvirtd does not want to start
anymore :
gilles at guitare:~$ sudo /etc/init.d/libvirt-bin restart
Restarting libvirt management
daemon: /usr/sbin/libvirtd/etc/init.d/libvirt-bin: line 89: 23111 Erreur de
segmentation
start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid --exec
$DAEMON -- $libvirtd_opts
A strace shows that it's while reading the xml file of the VM :
gilles at guitare:~$ sudo strace -f libvirtd
...
open("/etc/libvirt/qemu/vmfedora.xml", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0600, st_size=1007, ...}) = 0
fstat(6, {st_mode=S_IFREG|0600, st_size=1007, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x2af9d2bc2000
read(6, "<domain type=\'kvm\'>\n <name>vmfe"..., 4096) = 1007
close(6) = 0
munmap(0x2af9d2bc2000, 4096) = 0
futex(0x37513407e0, 0x81 /* FUTEX_??? */, 2147483647) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
--- System information. ---
Architecture: amd64
Kernel: Linux 2.6.24-1-amd64
Debian Release: lenny/sid
600 unstable aptsrc
500 debian aptsrc
200 experimental aptsrc
--- Package information. ---
Depends (Version) | Installed
=================================-+-=============
libavahi-client3 (>= 0.6.13) | 0.6.22-2
libavahi-common3 (>= 0.6.10) | 0.6.22-2
libc6 (>= 2.7-1) | 2.7-6
libgcrypt11 (>= 1.4.0) | 1.4.0-3
libgnutls13 (>= 2.0.4-0) | 2.0.4-1
libgpg-error0 (>= 1.4) | 1.4-2
libreadline5 (>= 5.2) | 5.2-3
libsasl2-2 | 2.1.22.dfsg1-17+b1
libtasn1-3 (>= 0.3.4) | 1.2-1
libvirt0 (>= 0.4.0) | 0.4.0-2
libxml2 (>= 2.6.27) | 2.6.31.dfsg-1
zlib1g | 1:1.2.3.3.dfsg-11
More information about the Pkg-libvirt-maintainers
mailing list