Hi,
On Sunday 02 April 2006 23:55, Frank Barknecht wrote:
Hallo,
Ben Saylor hat gesagt: // Ben Saylor wrote:
When I open fluid~-help.pd or create a fluid~ object, Pd segfaults. I
Can you run Pd with a debugger? That is:
$ gdb /usr/bin/pd $ run [open fluid help, make it crash here] $ bt
and send the backtrace?
Here are two backtraces - the first is with the code unchanged (except for some printfs I added for debugging), and the second is with "synth = NULL;" added at the top of the constructor.
However, I just noticed something strange about them:
"#3 0xb7c21ee6 in flext_obj_single::obj_new () from /usr/local/lib/pd/extra/xsample.pd_linux"
I don't know what xsample should have to do with fluid~, but if I comment the line "-lib xsample" out of my ~/.pdrc, it doesn't crash!