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? 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 cheers Miller On Sat, Dec 20, 2014 at 09:45:05PM +0100, Roman Haefeli wrote: > On Fri, 2014-12-19 at 14:12 -0800, Miller Puckette wrote: > > Hi all - > > > > If you've got Pd 0.46-3, please install Pd 0.46-4 instead - there's a bug in > > 0.46-3 that can lead to crashes (I think only when editing patches, but > > perhaps even runtime) > > I don't think this is related specifically to this release, but I can't > run Pd with jack anymore since a while. This is how I start Pd: > > pd -rt -jack -channels 2 > > This is how I configured it: > > ./configure --enable-jack --disable-portaudio --disable-portmidi > > And this is the backtrace: > > Starting program: /usr/local/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) backtracewatchdog: signaling pd... > > #0 0x00000000 in ?? () > #1 0x0810b187 in jack_open_audio (inchans=2, outchans=outchans@entry=2, > rate=44100, > callback=callback@entry=0x0) at s_audio_jack.c:340 > #2 0x080b3317 in sys_reopen_audio () at s_audio.c:447 > #3 0x080aa6b5 in sys_main (argc=argc@entry=5, argv=argv@entry=0xbffff334) at > s_main.c:313 > #4 0x080566eb in main (argc=5, argv=0xbffff334) at s_entry.c:32 > > This is on Ubuntu 14.04 i386 > > Roman > > > > > > _______________________________________________ > [email protected] mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
