grame-cncm / faust

Functional programming language for signal processing and sound synthesis
http://faust.grame.fr
Other
2.53k stars 319 forks source link

Input program crashes faust #416

Open jpcima opened 4 years ago

jpcima commented 4 years ago

Hello. Attached is an input that crashes Faust. detune.dsp.gz

The version is FAUST Version 2.20.2 running on Linux.

> faust detune.dsp
zsh: segmentation fault (core dumped)  faust detune.dsp
sletz commented 4 years ago

Indeed. Even this simpler one process = v letrec { };crashes. @orlarey empty letrec seems to be the issue. Are empty letrec allowed, or should the compiler report a syntax error?