On 03/21, Oleg Nesterov wrote:
>
> 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().
Ah, no, sorry, this is faustassert(lsig.size()==2) in realPropagate(),
339 else if (isBoxPrim2(box, &p2)) {
340 // printf("prim2 recoit : "); print(lsig); printf("\n");
341 faustassert(lsig.size()==2);
> this code
>
> bad(1) = 0;
> bad(n) = bad(n-1);
> process = bad((1,1));
>
> triggers the same problem.
Yes.
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/faudiostream-users