Re: [PD] pd from git coredumps on ubuntu 16.10

2017-02-15 Thread IOhannes m zmoelnig
On 2017-02-15 11:35, alex tuca wrote: > i just tested my old saved pd version with this hash, > > git rev-parse HEAD > 3e1a3f2e4b83c224fc988239d8af272e3e27bd87 > > this works without core dump thanks. could you do a `git bisect` to find the commit that introduced the coredump? fgmasdr IOhannes

Re: [PD] pd from git coredumps on ubuntu 16.10

2017-02-15 Thread alex tuca
i just tested my old saved pd version with this hash, git rev-parse HEAD 3e1a3f2e4b83c224fc988239d8af272e3e27bd87 this works without core dump On 15.02.2017 00:22, zmoel...@iem.at wrote: > On 02/14/2017 09:42 PM, alex tuca wrote: >> with debug option, > [...] >> Program received signal SIGSEG

Re: [PD] pd from git coredumps on ubuntu 16.10

2017-02-15 Thread alex tuca
i use jack with qjackctl, started with d-bus, jackd version is: jackdmp 1.9.11 i have no problems with other jack programs, ardour, mpv everthing works fine, On 15.02.2017 00:22, zmoel...@iem.at wrote: > On 02/14/2017 09:42 PM, alex tuca wrote: >> with debug option, > [...] >> Program received

Re: [PD] pd from git coredumps on ubuntu 16.10

2017-02-14 Thread zmoelnig
On 02/14/2017 09:42 PM, alex tuca wrote: > with debug option, [...] > Program received signal SIGSEGV, Segmentation fault. > 0x in ?? () > (gdb) backtrace > #0 0x in ?? () > #1 0x5562e9ed in jack_open_audio (inchans=2, outchans=2, rate=44100, > callback=0

Re: [PD] pd from git coredumps on ubuntu 16.10

2017-02-14 Thread alex tuca
with debug option, alex alex@x1:~$ gdb pd GNU gdb (Ubuntu 7.11.90.20161005-0ubuntu1) 7.11.90.20161005-git Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribut

Re: [PD] pd from git coredumps on ubuntu 16.10

2017-02-14 Thread zmoelnig
On 02/14/2017 04:42 PM, alex tuca wrote: > (gdb) run > Starting program: /usr/local/bin/pd -jack -nrt > [Thread debugging using libthread_db enabled] > Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". > > Program received signal SIGSEGV, Segmentation fault. > 0x00

Re: [PD] pd from git coredumps on ubuntu 16.10

2017-02-14 Thread alex tuca
this is the output using gdb. alex@x1:~$ gdb pd GNU gdb (Ubuntu 7.11.90.20161005-0ubuntu1) 7.11.90.20161005-git Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistr

Re: [PD] pd from git coredumps on ubuntu 16.10

2017-02-14 Thread zmoelnig
On 02/14/2017 04:24 PM, alex tuca wrote: > hallo, > > i just compiled pd from git > git clone git://git.code.sf.net/p/pure-data/pure-data > > compiled it with jack: > ./configure --enable-jack > > i deleted the .pdsettings file, when i change audioengine to jack, pd core > dumps. here the stra

[PD] pd from git coredumps on ubuntu 16.10

2017-02-14 Thread alex tuca
hallo, i just compiled pd from git git clone git://git.code.sf.net/p/pure-data/pure-data compiled it with jack: ./configure --enable-jack i deleted the .pdsettings file, when i change audioengine to jack, pd core dumps. here the strace output. select(9, [7], [], [], {0, 5000}) = 0 (Time

[PD] pd from git coredumps on ubuntu 16.10

2017-02-14 Thread alex tuca
hallo, i just compiled pd from git git clone git://git.code.sf.net/p/pure-data/pure-data compiled it with jack: ./configure --enable-jack i deleted the .pdsettings file, when i change audioengine to jack, pd core dumps. here the strace output. select(9, [7], [], [], {0, 5000}) = 0 (Time