[Bug 207725] audio/jack: jackd audio server doesn't work under 11.x

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 5 18:51:26 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207725

            Bug ID: 207725
           Summary: audio/jack: jackd audio server doesn't work under 11.x
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: multimedia at FreeBSD.org
          Reporter: allcoms at gmail.com
             Flags: maintainer-feedback?(multimedia at FreeBSD.org)
          Assignee: multimedia at FreeBSD.org

I have tried a variety of combinations of options trying to get jackd to start
under PCBSD 11 but nothing works, I only ever get `Bus error`.

My soundcard is working fine but even if I had NO soundcard installed, I should
still be able to at least start jackd with the dummy driver but even using the
dummy driver as root results in the dreaded `bus error` so I can only conclude
its bust.

# jackd -v -d dummy
jackd 0.124.1
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

getting driver descriptor from /usr/local/lib/jack/jack_dummy.so
getting driver descriptor from /usr/local/lib/jack/jack_oss.so
getting driver descriptor from /usr/local/lib/jack/jack_net.so
JACK compiled with System V SHM support.
server `default' registered
registered builtin port type 32 bit float mono audio
registered builtin port type 8 bit raw midi
clock source = system clock via clock_gettime
loading driver ..
start poll on 3 fd's
new client: dummy_pcm, uuid = 8589934593 type 1 @ 0x801886000 fd = -1
creating dummy driver ... dummy_pcm|48000|1024|21333|2|2
new buffer size 1024
resizing port buffer segment for type 0, one buffer = 4096 bytes
resizing port buffer segment for type 1, one buffer = 2048 bytes
registered port system:capture_1, offset = 4096
registered port system:capture_2, offset = 8192
registered port system:playback_1, offset = 0
registered port system:playback_2, offset = 0
++ jack_sort_graph
Bus error


jackit-0.124.1_5
Name           : jackit
Version        : 0.124.1_5
Installed on   : Thu Mar  3 21:15:22 2016 GMT
Origin         : audio/jack
Architecture   : freebsd:11:x86:64
Prefix         : /usr/local
Categories     : audio
Licenses       : LGPL21 and GPLv2
Maintainer     : multimedia at FreeBSD.org
WWW            : http://jackaudio.org/
Comment        : Low latency audio server
Options        :
        ALSA           : off
        DOXYGEN        : off
        READLINE       : on
Shared Libs required:
        libcelt0.so.2
        libreadline.so.6
        libdb-5.3.so.0
        libsndfile.so.1
        libsamplerate.so.0
Shared Libs provided:
        libjack.so.0
        libjackserver.so.0
Annotations    :
        icon           : \"http://www.pcbsd.org/appcafe/icons/audio_jack.png\"
Flat size      : 866KiB
Description    :
JACK is a low latency audio server, written for POSIX-conformant operating
systems.  It can connect a number of different applications to an audio
device, as well as allowing them to share audio between themselves.  Its
clients can run in their own processes (i.e. as normal applications), or
can they can run within the JACK server (i.e. as a "plugin").

JACK was designed from the ground up for professional audio work, and its
design focuses on two key areas: synchronous execution of all clients, and
low latency operation.

WWW: http://jackaudio.org/

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-multimedia mailing list