chuck icon indicating copy to clipboard operation
chuck copied to clipboard

Segmentation fault: StkInstrument

Open spencersalazar opened this issue 11 years ago • 1 comments

The following code fails with a segmentation fault:

StkInstrument u => blackhole;
1::samp => now;
u =< blackhole;
null @=> u;

likely because StkInstrument is an abstract base class.

spencersalazar avatar Apr 15 '13 09:04 spencersalazar

This issue and #1 seem to be two symptoms of the same cause, which is that chuck does a bad job of handling compile-time failures when trying to instantiate stk abc's (Instrmnt in this case, and Filter for #1).

briansorahan avatar Jan 03 '14 23:01 briansorahan