dlr-gtlab / gtlab-core

GTlab Core Framework
https://www.gtlab.de
Other
7 stars 2 forks source link

[CHANGE] - Make sure to catch all exceptions of process elements to avoid crashs #1182

Open jensschmeink opened 5 months ago

jensschmeink commented 5 months ago

Summary

Sometimes there are uncaught exceptions from process elements which leads to a crash of GTlab

Impact on the codebase

No crash but good warning.

The class which calls the task execution should catch all possible exceptions.

Current workarounds

Caught exceptions inside the calculators

jensschmeink commented 4 months ago

Idea: Add catch block in runnable