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

Hadoop QA commented on HDFS-4387:
---------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12564522/01.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    {color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

    {color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

    {color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

    {color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

    {color:red}-1 core tests{color}.  The patch failed these unit tests in 
hadoop-common-project/hadoop-common hadoop-hdfs-project/hadoop-hdfs:

                  
org.apache.hadoop.hdfs.server.balancer.TestBalancerWithNodeGroup

    {color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-HDFS-Build/3826//testReport/
Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/3826//console

This message is automatically generated.
                
> test_libhdfs_threaded SEGV on OpenJDK 7
> ---------------------------------------
>
>                 Key: HDFS-4387
>                 URL: https://issues.apache.org/jira/browse/HDFS-4387
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: libhdfs
>    Affects Versions: 3.0.0
>            Reporter: Andy Isaacson
>            Priority: Minor
>         Attachments: 01.patch
>
>
> Building and running tests on OpenJDK 7 on Ubuntu 12.10 fails with {{mvn test 
> -Pnative}}.  The output is hard to decipher but the underlying issue is that 
> {{test_libhdfs_native}} segfaults at startup.
> {noformat}
> (gdb) run
> Starting program: 
> /mnt/trunk/hadoop-hdfs-project/hadoop-hdfs/target/native/test_libhdfs_threaded
> [Thread debugging using libthread_db enabled]
> Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
> Program received signal SIGSEGV, Segmentation fault.
> 0x00007ffff739a897 in attachJNIThread (name=0x0, is_daemon=is_daemon@entry=0 
> '\000', group=0x0) at thread.c:768
> 768 thread.c: No such file or directory.
> (gdb) where
> #0 0x00007ffff739a897 in attachJNIThread (name=0x0, 
> is_daemon=is_daemon@entry=0 '\000', group=0x0) at thread.c:768
> #1 0x00007ffff7395020 in attachCurrentThread (is_daemon=0, args=0x0, 
> penv=0x7fffffffddb8) at jni.c:1454
> #2 Jam_AttachCurrentThread (vm=<optimized out>, penv=0x7fffffffddb8, 
> args=0x0) at jni.c:1466
> #3 0x00007ffff7bcf979 in getGlobalJNIEnv () at 
> /mnt/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/native/libhdfs/jni_helper.c:527
> #4 getJNIEnv () at 
> /mnt/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/native/libhdfs/jni_helper.c:585
> #5 0x0000000000402512 in nmdCreate (conf=conf@entry=0x7fffffffdeb0) at 
> /mnt/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/native/libhdfs/native_mini_dfs.c:49
> #6 0x00000000004016e1 in main () at 
> /mnt/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/native/libhdfs/test_libhdfs_threaded.c:283
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to