Pd version 0.37.1 devel compiled 17:14:44 Sep 19 2004
try to compile again with -DDAZ (i added some code to switch on DAZ/FTZ)
alsa make shure all you externals / ladspa plugins / jack have been recompiled with-mfpmath=sse ...
have you compiled pd / externals / ladspa-plugins with -mfpmath=sse?
...afraid yes...
OPT_CFLAGS = -march=pentium4 -mmmx -msse -msse2 -mfpmath=sse -O2 -fomit-frame-pointer
for pd, only -msse is necessary
cheers ... tim (who hasn't experienced a denormal crash for monthes)