On 2015/07/18 00:18, Jeremy Evans wrote:
> This updates aqualung to the latest release, which is still about a
> year old.  I'm encouraging my fellow upstream developers to release
> a final 1.0, but in the meantime this is a lot more current than the
> 0.9beta11 we have in the tree, which was released over 5 years ago.

First time I tried with this update, it was hanging for me..
It started (with a few errors; it took about 5 seconds for the
attempts at using jack) :

=====
$ aqualung                          
No output driver specified, probing for a usable driver.
connect(2) call to /var/tmp/jack-1000/default/jack_0 failed (err=No such file 
or directory)
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

JACK compiled with System V SHM support.
loading driver ..
sndio_driver: buffer update: period_size=882, nperiods=2
sndio_driver: capbuf 3528 B, playbuf 3528 B
connect(2) call to /var/tmp/jack-1000/default/jack_0 failed (err=Connection 
refused)
connect(2) call to /var/tmp/jack-1000/default/jack_0 failed (err=Connection 
refused)
connect(2) call to /var/tmp/jack-1000/default/jack_0 failed (err=Connection 
refused)
connect(2) call to /var/tmp/jack-1000/default/jack_0 failed (err=Connection 
refused)
connect(2) call to /var/tmp/jack-1000/default/jack_0 failed (err=Connection 
refused)
attempt to connect to server failed
Probing JACK driver... JACK server not found
Probing sndio driver... OK
dlopen() failed on /usr/local/lib/ladspa/delay.so -- is it a valid shared 
library file?
dlopen() failed on /usr/local/lib/ladspa/sine.so -- is it a valid shared 
library file?
dlopen() failed on /usr/local/lib/ladspa/amp.so -- is it a valid shared library 
file?
=====

(I don't have audio/ladspa installed, and it wasn't installed at build
time - should it be a RUN_DEPENDS?).

After this it displayed the playlist window, then looped burning cpu,
ktrace showed gettimeofday/nanosleep when this was occurring.
But running it again now, I can't get this to recur.

There's also a jackd.core in .aqualung...

#0  0x000002e80631a840 in jack_client_handle_latency_callback 
(client=0x2e8790d9800, event=Variable "event" is not available.
) at ../libjack/client.c:686
#1  0x000002e80630d018 in jack_deliver_event (engine=0x2e7e16f0800, 
client=0x2e7ab593800, event=0x7f7ffffee5c0) at engine.c:3018
#2  0x000002e80630e7c3 in jack_compute_new_latency (engine=0x2e7e16f0800) at 
engine.c:3513
#3  0x000002e806310e90 in jack_sort_graph (engine=0x2e7e16f0800) at 
engine.c:3572
#4  0x000002e806313bbd in jack_client_activate (engine=0x2e7e16f0800, 
id=Variable "id" is not available.
) at clientengine.c:998
#5  0x000002e80631272d in do_request (engine=0x2e7e16f0800, req=0x7f7ffffef260, 
reply_fd=0x0) at engine.c:1236
#6  0x000002e806313a2f in internal_client_request (ptr=Variable "ptr" is not 
available.
) at engine.c:1388
#7  0x000002e80631b2df in jack_activate (client=0x2e8790d9800) at 
../libjack/client.c:2396
#8  0x000002e82fcefc0d in sndio_driver_attach (driver=0x2e7ab594c00) at 
sndio_driver.c:601
#9  0x000002e80630f66a in jack_use_driver (engine=0x2e7e16f0800, 
driver=0x2e7ab594c00) at engine.c:4248
#10 0x000002e80630f77f in jack_engine_load_driver (engine=0x2e7e16f0800, 
driver_desc=0x2e7ae315000, driver_params=0x0) at engine.c:1036
#11 0x000002e57e0026c9 in ?? () from /usr/local/bin/jackd
#12 0x000002e57e003d3d in ?? () from /usr/local/bin/jackd
#13 0x000002e57e002161 in ?? () from /usr/local/bin/jackd
#14 0x0000000000000000 in ?? ()

Reply via email to