-
Bug
-
Resolution: Fixed
-
Minor
many plugins and Jenkins start threads in new threadgroups without any ExceptionHandler.
Jenkins should install a default UncaughtExceptionHandler so that if there are any exceptions thrown in these threads the threads won;t just silently die without any trace.
- relates to
-
JENKINS-38711 slave.jar should install UncaughtExceptionHandler
-
- Closed
-
- links to
Well, by default a stack trace is printed to stderr. Which may or may not be reported to an admin.
In practice most threads in Jenkins already catch all errors at some other level and log them somehow. But this could be useful as a final fallback.