209c209,212
< if (_needsStart || _terminated)
---
> if (_needsStart || _terminated ||
> procKind() == ::sc_core::SC_METHOD_PROC_) {
> SC_REPORT_WARNING("(W556) throw_it on method/non-running process "
> "is being ignored ", name());
210a214
> }