You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/05/13 19:22:56 UTC

[GitHub] [hadoop] sahilTakiar opened a new pull request #816: HDFS-14482: Crash when using libhdfs with bad classpath

sahilTakiar opened a new pull request #816: HDFS-14482: Crash when using libhdfs with bad classpath
URL: https://github.com/apache/hadoop/pull/816
 
 
   Fixes a bug in `jni_helper.c` `getJNIEnv` introduced by HDFS-14304. After HDFS-14304, the `getJNIEnv` would call `getGlobalJNIEnv` and pass the result to `jclasses.c` without first checking if the result of `getGlobalJNIEnv` is `NULL`.
   
   Testing:
   * Ran all libhdfs tests locally, they all pass.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org