[Pkg-octave-devel] Bug#874208: octave: audiodevinfo makes octave segfault when jackd is running
Mike Miller
mtmiller at debian.org
Fri Sep 8 15:26:40 UTC 2017
On Fri, Sep 08, 2017 at 10:55:21 +0200, Peter P. wrote:
> The two other programs I have installed that are using libportaudio2 are
> pure-data and audacity. And they both work with and without jack.
And here's what I just did to test locally. This is admittedly an
absolutely minimal unconfigured jack setup.
$ sudo aptitude install -y --without-recommends jackd2
$ jack_control start
$ octave-cli
>> devs = audiodevinfo; ## no crash
>> devs.output.Name
ans = HDA Intel HDMI: 0 (hw:0,3) (ALSA)
ans = HDA Intel HDMI: 1 (hw:0,7) (ALSA)
ans = HDA Intel HDMI: 2 (hw:0,8) (ALSA)
ans = HDA Intel HDMI: 3 (hw:0,9) (ALSA)
ans = HDA Intel HDMI: 4 (hw:0,10) (ALSA)
ans = hdmi (ALSA)
ans = default (ALSA)
ans = system (JACK Audio Connection Kit)
Seems to work for me.
--
mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-octave-devel/attachments/20170908/b449372a/attachment.sig>
More information about the Pkg-octave-devel
mailing list