From owner-freebsd-ports@freebsd.org Mon Jun 4 09:14:30 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB31AFEA107 for ; Mon, 4 Jun 2018 09:14:30 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 646DD7BC44 for ; Mon, 4 Jun 2018 09:14:30 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id DFA7D21C35; Mon, 4 Jun 2018 05:14:29 -0400 (EDT) Received: from web1 ([10.202.2.211]) by compute4.internal (MEProxy); Mon, 04 Jun 2018 05:14:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=CAj6mW dMJcMEMqv8ECPZaJ5lvjb6t9+qgJ0gBh0/29w=; b=Xguz8EBxhxwgHruDplvQCV O/M3eWjyZxBpNYZEk2mDog+SLRNxCR7hm9Fyf+88cT0x3eQnsCKBqEXy3hUpo0DO XIUWJ0+YH6lbaTkNqrIQ7inMx9s4FQBuXY5Zk0ffZMuiztScxWmluk9NZzR2ajkb Msq9Y6c968t0pTBdOXgSTBwN1zvBE78PLukU9nC/qjdHlxxsHuN0145vY7Lr+AGm /NcR3CnqOo2vNQqvT3dGxTbIxD/2cooe+A0IflyxrBT2/PdvseU6eJuYojF3hrWO NptMPUztBNOfVImnzNANKuMzjqOqBnN7JMHDTq5e+P547cbupBqirmMoQYX90a/Q == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id A75CA940CE; Mon, 4 Jun 2018 05:14:29 -0400 (EDT) Message-Id: <1528103669.3942512.1395420408.1B9B263C@webmail.messagingengine.com> From: Tobias Kortkamp To: Leonid Bobrov Cc: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-fb4a77ea Subject: Re: audio/openal-soft segfaults with SNDIO option Date: Mon, 04 Jun 2018 11:14:29 +0200 References: <20180603201005.GA22342@whesun.ddns.net> <1528099047.3924921.1395349152.053460E5@webmail.messagingengine.com> <20180604081335.GC62680@whesun.ddns.net> In-Reply-To: <20180604081335.GC62680@whesun.ddns.net> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 09:14:30 -0000 On Mon, Jun 4, 2018, at 10:13, Leonid Bobrov wrote: > On Mon, Jun 04, 2018 at 09:57:27AM +0200, Tobias Kortkamp wrote: > > On Sun, Jun 3, 2018, at 22:10, Leonid Bobrov wrote: > > > Hi! > > > > > > I'm not sure anyone tested audio/openal-soft with audio/sndio backend > > > recently, but I get segmentation fault when start any app depending on > > > audio/openal-soft > > > > You need to be more specific than that. "Any app" is pretty broad. > > There are like a 100 ports that depend on openal-soft. > > > > It has always worked fine for me and it still does. Though the only > > reason I have openal-soft installed is for OpenMW. > > Well, I get crashes when trying to use audio input, for example, at > net-im/toxic, using audio output is ok. Hmm, yes. I can confirm this. OpenAL's sndio backend doesn't support recording and OpenAL reacts badly when there are no usable backends. I can trigger this just by running openal-info or by misconfiguring OpenAL in ~/.alsoftrc with a driver that doesn't exist. As a workaround compile openal-soft with OSS=on and SNDIO=on and setup a fallback to the OSS backend in ~/.alsoftrc [general] drivers = sndio,oss