Fluid.bufonsetslice~ crash in example 11

Interesting that it’s croaking at TestingSnareHits_114_TRIMMED.wav each time. Can you run with just that file and see what happens?

Ok, so file 114 isn’t the problem.

I’ll try now with around 200 files, starting from 110.

default 13:17:37.488628 +0100 Max Macintosh HD:/Users/rodrigo/Desktop/untitled folder/TestingSnareHits_110_TRIMMED.wav
default 13:17:37.492686 +0100 Max Macintosh HD:/Users/rodrigo/Desktop/untitled folder/TestingSnareHits_111_TRIMMED.wav
default 13:17:37.494476 +0100 Max Macintosh HD:/Users/rodrigo/Desktop/untitled folder/TestingSnareHits_112_TRIMMED.wav
default 13:17:37.496189 +0100 Max Macintosh HD:/Users/rodrigo/Desktop/untitled folder/TestingSnareHits_113_TRIMMED.wav
default 13:17:37.497868 +0100 Max Macintosh HD:/Users/rodrigo/Desktop/untitled folder/TestingSnareHits_114_TRIMMED.wav
default 13:17:37.499604 +0100 Max Macintosh HD:/Users/rodrigo/Desktop/untitled folder/TestingSnareHits_115_TRIMMED.wav
default 13:17:37.501246 +0100 Max Macintosh HD:/Users/rodrigo/Desktop/untitled folder/TestingSnareHits_116_TRIMMED.wav
default 13:17:37.503009 +0100 Max Macintosh HD:/Users/rodrigo/Desktop/untitled folder/TestingSnareHits_117_TRIMMED.wav
default 13:17:37.504780 +0100 Max Macintosh HD:/Users/rodrigo/Desktop/untitled folder/TestingSnareHits_118_TRIMMED.wav
default 13:17:37.506551 +0100 Max Macintosh HD:/Users/rodrigo/Desktop/untitled folder/TestingSnareHits_119_TRIMMED.wav
default 13:17:37.508355 +0100 Max Macintosh HD:/Users/rodrigo/Desktop/untitled folder/TestingSnareHits_120_TRIMMED.wav
default 13:17:37.525688 +0100 Max Invalid weights
default 13:17:37.599502 +0100 Max Invalid weights
default 13:17:37.609746 +0100 Max Invalid weights
default 13:17:37.618391 +0100 Max Invalid weights
default 13:17:37.633891 +0100 Max Invalid weights
default 13:17:37.643936 +0100 Max Invalid weights
default 13:17:37.653094 +0100 Max Invalid weights
default 13:17:37.664337 +0100 Max Negative weights clipped to 0
default 13:17:37.670729 +0100 Max Invalid weights
default 13:17:37.684165 +0100 Max Invalid weights
default 13:17:37.700864 +0100 Max Invalid weights
default 13:17:37.710838 +0100 Max Invalid weights
default 13:17:37.727974 +0100 Max Invalid weights
default 13:17:42.017163 +0100 Max 27366555: RECEIVED OUT-OF-SEQUENCE NOTIFICATION: 160 vs 175, 513,

Seems to be after x amount of files.

I got from this:

default 13:19:54.303578 +0100 Max LSExceptions shared instance invalidated for timeout.
default 13:19:54.509509 +0100 Max 27366555: RECEIVED OUT-OF-SEQUENCE NOTIFICATION: 187 vs 219, 513,
default 13:20:03.973816 +0100 Max Max: maxdb update complete
default 13:20:12.887852 +0100 Max Macintosh HD:/Users/rodrigo/Desktop/untitled folder/TestingSnareHits_110_TRIMMED.wav

to this:

default 13:20:13.085832 +0100 Max Macintosh HD:/Users/rodrigo/Desktop/untitled folder/TestingSnareHits_223_TRIMMED.wav
default 13:20:13.087596 +0100 Max Macintosh HD:/Users/rodrigo/Desktop/untitled folder/TestingSnareHits_224_TRIMMED.wav

Is there something/somewhere else I should probe to see what’s going on here?

I can try to check to see if it crashes after exactly 114 files (regardless of where it starts), but I don’t know what that would let us know either way.

Ok, here’s some info.

If I chuck a deferlow before the regexp inside processIncides I get a stackoverflow error pointing to a zl slice 1 inside the makeProcessMessage that’s directly upstream from the processIndices.

I’ve seen these kinds of errors before (random overflows from zl objects where there is no overflow), and I always have to do some hacky workaround since I can never narrow it down or reproduce it in a smaller patch.

Cheers, I’ll see if I can get to the bottom of that. I might trouble you for your specific corpus if I still can’t reproduce here.

1 Like