From owner-freebsd-multimedia@freebsd.org Sat Mar 3 18:55:29 2018 Return-Path: Delivered-To: freebsd-multimedia@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 75832F3207A for ; Sat, 3 Mar 2018 18:55:29 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 12F8A709DB for ; Sat, 3 Mar 2018 18:55:29 +0000 (UTC) (envelope-from hps@selasky.org) Received: by mailman.ysv.freebsd.org (Postfix) id C821FF32077; Sat, 3 Mar 2018 18:55:28 +0000 (UTC) Delivered-To: multimedia@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 B42CFF32075; Sat, 3 Mar 2018 18:55:28 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (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 5110B709D9; Sat, 3 Mar 2018 18:55:27 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.128.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 244D7260140; Sat, 3 Mar 2018 19:55:20 +0100 (CET) Subject: Re: jackd runtime fail in 11.1-RELEASE-p4 i386 To: "Alejandro G. Peregrina" , multimedia@FreeBSD.org Cc: ports@FreeBSD.org References: <20180303181709.GA1794@lithium.my.domain> From: Hans Petter Selasky Message-ID: <35bf6da4-2435-c54c-0328-7a640fbf4606@selasky.org> Date: Sat, 3 Mar 2018 19:55:17 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180303181709.GA1794@lithium.my.domain> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 18:55:29 -0000 On 03/03/18 19:17, Alejandro G. Peregrina wrote: > jackd fails to run in realtime and non-realtime mode: > $ jackd -r -doss -r44100 -p1024 -n2 -w16 -C/dev/dsp1.0 -P/dev/dsp0.0 > > jackd 0.125.0rc1 (COOKEDMODE=on) > Copyright 2001-2009 Paul Davis, Stephane Letz, Jack O'Quinn, Torben Hohn and others. > jackd comes with ABSOLUTELY NO WARRANTY > This is free software, and you are welcome to redistribute it > under certain conditions; see the file COPYING for details > > JACK compiled with System V SHM support. > loading driver .. > Illegal instruction (core dumped) > > ... leaving a jackd.core file in the current directory. > > I've used jackit in my x86_64 computer and works fine! > When starting jack from rc.conf as in pkg-descr gives the same results. Try to ktrace jackd . --HPS