Kernel.system and ThreadDeath

Hi Gurus,

it seems well known that Kernel.system() can cause java ThreadDeath
errors
due to calling java.lang.Thread.stop() - see

My understanding is, apart from the error message it’s harmless. Is this
right?

What I’m wondering now, is there any way to avoid the error message in
the
client code?

Thanks for any hints.
Gergo