[PD] pd from git coredumps on ubuntu 16.10

alex tuca atuc at gmx.de
Tue Feb 14 16:42:40 CET 2017


this is the output using gdb.

alex at 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 <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from pd...done.
(gdb) set args -jack -nrt
(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.
0x0000000000000000 in ?? ()
(gdb) 





On 14.02.2017 16:30, zmoelnig at iem.at wrote:
> 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 strace output.
> 
> could you also provide a gdb backtrace?
> (hint: add '-nrt' to the startup flags to avoid the "watchdog signalling
> Pd" messages clutter the console)
> 
> just for the record: it doesn't crash on my system (Debian/sid).
> 
> gmsard
> IOhannes
> 
> 
> 
> 
> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
> 




More information about the Pd-list mailing list