From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N1K2m-000751-HA for qemu-devel@nongnu.org; Fri, 23 Oct 2009 09:19:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N1K2h-00072P-Qc for qemu-devel@nongnu.org; Fri, 23 Oct 2009 09:19:00 -0400 Received: from [199.232.76.173] (port=57396 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N1K2h-00072J-Mv for qemu-devel@nongnu.org; Fri, 23 Oct 2009 09:18:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24787) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N1K2h-00082B-7G for qemu-devel@nongnu.org; Fri, 23 Oct 2009 09:18:55 -0400 From: Mark McLoughlin Content-Type: text/plain Date: Fri, 23 Oct 2009 14:16:46 +0100 Message-Id: <1256303806.31881.70.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] audio segfault in qemu-kvm-0.11.0 Reply-To: Mark McLoughlin List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: malc Cc: qemu-devel , "Justin M. Forbes" , Gene Czarcinski Hi, Any ideas on this segfault a Fedora 12 user (Gene, cc-ed) is seeing? Thread 1 (Thread 2849): #0 0x00007f25fcd10f70 in memset () from /lib64/libc.so.6 No symbol table info available. #1 0x00000000004babc6 in audio_capture_mix_and_clear (samples=-1099358712, rpos=, hw=) at audio/audio.c:1290 n = -1099358712 #2 audio_run_out (samples=-1099358712, rpos=, hw=) at audio/audio.c:1354 live = free = nb_live = 1 ---Type to continue, or q to quit--- cleanup_required = played = hw = sw = #3 audio_timer (samples=-1099358712, rpos=, hw=) at audio/audio.c:1482 s = 0xbb6a20 #4 0x000000000040a82a in qemu_run_timers (current_time=, ptimer_head=0x8322b8) at /usr/src/debug/qemu-kvm-0.11.0/vl.c:1036 ts = Full details here: https://bugzilla.redhat.com/528754 and backtrace here: https://bugzilla.redhat.com/attachment.cgi?id=365541 Thanks, Mark.