qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Help with deadlock when using sound
@ 2015-05-06 16:40 Programmingkid
  2015-05-06 17:00 ` Peter Maydell
  2015-05-10 14:54 ` Paolo Bonzini
  0 siblings, 2 replies; 21+ messages in thread
From: Programmingkid @ 2015-05-06 16:40 UTC (permalink / raw)
  To: qemu-devel qemu-devel

When I try to use the pcspk sound hardware, QEMU freezes and uses 100% of the cpu time. This is the command I use:

qemu-system-i386 -cdrom <anything you wan here> -soundhw pcspk

This looks like a deadlock situation because some unknown code called qemu_mutex_lock(). Here is the stack trace at the freeze:

(gdb) bt
#0  0x00007fff824e2db6 in semaphore_wait_trap ()
#1  0x00007fff824e8417 in pthread_mutex_lock ()
#2  0x0000000100267199 in qemu_mutex_lock (mutex=<value temporarily unavailable, due to optimizations>) at util/qemu-thread-posix.c:73
#3  0x003c44016e95153b in ?? ()

My host is Mac OS 10.6.8. My guest isn't really anything. I have used Windows XP before but it isn't necessary to reproduce the problem. 

The ?? is what appears to be the problem. I can't even print instructions at that address. Any ideas as to what is calling the qemu_mutex_lock() function could help.

^ permalink raw reply	[flat|nested] 21+ messages in thread
[parent not found: <BDB13C47-556C-4C58-8A4C-2BB7343F1FB4@gmail.com>]

end of thread, other threads:[~2015-05-13 15:04 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-06 16:40 [Qemu-devel] Help with deadlock when using sound Programmingkid
2015-05-06 17:00 ` Peter Maydell
2015-05-06 19:41   ` Programmingkid
2015-05-06 21:10     ` Peter Maydell
2015-05-06 21:19       ` Programmingkid
2015-05-06 21:31         ` Peter Maydell
2015-05-06 21:41           ` Programmingkid
2015-05-06 21:53             ` Peter Maydell
2015-05-06 21:30       ` Programmingkid
2015-05-10 14:54 ` Paolo Bonzini
2015-05-10 15:55   ` Paolo Bonzini
2015-05-10 19:41   ` Programmingkid
2015-05-11 22:43   ` Programmingkid
2015-05-12  7:45     ` Paolo Bonzini
2015-05-12 18:59       ` Programmingkid
2015-05-13  3:23       ` Programmingkid
2015-05-13  9:38         ` Peter Maydell
2015-05-13 13:54           ` Programmingkid
2015-05-13 15:03             ` Peter Maydell
2015-05-13 13:56           ` Paolo Bonzini
     [not found] <BDB13C47-556C-4C58-8A4C-2BB7343F1FB4@gmail.com>
2015-05-10 14:05 ` Programmingkid

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).