crash report..
Looks like freeverb~ is the issue here. Take it out of your patch or remove it from your search path and see if you get a crash or not.
David
Hi David,
yes it was freeverb! thanks a lot.
How did you find this? I get lost reeding crash reports..
greetings
It takes practice...and I've had a lot as I often tell max to do something it shouldn't.
Most of the time I find it really hard to tell what caused a crash via the log, however yours was easy. Look for the thread that crashed, in your case thread 10:
Thread 10 Crashed:
...then look to see what was the last call in that thread...in your case it was freeverb:
0 com.cycling74.freeverb~ 0x0abdea14 freeverb_perf8(int*) + 624 (bundle1.s:283)
Doesn't always work out that nicely, and it doesn't always point to the right problem, and certainly doesn't tell you *why* it might have crashed...but it can be a good starting point.
David