qemu-2.0 occasionally segfaults with Windows 2012R2
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| QEMU |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
This is with qemu-2.0 (KVM), linux kernel 3.10.35, using qcow2 images directly accessed via libgfapi (glusterfs-3.4.2).
Such a segfaults happens roughly once every 2 weeks and only for VMs with high network and/or disk activity.
Guest OS with which we could reproduce this was always Windows Server 2012R2 using virtio-win-0.1-75.
vhost-net is active, the disks are attached as virtio-blk devices (see also XML definition from libvirt further below)
Following are the backtraces for all threads:
(gdb) threads
Undefined command: "threads". Try "help".
(gdb) info threads
Id Target Id Frame
32 Thread 0x7f5c1affd700 (LWP 16783) 0x00007f5c42639607 in ioctl () at ../sysdeps/
31 Thread 0x7f5bfe2fc700 (LWP 19906) pthread_
at ../nptl/
30 Thread 0x7f5c45f87880 (LWP 16769) 0x00007f5c42637ff6 in __GI_ppoll (fds=0x7f5c48bc
timeout=
29 Thread 0x7f5c1bfff700 (LWP 16781) 0x00007f5c42639607 in ioctl () at ../sysdeps/
28 Thread 0x7f5c28de1700 (LWP 16780) 0x00007f5c42639607 in ioctl () at ../sysdeps/
27 Thread 0x7f5c1a7fc700 (LWP 16784) __lll_lock_wait () at ../nptl/
26 Thread 0x7f5c295e2700 (LWP 16779) __lll_lock_wait () at ../nptl/
25 Thread 0x7f57b2ffd700 (LWP 18170) pthread_
at ../nptl/
24 Thread 0x7f57c97fa700 (LWP 31326) pthread_
at ../nptl/
23 Thread 0x7f57b3fff700 (LWP 5016) pthread_
at ../nptl/
22 Thread 0x7f57c9ffb700 (LWP 25116) pthread_
at ../nptl/
21 Thread 0x7f5c31f7c700 (LWP 16776) pthread_
at ../nptl/
20 Thread 0x7f5c1b7fe700 (LWP 16782) __lll_lock_wait () at ../nptl/
19 Thread 0x7f57ca7fc700 (LWP 24029) pthread_
at ../nptl/
18 Thread 0x7f57cbfff700 (LWP 19985) pthread_
at ../nptl/
17 Thread 0x7f57c8ff9700 (LWP 31327) pthread_
at ../nptl/
16 Thread 0x7f5bfcefa700 (LWP 19924) pthread_
at ../nptl/
15 Thread 0x7f5c30ee7700 (LWP 16777) 0x00007f5c426421b3 in epoll_wait () at ../sysdeps/
14 Thread 0x7f5c3dc17700 (LWP 16772) pthread_
at ../nptl/
13 Thread 0x7f5bfd6fb700 (LWP 19907) pthread_
at ../nptl/
12 Thread 0x7f5c18bff700 (LWP 16788) 0x00007f5c42637ded in poll () at ../sysdeps/
11 Thread 0x7f5c19ffb700 (LWP 16785) 0x00007f5c42639607 in ioctl () at ../sysdeps/
10 Thread 0x7f57caffd700 (LWP 20235) pthread_
at ../nptl/
9 Thread 0x7f5c2bfff700 (LWP 16778) 0x00007f5c4290e43d in nanosleep () at ../sysdeps/
8 Thread 0x7f5bfecfd700 (LWP 17854) pthread_
at ../nptl/
7 Thread 0x7f5c3e418700 (LWP 16771) pthread_
at ../nptl/
6 Thread 0x7f57b37fe700 (LWP 18169) pthread_
at ../nptl/
5 Thread 0x7f5c3bb57700 (LWP 16774) 0x00007f5c4290e43d in nanosleep () at ../sysdeps/
4 Thread 0x7f5c3c97f700 (LWP 16773) 0x00007f5c426421b3 in epoll_wait () at ../sysdeps/
3 Thread 0x7f5c3277d700 (LWP 16775) pthread_
at ../nptl/
2 Thread 0x7f5c197fa700 (LWP 16786) 0x00007f5c42639607 in ioctl () at ../sysdeps/
* 1 Thread 0x7f57cb7fe700 (LWP 19986) event_notifier_set (e=0x124)
at /var/tmp/
(gdb) bt
#0 event_notifier_set (e=0x124) at /var/tmp/
#1 0x00007f5c457145d1 in ?? () from /usr/lib64/
#2 0x00007f5c454d1d0a in synctask_wrap () from /usr/lib64/
#3 0x00007f5c4259d760 in ?? () from /lib64/libc.so.6
#4 0x0000000000000000 in ?? ()
(gdb) thread 2
[Switching to thread 2 (Thread 0x7f5c197fa700 (LWP 16786))]
#0 0x00007f5c42639607 in ioctl () at ../sysdeps/
81 ../sysdeps/
(gdb) bt
#0 0x00007f5c42639607 in ioctl () at ../sysdeps/
#1 0x00007f5c4627b5e9 in kvm_vcpu_ioctl (cpu=cpu@
at /var/tmp/
#2 0x00007f5c4627b725 in kvm_cpu_exec (cpu=cpu@
at /var/tmp/
#3 0x00007f5c4622095c in qemu_kvm_
at /var/tmp/
#4 0x00007f5c42906fda in start_thread (arg=0x7f5c197f
#5 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 3
[Switching to thread 3 (Thread 0x7f5c3277d700 (LWP 16775))]
#0 pthread_
238 ../nptl/
(gdb) bt
#0 pthread_
#1 0x00007f5c454d34e3 in syncenv_task () from /usr/lib64/
#2 0x00007f5c454d3920 in syncenv_processor () from /usr/lib64/
#3 0x00007f5c42906fda in start_thread (arg=0x7f5c3277
#4 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 4
[Switching to thread 4 (Thread 0x7f5c3c97f700 (LWP 16773))]
#0 0x00007f5c426421b3 in epoll_wait () at ../sysdeps/
81 ../sysdeps/
(gdb) bt
#0 0x00007f5c426421b3 in epoll_wait () at ../sysdeps/
#1 0x00007f5c454ea917 in ?? () from /usr/lib64/
#2 0x00007f5c45712584 in ?? () from /usr/lib64/
#3 0x00007f5c42906fda in start_thread (arg=0x7f5c3c97
#4 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 5
[Switching to thread 5 (Thread 0x7f5c3bb57700 (LWP 16774))]
#0 0x00007f5c4290e43d in nanosleep () at ../sysdeps/
81 ../sysdeps/
(gdb) bt
#0 0x00007f5c4290e43d in nanosleep () at ../sysdeps/
#1 0x00007f5c454b4874 in gf_timer_proc () from /usr/lib64/
#2 0x00007f5c42906fda in start_thread (arg=0x7f5c3bb5
#3 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 6
[Switching to thread 6 (Thread 0x7f57b37fe700 (LWP 18169))]
#0 pthread_
238 ../nptl/
(gdb) bt
#0 pthread_
#1 0x00007f5c454d34e3 in syncenv_task () from /usr/lib64/
#2 0x00007f5c454d3920 in syncenv_processor () from /usr/lib64/
#3 0x00007f5c42906fda in start_thread (arg=0x7f57b37f
#4 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 7
[Switching to thread 7 (Thread 0x7f5c3e418700 (LWP 16771))]
#0 pthread_
238 in ../nptl/
(gdb) bt
#0 pthread_
#1 0x00007f5c454d34e3 in syncenv_task () from /usr/lib64/
#2 0x00007f5c454d3920 in syncenv_processor () from /usr/lib64/
#3 0x00007f5c42906fda in start_thread (arg=0x7f5c3e41
#4 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 8
[Switching to thread 8 (Thread 0x7f5bfecfd700 (LWP 17854))]
#0 pthread_
238 in ../nptl/
(gdb) bt
#0 pthread_
#1 0x00007f5c454d34e3 in syncenv_task () from /usr/lib64/
#2 0x00007f5c454d3920 in syncenv_processor () from /usr/lib64/
#3 0x00007f5c42906fda in start_thread (arg=0x7f5bfecf
#4 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 9
[Switching to thread 9 (Thread 0x7f5c2bfff700 (LWP 16778))]
#0 0x00007f5c4290e43d in nanosleep () at ../sysdeps/
81 ../sysdeps/
(gdb) bt
#0 0x00007f5c4290e43d in nanosleep () at ../sysdeps/
#1 0x00007f5c454b4874 in gf_timer_proc () from /usr/lib64/
#2 0x00007f5c42906fda in start_thread (arg=0x7f5c2bff
#3 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 10
[Switching to thread 10 (Thread 0x7f57caffd700 (LWP 20235))]
#0 pthread_
238 ../nptl/
(gdb) bt
#0 pthread_
#1 0x00007f5c454d34e3 in syncenv_task () from /usr/lib64/
#2 0x00007f5c454d3920 in syncenv_processor () from /usr/lib64/
#3 0x00007f5c42906fda in start_thread (arg=0x7f57caff
#4 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 11
[Switching to thread 11 (Thread 0x7f5c19ffb700 (LWP 16785))]
#0 0x00007f5c42639607 in ioctl () at ../sysdeps/
81 ../sysdeps/
(gdb) bt
#0 0x00007f5c42639607 in ioctl () at ../sysdeps/
#1 0x00007f5c4627b5e9 in kvm_vcpu_ioctl (cpu=cpu@
at /var/tmp/
#2 0x00007f5c4627b725 in kvm_cpu_exec (cpu=cpu@
at /var/tmp/
#3 0x00007f5c4622095c in qemu_kvm_
at /var/tmp/
#4 0x00007f5c42906fda in start_thread (arg=0x7f5c19ff
#5 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 12
[Switching to thread 12 (Thread 0x7f5c18bff700 (LWP 16788))]
#0 0x00007f5c42637ded in poll () at ../sysdeps/
81 ../sysdeps/
(gdb) bt
#0 0x00007f5c42637ded in poll () at ../sysdeps/
#1 0x00007f5c43521494 in ?? () from /usr/lib64/
#2 0x00007f5c42906fda in start_thread (arg=0x7f5c18bf
#3 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 13
[Switching to thread 13 (Thread 0x7f5bfd6fb700 (LWP 19907))]
#0 pthread_
238 ../nptl/
(gdb) bt
#0 pthread_
#1 0x00007f5c454d34e3 in syncenv_task () from /usr/lib64/
#2 0x00007f5c454d3920 in syncenv_processor () from /usr/lib64/
#3 0x00007f5c42906fda in start_thread (arg=0x7f5bfd6f
#4 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 14
[Switching to thread 14 (Thread 0x7f5c3dc17700 (LWP 16772))]
#0 pthread_
238 in ../nptl/
(gdb) bt
#0 pthread_
#1 0x00007f5c454d34e3 in syncenv_task () from /usr/lib64/
#2 0x00007f5c454d3920 in syncenv_processor () from /usr/lib64/
#3 0x00007f5c42906fda in start_thread (arg=0x7f5c3dc1
#4 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 15
[Switching to thread 15 (Thread 0x7f5c30ee7700 (LWP 16777))]
#0 0x00007f5c426421b3 in epoll_wait () at ../sysdeps/
81 ../sysdeps/
(gdb) bt
#0 0x00007f5c426421b3 in epoll_wait () at ../sysdeps/
#1 0x00007f5c454ea917 in ?? () from /usr/lib64/
#2 0x00007f5c45712584 in ?? () from /usr/lib64/
#3 0x00007f5c42906fda in start_thread (arg=0x7f5c30ee
#4 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 16
[Switching to thread 16 (Thread 0x7f5bfcefa700 (LWP 19924))]
#0 pthread_
238 ../nptl/
(gdb) bt
#0 pthread_
#1 0x00007f5c454d34e3 in syncenv_task () from /usr/lib64/
#2 0x00007f5c454d3920 in syncenv_processor () from /usr/lib64/
#3 0x00007f5c42906fda in start_thread (arg=0x7f5bfcef
#4 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 17
[Switching to thread 17 (Thread 0x7f57c8ff9700 (LWP 31327))]
#0 pthread_
238 in ../nptl/
(gdb) bt
#0 pthread_
#1 0x00007f5c454d34e3 in syncenv_task () from /usr/lib64/
#2 0x00007f5c454d3920 in syncenv_processor () from /usr/lib64/
#3 0x00007f5c42906fda in start_thread (arg=0x7f57c8ff
#4 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 18
[Switching to thread 18 (Thread 0x7f57cbfff700 (LWP 19985))]
#0 pthread_
238 in ../nptl/
(gdb) bt
#0 pthread_
#1 0x00007f5c454d34e3 in syncenv_task () from /usr/lib64/
#2 0x00007f5c454d3920 in syncenv_processor () from /usr/lib64/
#3 0x00007f5c42906fda in start_thread (arg=0x7f57cbff
#4 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 19
[Switching to thread 19 (Thread 0x7f57ca7fc700 (LWP 24029))]
#0 pthread_
238 in ../nptl/
(gdb) bt
#0 pthread_
#1 0x00007f5c454d34e3 in syncenv_task () from /usr/lib64/
#2 0x00007f5c454d3920 in syncenv_processor () from /usr/lib64/
#3 0x00007f5c42906fda in start_thread (arg=0x7f57ca7f
#4 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 20
[Switching to thread 20 (Thread 0x7f5c1b7fe700 (LWP 16782))]
#0 __lll_lock_wait () at ../nptl/
135 ../nptl/
(gdb) bt
#0 __lll_lock_wait () at ../nptl/
#1 0x00007f5c4290923c in _L_lock_1001 () from /lib64/
#2 0x00007f5c4290908b in __GI___
#3 0x00007f5c4631c6c9 in qemu_mutex_lock (mutex=
at /var/tmp/
#4 0x00007f5c46221c50 in qemu_mutex_
at /var/tmp/
#5 0x00007f5c4627b72d in kvm_cpu_exec (cpu=cpu@
at /var/tmp/
#6 0x00007f5c4622095c in qemu_kvm_
at /var/tmp/
#7 0x00007f5c42906fda in start_thread (arg=0x7f5c1b7f
#8 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 21
[Switching to thread 21 (Thread 0x7f5c31f7c700 (LWP 16776))]
#0 pthread_
238 ../nptl/
(gdb) bt
#0 pthread_
#1 0x00007f5c454d34e3 in syncenv_task () from /usr/lib64/
#2 0x00007f5c454d3920 in syncenv_processor () from /usr/lib64/
#3 0x00007f5c42906fda in start_thread (arg=0x7f5c31f7
#4 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 22
[Switching to thread 22 (Thread 0x7f57c9ffb700 (LWP 25116))]
#0 pthread_
238 in ../nptl/
(gdb) bt
#0 pthread_
#1 0x00007f5c454d34e3 in syncenv_task () from /usr/lib64/
#2 0x00007f5c454d3920 in syncenv_processor () from /usr/lib64/
#3 0x00007f5c42906fda in start_thread (arg=0x7f57c9ff
#4 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 23
[Switching to thread 23 (Thread 0x7f57b3fff700 (LWP 5016))]
#0 pthread_
238 in ../nptl/
(gdb) bt
#0 pthread_
#1 0x00007f5c454d34e3 in syncenv_task () from /usr/lib64/
#2 0x00007f5c454d3920 in syncenv_processor () from /usr/lib64/
#3 0x00007f5c42906fda in start_thread (arg=0x7f57b3ff
#4 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 24
[Switching to thread 24 (Thread 0x7f57c97fa700 (LWP 31326))]
#0 pthread_
238 in ../nptl/
(gdb) bt
#0 pthread_
#1 0x00007f5c454d34e3 in syncenv_task () from /usr/lib64/
#2 0x00007f5c454d3920 in syncenv_processor () from /usr/lib64/
#3 0x00007f5c42906fda in start_thread (arg=0x7f57c97f
#4 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 25
[Switching to thread 25 (Thread 0x7f57b2ffd700 (LWP 18170))]
#0 pthread_
238 in ../nptl/
(gdb) bt
#0 pthread_
#1 0x00007f5c454d34e3 in syncenv_task () from /usr/lib64/
#2 0x00007f5c454d3920 in syncenv_processor () from /usr/lib64/
#3 0x00007f5c42906fda in start_thread (arg=0x7f57b2ff
#4 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 26
[Switching to thread 26 (Thread 0x7f5c295e2700 (LWP 16779))]
#0 __lll_lock_wait () at ../nptl/
135 ../nptl/
(gdb) bt
#0 __lll_lock_wait () at ../nptl/
#1 0x00007f5c4290923c in _L_lock_1001 () from /lib64/
#2 0x00007f5c4290908b in __GI___
#3 0x00007f5c4631c6c9 in qemu_mutex_lock (mutex=
at /var/tmp/
#4 0x00007f5c46221c50 in qemu_mutex_
at /var/tmp/
#5 0x00007f5c4627b72d in kvm_cpu_exec (cpu=cpu@
at /var/tmp/
#6 0x00007f5c4622095c in qemu_kvm_
at /var/tmp/
#7 0x00007f5c42906fda in start_thread (arg=0x7f5c295e
#8 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 27
[Switching to thread 27 (Thread 0x7f5c1a7fc700 (LWP 16784))]
#0 __lll_lock_wait () at ../nptl/
135 in ../nptl/
(gdb) bt
#0 __lll_lock_wait () at ../nptl/
#1 0x00007f5c4290923c in _L_lock_1001 () from /lib64/
#2 0x00007f5c4290908b in __GI___
#3 0x00007f5c4631c6c9 in qemu_mutex_lock (mutex=
at /var/tmp/
#4 0x00007f5c46221c50 in qemu_mutex_
at /var/tmp/
#5 0x00007f5c4627b72d in kvm_cpu_exec (cpu=cpu@
at /var/tmp/
#6 0x00007f5c4622095c in qemu_kvm_
at /var/tmp/
#7 0x00007f5c42906fda in start_thread (arg=0x7f5c1a7f
#8 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 28
[Switching to thread 28 (Thread 0x7f5c28de1700 (LWP 16780))]
#0 0x00007f5c42639607 in ioctl () at ../sysdeps/
81 ../sysdeps/
(gdb) bt
#0 0x00007f5c42639607 in ioctl () at ../sysdeps/
#1 0x00007f5c4627b5e9 in kvm_vcpu_ioctl (cpu=cpu@
at /var/tmp/
#2 0x00007f5c4627b725 in kvm_cpu_exec (cpu=cpu@
at /var/tmp/
#3 0x00007f5c4622095c in qemu_kvm_
at /var/tmp/
#4 0x00007f5c42906fda in start_thread (arg=0x7f5c28de
#5 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 29
[Switching to thread 29 (Thread 0x7f5c1bfff700 (LWP 16781))]
#0 0x00007f5c42639607 in ioctl () at ../sysdeps/
81 in ../sysdeps/
(gdb) bt
#0 0x00007f5c42639607 in ioctl () at ../sysdeps/
#1 0x00007f5c4627b5e9 in kvm_vcpu_ioctl (cpu=cpu@
at /var/tmp/
#2 0x00007f5c4627b725 in kvm_cpu_exec (cpu=cpu@
at /var/tmp/
#3 0x00007f5c4622095c in qemu_kvm_
at /var/tmp/
#4 0x00007f5c42906fda in start_thread (arg=0x7f5c1bff
#5 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 30
[Switching to thread 30 (Thread 0x7f5c45f87880 (LWP 16769))]
#0 0x00007f5c42637ff6 in __GI_ppoll (fds=0x7f5c48bc
sigmask=
57 ../sysdeps/
(gdb) bt
#0 0x00007f5c42637ff6 in __GI_ppoll (fds=0x7f5c48bc
sigmask=
#1 0x00007f5c461d5c39 in ppoll (__ss=0x0, __timeout=
at /usr/include/
#2 qemu_poll_ns (fds=<optimized out>, nfds=<optimized out>, timeout=
at /var/tmp/
#3 0x00007f5c46199154 in os_host_
at /var/tmp/
#4 main_loop_wait (nonblocking=
#5 0x00007f5c460457ae in main_loop () at /var/tmp/
#6 main (argc=<optimized out>, argv=<optimized out>, envp=<optimized out>)
at /var/tmp/
(gdb) thread 31
[Switching to thread 31 (Thread 0x7f5bfe2fc700 (LWP 19906))]
#0 pthread_
238 ../nptl/
(gdb) bt
#0 pthread_
#1 0x00007f5c454d34e3 in syncenv_task () from /usr/lib64/
#2 0x00007f5c454d3920 in syncenv_processor () from /usr/lib64/
#3 0x00007f5c42906fda in start_thread (arg=0x7f5bfe2f
#4 0x00007f5c42641b1d in clone () at ../sysdeps/
(gdb) thread 32
[Switching to thread 32 (Thread 0x7f5c1affd700 (LWP 16783))]
#0 0x00007f5c42639607 in ioctl () at ../sysdeps/
81 ../sysdeps/
(gdb) bt
#0 0x00007f5c42639607 in ioctl () at ../sysdeps/
#1 0x00007f5c4627b5e9 in kvm_vcpu_ioctl (cpu=cpu@
at /var/tmp/
#2 0x00007f5c4627b725 in kvm_cpu_exec (cpu=cpu@
at /var/tmp/
#3 0x00007f5c4622095c in qemu_kvm_
at /var/tmp/
#4 0x00007f5c42906fda in start_thread (arg=0x7f5c1aff
#5 0x00007f5c42641b1d in clone () at ../sysdeps/
XML definition from libvirt:
<domain type='kvm' id='9'>
<name>
<uuid>
<memory unit='KiB'
<currentMemory unit='KiB'
<vcpu placement=
<resource>
<partition>
</resource>
<os>
<type arch='x86_64' machine=
<boot dev='hd'/>
</os>
<features>
<acpi/>
<pae/>
<hap/>
</features>
<cpu mode='host-model'>
<model fallback='allow'/>
</cpu>
<clock offset=
<on_poweroff>
<on_reboot>
<on_crash>
<devices>
<emulator>
<disk type='file' device='cdrom'>
<driver name='qemu' type='raw'/>
<source file='/
<
<target dev='hdb' bus='ide'/>
<readonly/>
<alias name='ide0-0-1'/>
<address type='drive' controller='0' bus='0' target='0' unit='1'/>
</disk>
<disk type='file' device='cdrom'>
<driver name='qemu' type='raw'/>
<source file='/
<
<target dev='hdc' bus='ide'/>
<readonly/>
<alias name='ide0-1-0'/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk>
<disk type='network' device='disk'>
<driver name='qemu' type='qcow2' cache='none'/>
<source protocol='gluster' name='virtualiz
<host name='1.2.3.4'/>
</source>
<
<target dev='vda' bus='virtio'/>
<alias name='virtio-
<address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
</disk>
<disk type='network' device='disk'>
<driver name='qemu' type='qcow2' cache='none'/>
<source protocol='gluster' name='virtualiz
<host name='1.2.3.4'/>
</source>
<
<target dev='vdb' bus='virtio'/>
<alias name='virtio-
<address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
</disk>
<controller type='usb' index='0' model='ich9-ehci1'>
<alias name='usb0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x7'/>
</controller>
<controller type='usb' index='0' model='ich9-uhci1'>
<alias name='usb0'/>
<master startport='0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0' multifunction=
</controller>
<controller type='usb' index='0' model='ich9-uhci2'>
<alias name='usb0'/>
<master startport='2'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x1'/>
</controller>
<controller type='usb' index='0' model='ich9-uhci3'>
<alias name='usb0'/>
<master startport='4'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x2'/>
</controller>
<controller type='pci' index='0' model='pci-root'>
<alias name='pci.0'/>
</controller>
<controller type='ide' index='0'>
<alias name='ide0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
</controller>
<controller type='virtio-
<alias name='virtio-
<address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
</controller>
<interface type='bridge'>
<mac address=
<source bridge='vmbr0'/>
<target dev='kvm-XYZ_0'/>
<model type='virtio'/>
<alias name='net0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
</interface>
<channel type='spicevmc'>
<target type='virtio' name='com.
<alias name='channel0'/>
<address type='virtio-
</channel>
<channel type='unix'>
<source mode='bind' path='/
<target type='virtio' name='org.
<alias name='channel1'/>
<address type='virtio-
</channel>
<input type='tablet' bus='usb'>
<alias name='input0'/>
</input>
<input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/>
<graphics type='spice' port='5900' autoport='no' listen='1.2.3.4'>
<listen type='address' address='1.2.3.4'/>
</graphics>
<sound model='ac97'>
<alias name='sound0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
</sound>
<video>
<model type='qxl' ram='65536' vram='65536' heads='1'/>
<alias name='video0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
</video>
<redirdev bus='usb' type='spicevmc'>
<alias name='redir0'/>
</redirdev>
<redirdev bus='usb' type='spicevmc'>
<alias name='redir1'/>
</redirdev>
<redirdev bus='usb' type='spicevmc'>
<alias name='redir2'/>
</redirdev>
<redirfilter>
<usbdev allow='no'/>
</redirfilter>
<memballoon model='virtio'>
<alias name='balloon0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/>
</memballoon>
<rng model='virtio'>
<rate bytes='1024' period='1000'/>
<backend model='
<alias name='rng0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/>
</rng>
</devices>
<seclabel type='none'/>
</domain>

On Tue, Jun 24, 2014 at 11:17:51AM -0000, dev-zero wrote: portage/ app-emulation/ qemu-2. 0.0/work/ qemu-2. 0.0/util/ event_notifier- posix.c: 97 libgfapi. so.0 libglusterfs. so.0
> (gdb) bt
> #0 event_notifier_set (e=0x124) at /var/tmp/
> #1 0x00007f5c457145d1 in ?? () from /usr/lib64/
> #2 0x00007f5c454d1d0a in synctask_wrap () from /usr/lib64/
> #3 0x00007f5c4259d760 in ?? () from /lib64/libc.so.6
> #4 0x0000000000000000 in ?? ()
e=0x124 is an invalid address. This crash is probably fixed by:
commit 924fe1293c3e7a3 c787bbdfb351e7f 168caee3e9
Author: Stefan Hajnoczi <email address hidden>
Date: Tue Jun 3 11:21:01 2014 +0200
aio: fix qemu_bh_schedule() bh->ctx race condition
Please apply the patch or try QEMU 2.1-rc0: wiki.qemu. org/download/ qemu-2. 1.0-rc0. tar.bz2
http://
Stefan