On Sun, 2014-12-21 at 08:50 -0800, Miller Puckette wrote:
I just tried this in 0.46-4:
cd .../pd/src make -f makefile.gnu JACK=TRUE ../bin/pd -jack
and it seems to work fine for me. So there could be a jack version conflict, or just possibly something amiss in the configure script.
Could you try compiling it using makefile.gnu and see if the problem is still there?
I get still the same:
Starting program: /home/roman/pd-src/pure-data.git/bin/pd -rt -jack -channels 2 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
Program received signal SIGSEGV, Segmentation fault. 0x00000000 in ?? () (gdb) backtrace #0 0x00000000 in ?? () #1 0x0813d187 in jack_open_audio () #2 0x080d4167 in sys_reopen_audio () #3 0x080c86c5 in sys_main ()
My jack version: [msp@hinge ~]$ jackd --version jackdmp 1.9.8 Copyright 2001-2005 Paul Davis and others. Copyright 2004-2011 Grame. [...] jackdmp version 1.9.8 tmpdir /dev/shm protocol 8
Mine is: $ jackd --version jackdmp 1.9.10 Copyright 2001-2005 Paul Davis and others. Copyright 2004-2013 Grame. [...] jackdmp version 1.9.10 tmpdir /dev/shm protocol 8
Roman