Subject: | don't retry _stop if it throws an exception |
If _stop throws an exception, it is retried even if throwing a DIE wasn't attempted, causing an
infinite loop for a reasonably normal but failing session. Perhaps a flag should be set so that
_stop will be called only once.