From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N1KZZ-0007To-4x for qemu-devel@nongnu.org; Fri, 23 Oct 2009 09:52:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N1KZU-0007Qj-Mu for qemu-devel@nongnu.org; Fri, 23 Oct 2009 09:52:52 -0400 Received: from [199.232.76.173] (port=56045 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N1KZU-0007Qg-J7 for qemu-devel@nongnu.org; Fri, 23 Oct 2009 09:52:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50249) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N1KZU-0004Xn-4B for qemu-devel@nongnu.org; Fri, 23 Oct 2009 09:52:48 -0400 Subject: Re: [Qemu-devel] Re: audio segfault in qemu-kvm-0.11.0 From: Mark McLoughlin In-Reply-To: References: <1256303806.31881.70.camel@blaa> Content-Type: text/plain Date: Fri, 23 Oct 2009 14:50:31 +0100 Message-Id: <1256305831.31881.78.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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 On Fri, 2009-10-23 at 17:41 +0400, malc wrote: > On Fri, 23 Oct 2009, malc wrote: > > > On Fri, 23 Oct 2009, Mark McLoughlin wrote: > > > > > Hi, > > > > > > Any ideas on this segfault a Fedora 12 user (Gene, cc-ed) is seeing? > > [..snip..] > > > > > Summary: No idea. > > > > FWIW, there's no information whatosever about what audio hardware was > built and enabled, what sound system was used on the host/guest the > report is devoid of any useful information (given the state of the > backtrace) That's fine, we'd only be delighted to provide some more info. Our tree is at http://repo.or.cz/w/qemu-kvm/fedora.git It's based off the stable-0.11 branch Code is: if (played) { hw->ts_helper += played; audio_capture_mix_and_clear (hw, prev_rpos, played); } If it would help you, I could ask Gene to reproduce with a -O0 build Built with --audio-drv-list=pa,sdl,alsa,oss Command line was: QEMU_AUDIO_DRV=none qemu-kvm ... -soundhw es1370 Not a lot of info on exactly what the guest is doing with sound, only that they are Fedora 11 or Fedora 12 guests Thanks, Mark.