From owner-freebsd-multimedia@FreeBSD.ORG Sat Nov 24 14:30:21 2012 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B3E84F89 for ; Sat, 24 Nov 2012 14:30:21 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id 6B96F8FC08 for ; Sat, 24 Nov 2012 14:30:21 +0000 (UTC) Received: from p5dc3fb12.dip.t-dialin.net ([93.195.251.18] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1TcGkM-0008VN-Om; Sat, 24 Nov 2012 15:30:18 +0100 Message-ID: <50B0D9F6.90902@gwdg.de> Date: Sat, 24 Nov 2012 15:30:14 +0100 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Juergen Lock Subject: Re: VLC 2.0.4 audio output module Pulseaudio seg faults References: <50A783EC.3080801@gwdg.de> <20121117164027.GA74542@triton8.kn-bremen.de> <50A7D1F3.1080407@gwdg.de> <20121124142205.GA89496@triton8.kn-bremen.de> In-Reply-To: <20121124142205.GA89496@triton8.kn-bremen.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: freebsd-multimedia@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Nov 2012 14:30:21 -0000 On 24.11.2012 15:22 (UTC+2), Juergen Lock wrote: > On Sat, Nov 17, 2012 at 07:05:39PM +0100, Rainer Hurling wrote: >> On 17.11.2012 17:40 (UTC+2), Juergen Lock wrote: >>> On Sat, Nov 17, 2012 at 01:32:44PM +0100, Rainer Hurling wrote: >>>> While vlc versions up to 2.0.3 runs fine using pulseaudio output module, >>>> unfortunately version 2.0.4 immediately seg faults. >>>> >>>> When I change from pulseaudio output to any other audio output module >>>> vlc does not crash. >>>> >>>> Is this a know issue? Are there any workarounds? I really need >>>> pulseaudio for my sound system. >>>> >>>> My box is running on latest 10.0-CURRENT amd64. Please let me know if I >>>> should provide more information. >>>> >>> Whoops that is a funny bug. Does the patch below fix it? (put it in >>> files/patch-modules-audio_output-vlcpulse.c ) >>> >>> Thanx! >>> Juergen >> >> Moin Juergen, >> >> while I am writing these lines I am listening vlc with pulseaudio output >> again :-) So obviously the patch helped. > > I have meanwhile committed the patch to ports and merged it to the > 9.1 releng branch. I recognized the update just after your commit and tried it. Works well for me, thanks again. Rainer > Thanx for testing! :) > Juergen >