Jean-Michaël Celerier
Jean-Michaël Celerier
LLVM 11 too
yep sorry
I can reproduce with 2.30.5 for voiceForm.dsp (tried in FaustLive)
oops not really sorry, but I'm doing a windows bug checking week, I should be able to get to it soon !
okay, I could try at commit cd87756bdb50b94d509d63ad2ee5efc5b80cc81b (tag: 2.30.5-rc1, tag: 2.30.5, origin/release-2.30.5) and it still crashes. I'm going to try updating LLVM to 12 instead
getting the same issue with LLVM 12 :( I also tried various debug options from the faust commandline page: -d gives me a 500mb file -norm gives me a 50mb...
@sletz I improved my faust llvm tester and put it there with a CI and independent from the rest of ossia: https://github.com/ossia/faust-tester ; here are the current build failures I'm...
The amount of segfaults in the call to dsp->init() on windows makes me wonder if it's not maybe some code alignment issue or something like that ?
hmmm, I could not find classInit and I wonder if it's not at least part of the issue - I see it in llvm_dsp_aux.hh's llvm_dsp but it's not here in...
My bad, I had removed a log message, it passes init in some cases and goes to compute. For e.g. LPF it does the following once in `fFactory->getFactory()->fCompute(fDSP, count, input,...