Hi,
Lately, while working on a patch, i've had some strange crashes. I think i have found the source at splitfilename. When you are sending symbols to it, after a while it simply crashes. Attached is a patch which illustrates this behaviour - type some asdfasdf into the symbol atoms and prepare for segfault.
I'm on linux, and have tried this on three pd installs - 0.38(-4?) devel, Miller's 0.38-4 and the latest debian package.
regards, Johannes
#N canvas 0 0 450 300 10; #X obj 127 186 splitfilename; #X symbolatom 127 77 10 0 0 0 - - -; #X text 202 78 <- enter a few random strings here; #X symbolatom 142 127 10 0 0 0 - - -; #X text 221 124 <- or perhaps here; #X obj 142 148 makefilename /foo/baz/bar/%s; #X connect 1 0 0 0; #X connect 3 0 5 0; #X connect 5 0 0 0;