[ 
https://issues.apache.org/jira/browse/MESOS-39?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13212359#comment-13212359
 ] 

Rohit Turumella commented on MESOS-39:
--------------------------------------

Andy -- I've sucessfully built Mesos (downloaded the version using autotools). 
The issue I am having is with regards to running a custom unit test that I've 
created to test this JIRA (I initialize a Mesos scheduler driver with invalid 
parameters and check to see if an exception is thrown). 

When I tried to compile this unit test, I get  errors relating to the fact that 
the java files are not compiled (schedulerdriver, executor,etc.).
                
> JNI bindings shouldn't segfault when passed invalid parameters
> --------------------------------------------------------------
>
>                 Key: MESOS-39
>                 URL: https://issues.apache.org/jira/browse/MESOS-39
>             Project: Mesos
>          Issue Type: Bug
>          Components: java-api
>            Reporter: Michael Armbrust
>            Assignee: Rohit Turumella
>
> Right now if you pass null values to the SchedulerDriver constructor it 
> causes the JVM to segfault.  It would be much nicer if you threw an 
> IllegalArgumentException with a helpful message.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to