On 03/21, Oleg Nesterov wrote:
>
> And it is a bit funny that (without the patch) this code
>
>       process = ba.take((1,1), (1,1));
>
> crashes faust:
>
>       ...
>       faust[0x49f73a]
>       faust[0x49ff36]
>       /lib64/libpthread.so.0(+0x761a)[0x7fe1ee16361a]
>       ASSERT : please report the stack trace and the failing DSP file to 
> Faust developers (version: 2.5.25, options: cpp, -scal -ftz 0)

faustassert(def) in evalIdDef().

this code

        bad(1) = 0;
        bad(n) = bad(n-1);
        process = bad((1,1));

triggers the same problem.

Oleg.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to