[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Sc-devel] sclang segfault



ouch
w = {};
w(); is wrong syntax but imo should not crash the lang.
you should use w.() (the shortcut to dot value)
Same thing happens in OS X

x

On Dec 3, 2007 8:02 AM, Tim Blechmann <tim@xxxxxxxxxx> wrote:
> 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?
>
> btw, it seems that only members of the supercollider project at
> sourceforge are allowed to report bugs to the issue tracker ...
>
> best, tim
>
> --
> tim@xxxxxxxxxx
> http://tim.klingt.org
>
> Just what the hell is the experimental tradition?
>   Morton Feldman
>
> _______________________________________________
> Sc-devel mailing list
> Sc-devel@xxxxxxxxxxxxxxx
> http://www.create.ucsb.edu/mailman/listinfo/sc-devel
>