[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Sc-devel] sclang segfault
2007/12/3, Tim Blechmann <tim@xxxxxxxxxx>:
> this piece of code segfaults sclang:
>
> v = {|postme|
> postme.postln;
> };
>
> a = "Hello World";
> w = {v.value(a)};
> w.value(); // call function, this works
> w(); // this segfaults sclang
>
> i am running supercollider, svn revision 6729 on linux ... is this a
> known issue?
Hmm, same here (Mac). Not a known issue AFAIK.
> btw, it seems that only members of the supercollider project at
> sourceforge are allowed to report bugs to the issue tracker ...
No, anyone can, you can even report bugs without logging in to
sourceforge at all
Dan