You are not logged in.

#1 2012-12-20 00:27:45

freevryheid
Member
Registered: 2010-09-14
Posts: 15

latest jack2 1.9.9.5-1 segfaults

journalctl -b

Dec 19 18:21:05 rockarch kernel: jackd[610]: segfault at 7f3d2140f75e ip 00007f3d2164e220 sp 00007fffc8895d38 error 7 in ld-2.16.so[7f3d2163b000+21000]
Dec 19 18:21:05 rockarch systemd-coredump[611]: Process 610 (jackd) dumped core.

Downgrade to 1.9.8-4 to fix.

Last edited by freevryheid (2012-12-20 00:31:59)

Offline

#2 2012-12-20 19:10:37

creatid
Member
From: Netherlands
Registered: 2009-12-19
Posts: 75
Website

Re: latest jack2 1.9.9.5-1 segfaults

Same on my system. I think it might have something to do with jack2 expecting a firewire driver? For I get:

Could not open component .so '/usr/lib/jack/jack_firewire.so' : libffado.so2: cannot open
shared object file: No such file or directory
jack_get_descriptor : dll jack_firewire.so is not a driver
Segmentation fault (core dumped)

There is no firewire interface on my computer.

Offline

#3 2012-12-21 10:31:02

dudefellaguy
Member
Registered: 2012-02-08
Posts: 21

Re: latest jack2 1.9.9.5-1 segfaults

I got the same error as creatid. I installed libffado (which is an "optional" dependancy) and everything works fine now. I think the new jack2 may mandatorily depend on ffado, but the JACK website doesn't mention such a thing.

Whats weird is that the old version displays practically the same error message but doesn't crash:

jack2-1.9.8-4:

could not open component .so '/usr/lib/jack/jack_firewire.so': libffado.so.2: cannot open shared object file: No such file or directory
could not open driver .so '/usr/lib/jack/jack_firewire.so': libffado.so.2: cannot open shared object file: No such file or directory
jack_get_descriptor returns null for 'jack_firewire.so'
could not open component .so '/usr/lib/jack/jack_firewire.so': libffado.so.2: cannot open shared object file: No such file or directory
JACK server starting in realtime mode with priority 10
Jack: Create non RT thread
...
[goes on to run succesfully]

jack2-1.9.9.5-1:

Could not open component .so '/usr/lib/jack/jack_firewire.so': libffado.so.2: cannot open shared object file: No such file or directory
Could not open component .so '/usr/lib/jack/jack_firewire.so': libffado.so.2: cannot open shared object file: No such file or directory
jack_get_descriptor : dll jack_firewire.so is not a driver
zsh: segmentation fault (core dumped)  /usr/bin/jackd -v -dalsa -r44100 -p1024 -n2 -D -Chw:Lambda -Phw:Lambda -i2 -o

I can't tell if not having libffado as a mandatory dependancy is the problem of if its a problem with how jackd acutally handles not finding the FireWire (ffado) library.

EDIT: I use a USB audio interface, not a FireWire one, so I had it working fine without libffado before the upgrade.

Last edited by dudefellaguy (2012-12-21 10:34:36)

Offline

#4 2012-12-23 22:27:14

creatid
Member
From: Netherlands
Registered: 2009-12-19
Posts: 75
Website

Re: latest jack2 1.9.9.5-1 segfaults

dudefellaguy wrote:

I got the same error as creatid. I installed libffado (which is an "optional" dependancy) and everything works fine now. I think the new jack2 may mandatorily depend on ffado, but the JACK website doesn't mention such a thing.

   <..... snip .....>

EDIT: I use a USB audio interface, not a FireWire one, so I had it working fine without libffado before the upgrade.

I'd rather not clutter my system with redundant libraries for interfaces I don't even have in my system.
The package page states libffado is optional and since 1.9.8 worked without it, it appears to be an error in the package.

Offline

Board footer

Powered by FluxBB