[PD-dev] Segfault without messages

Claude Heiland-Allen claudiusmaximus at goto10.org
Sat Oct 23 22:13:38 CEST 2010


On 23/10/10 20:36, Brian Neltner wrote:
> I have attached the offending script.

Seems quite simple, but I don't have pd-extended and miss the required 
libraries to test.

> pd gui; pd process exited
> Segmentation Fault
>
> Not very useful...

You could try 'gdb' or 'valgrind' to get more useful output.

$ gdb --args pd-extended blah blah
 > run
Segmentation Fault
 > bt
(tells you where the error is, hopefully)
 > quit
$

See also:

http://puredata.info/docs/developer/DebuggingPdExternals


Claude
-- 
http://claudiusmaximus.goto10.org



More information about the Pd-dev mailing list