You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (JIRA)" <de...@uima.apache.org> on 2015/02/09 18:36:34 UTC

[jira] [Created] (UIMA-4228) DUCCs UncaughtExceptionHandler should exit process on java Error

Jerry Cwiklik created UIMA-4228:
-----------------------------------

             Summary: DUCCs UncaughtExceptionHandler should exit process on java Error
                 Key: UIMA-4228
                 URL: https://issues.apache.org/jira/browse/UIMA-4228
             Project: UIMA
          Issue Type: Bug
          Components: DUCC
            Reporter: Jerry Cwiklik
            Assignee: Jerry Cwiklik
             Fix For: 2.0.0-Ducc


Ducc common code instantiates UncaughtExceptionHandler to catch any uncaught errors and exceptions but only dumps the stack trace. Change code to always call Runtime.getRuntime().halt(1) on java errors like OOM.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)