hy olaf / or others
having a problem with arbran from maxlib, using pd from cvs (from a couple of days ago). thats whats being executed in arbran:
1) if ((b = (t_garray *)pd_findbyclass(x->x_x, garray_class))) { post("arbran: array set to "%s"", x->x_x->s_name); x->x_bufx = b; 2) t_garray *bx = x->x_bufx 3) if (!garray_getfloatarray(bx, &ix, &tx))
resulting in
Program received signal SIGSEGV, Segmentation fault. 0x0805fa41 in garray_template (x=0x0) at g_array.c:783 783 t_template *template = template_findbyname(x->x_templatesym); Current language: auto; currently c (gdb) bt #0 0x0805fa41 in garray_template (x=0x0) at g_array.c:783 #1 0x0805fa8e in garray_getfloatarray (x=0x0, size=0xbfffee34, vec=0xbfffee38) at g_array.c:804 #2 0x4282571a in rand_arbran_bang (x=0x8912e58) at src/arbran.c:90 ...
any help apprec .. b,j