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 "Hudson (JIRA)" <ji...@apache.org> on 2014/10/11 08:13:34 UTC

[jira] [Commented] (HADOOP-11193) Fix uninitialized variables in NativeIO.c

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

Hudson commented on HADOOP-11193:
---------------------------------

FAILURE: Integrated in Hadoop-trunk-Commit #6243 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/6243/])
HADOOP-11193. Fix uninitialized variables in NativeIO.c. Contributed by Xiaoyu Yao. (wheat9: rev 554250cf88aa0e4e69396b55773af4a9c09be143)
* hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/io/nativeio/NativeIO.c
* hadoop-common-project/hadoop-common/src/main/winutils/libwinutils.c
* hadoop-common-project/hadoop-common/CHANGES.txt


> Fix uninitialized variables in NativeIO.c
> -----------------------------------------
>
>                 Key: HADOOP-11193
>                 URL: https://issues.apache.org/jira/browse/HADOOP-11193
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: native
>    Affects Versions: 2.5.1
>            Reporter: Xiaoyu Yao
>            Assignee: Xiaoyu Yao
>             Fix For: 2.6.0
>
>         Attachments: HADOOP-11193.0.patch
>
>
> This was caught by TestNativeIO#testFstat test. 
> Looks like an uninitialized variable mode below in NativeIO.c#Java_org_apache_hadoop_io_nativeio_NativeIO_00024POSIX_fstat around line ~278. 
> ifdef WINDOWS
>   LPWSTR owner = NULL;
>   LPWSTR group = NULL;
>   int mode;
>   jstring jstr_owner = NULL;
> ... 
> Test Report:
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.hadoop.io.nativeio.TestNativeIO
> Tests run: 18, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 2.214 sec <<< FAILURE! - in org.apache.hadoop.io.native
> io.TestNativeIO
> testFstat(org.apache.hadoop.io.nativeio.TestNativeIO)  Time elapsed: 0.514 sec  <<< FAILURE!
> java.lang.AssertionError: Stat mode field should indicate a regular file expected:<32768> but was:<53248>
>         at org.junit.Assert.fail(Assert.java:88)
>         at org.junit.Assert.failNotEquals(Assert.java:743)
>         at org.junit.Assert.assertEquals(Assert.java:118)
>         at org.junit.Assert.assertEquals(Assert.java:555)
>         at org.apache.hadoop.io.nativeio.TestNativeIO.testFstat(TestNativeIO.java:96)
> Results :
> Failed tests:
>   TestNativeIO.testFstat:96 Stat mode field should indicate a regular file expected:<32768> but was:<53248>
> Tests run: 18, Failures: 1, Errors: 0, Skipped: 1



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