Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#36053 - [jack2] jackd crashes with netone backend
Attached to Project:
Community Packages
Opened by Hanspeter Portner (ventosus) - Saturday, 06 July 2013, 19:53 GMT
Last edited by Balló György (City-busz) - Monday, 06 January 2014, 08:42 GMT
Opened by Hanspeter Portner (ventosus) - Saturday, 06 July 2013, 19:53 GMT
Last edited by Balló György (City-busz) - Monday, 06 January 2014, 08:42 GMT
|
DetailsDescription:
jackd crashes when started with the netone backend. Maybe related to bugs.debian.org/709550 Additional info: jackdmp 1.9.9.5 Copyright 2001-2005 Paul Davis and others. Copyright 2004-2012 Grame. jackdmp 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 no message buffer overruns no message buffer overruns no message buffer overruns JACK server starting in realtime mode with priority 10 Speicherzugriffsfehler (Speicherabzug geschrieben) Steps to reproduce: jackd -d netone |
This task depends upon
#0 0x00007ffff60a9bf3 in Jack::JackNetOneDriver::FreePorts() ()
from /usr/lib/jack/jack_netone.so
#1 0x00007ffff60a9e66 in Jack::JackNetOneDriver::Initialize() ()
from /usr/lib/jack/jack_netone.so
#2 0x00007ffff7b99251 in Jack::JackWaitThreadedDriver::JackDriverStarter::Execute() () from /usr/lib/libjackserver.so.0
#3 0x00007ffff7b8b240 in Jack::JackPosixThread::ThreadHandler(void*) ()
from /usr/lib/libjackserver.so.0
#4 0x00007ffff6e1ddd2 in start_thread () from /usr/lib/libpthread.so.0
#5 0x00007ffff7117cdd in clone () from /usr/lib/libc.so.6
edit: And I also notice that bug is closed. Could you try to reproduce with jack2-git from AUR? [1] Thanks.
[1] https://aur.archlinux.org/packages/jack2-git/
jackdmp 1.9.10
Copyright 2001-2005 Paul Davis and others.
Copyright 2004-2013 Grame.
jackdmp 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
no message buffer overruns
no message buffer overruns
no message buffer overruns
JACK server starting in realtime mode with priority 10
Speicherzugriffsfehler (Speicherabzug geschrieben)
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff7ebd700 (LWP 7098)]
0x00007ffff60a7bf3 in Jack::JackNetOneDriver::FreePorts() ()
from /usr/lib/jack/jack_netone.so
(gdb) bt
#0 0x00007ffff60a7bf3 in Jack::JackNetOneDriver::FreePorts() ()
from /usr/lib/jack/jack_netone.so
#1 0x00007ffff60a7e66 in Jack::JackNetOneDriver::Initialize() ()
from /usr/lib/jack/jack_netone.so
#2 0x00007ffff7b99661 in Jack::JackWaitThreadedDriver::JackDriverStarter::Execute() () from /usr/lib/libjackserver.so.0
#3 0x00007ffff7b895b0 in Jack::JackPosixThread::ThreadHandler(void*) ()
from /usr/lib/libjackserver.so.0
#4 0x00007ffff6e1bdd2 in start_thread () from /usr/lib/libpthread.so.0
#5 0x00007ffff7115cdd
If not, get an old binary from http://arm.konnichi.com/search/index.php?a=64&q=jack2&core=1&extra=1&community=1 or rebuild an old version from ABS. Preferably, the last release prior to the current (1.9.8-4). See if they exhibit the same problem.
jack2-1.9.7-3-x86_64.pkg.tar.xz works, all later versions do crash. Thanks a lot.
https://github.com/jackaudio/jack2/issues/38
Maybe it was the wrong channel, I'll try the mailing list next, seems to be more responsive...
I'll stick to git until 1.9.10 is out.
_wafconf() {
python2 waf configure --prefix=/usr \
--alsa $@
}