The Java-based Stratego/XT tool suite ignores thread interruption. Tools should check Thread.currentThread().isInterrupted() regularly and terminate with an InterruptedException if need be.

This concerns the Stratego compiler itself as well as compiled Stratego programs like pack-sdf and the native sdf2table (whose process should be killed by the Java wrapper).

Submitted by Sebastian Erdweg on 19 January 2012 at 14:13

Log in to post comments