You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Niklas Quarfot Nielsen (JIRA)" <ji...@apache.org> on 2014/03/21 22:25:43 UTC

[jira] [Created] (MESOS-1136) Add better exception handling in JNI code

Niklas Quarfot Nielsen created MESOS-1136:
---------------------------------------------

             Summary: Add better exception handling in JNI code
                 Key: MESOS-1136
                 URL: https://issues.apache.org/jira/browse/MESOS-1136
             Project: Mesos
          Issue Type: Improvement
            Reporter: Niklas Quarfot Nielsen


We have experienced some segfaults in the JNI layer which were results of exceptions thrown within the JVM. We guard certain calls for thrown exceptions and return NULL (which in turn results in a fault). We can be more graceful and actually provide call-stack and exception toString output.



--
This message was sent by Atlassian JIRA
(v6.2#6252)