From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 308BDA0563; Thu, 27 Feb 2020 22:39:03 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 157C52C02; Thu, 27 Feb 2020 22:39:02 +0100 (CET) Received: from inbox.dpdk.org (xvm-172-178.dc0.ghst.net [95.142.172.178]) by dpdk.org (Postfix) with ESMTP id 1B6C3B62 for ; Thu, 27 Feb 2020 22:39:01 +0100 (CET) Received: by inbox.dpdk.org (Postfix, from userid 33) id D09C4A0564; Thu, 27 Feb 2020 22:39:00 +0100 (CET) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Thu, 27 Feb 2020 21:39:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: ethdev X-Bugzilla-Version: 20.02 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: thinhtr@linux.vnet.ibm.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 Subject: [dpdk-dev] [Bug 414] mlx5: test/debug_autotest failed when enable CONFIG_RTE_LIBRTE_MLX5_PMD=y X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" https://bugs.dpdk.org/show_bug.cgi?id=3D414 Bug ID: 414 Summary: mlx5: test/debug_autotest failed when enable CONFIG_RTE_LIBRTE_MLX5_PMD=3Dy Product: DPDK Version: 20.02 Hardware: POWER OS: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: ethdev Assignee: dev@dpdk.org Reporter: thinhtr@linux.vnet.ibm.com Target Milestone: --- Compiled DPDK on powerpc with CONFIG_RTE_LIBRTE_MLX5_PMD=3Dy the test/debug_autotest failed #./ppc_64-power8-linuxapp-gcc/app/test -n 4 -c f RTE>>debug_autotest .... 1: [./ppc_64-power8-linuxapp-gcc/app/test(rte_dump_stack+0x38) [0xfabdbccaf= 08]] Child process terminated as expected - Test passed! test_exit_valChild process status: 139 and WIFEXITED =3D 0 Child process terminated with RC =3D 0 EAL: Error - exiting with code: 1 Cause: test_exit_valChild process status: 139 and WIFEXITED =3D 0 Child process terminated with RC =3D 0 Child process terminated with incorrect status (expected =3D 1)! Test Failed Child process exited with SIGSEGV 11=20 dmesg reported [ 1014.235043] test[121837]: unhandled signal 11 at 00000a1d55db62d0 nip 00000a1d06b3c4c0 lr 00000a1d06e9a8c8 code 1 when CONFIG_RTE_LIBRTE_MLX5_PMD=3Dn Test passed as expected .... 1: [./ppc_64-power8-linuxapp-gcc/app/test(rte_dump_stack+0x38) [0x7f8455425= 28]] Child process terminated as expected - Test passed! test_exit_valChild process status: 0 and WIFEXITED =3D 1 EAL: Error - exiting with code: 1 Cause: test_exit_valChild process status: 256 and WIFEXITED =3D 1 EAL: Error - exiting with code: 2 Cause: test_exit_valChild process status: 512 and WIFEXITED =3D 1 EAL: Error - exiting with code: 255 Cause: test_exit_valChild process status: 65280 and WIFEXITED =3D 1 EAL: Error - exiting with code: -1 Cause: test_exit_valChild process status: 65280 and WIFEXITED =3D 1 test_exit Passed Test OK RTE>>quit modified test_debug.c with some printf() 67 wait(&status); 68 printf("Child process status: %d and WIFEXITED =3D %d \n", status,WIFEXITED(status)); 69 #ifndef RTE_EAL_ALWAYS_PANIC_ON_ERROR 70 /*if(!WIFEXITED(status) || WEXITSTATUS(status) !=3D (uint8_t)exit_val){ */ 71 if(!WIFEXITED(status)) { 72 printf("Child process terminated with RC =3D %d\n", WEXITSTATUS(status)); 73 if ( WEXITSTATUS(status) !=3D (uint8_t)exit_val) { 74 printf("Child process terminated with incorrect status (expected =3D %d)!\n", 75 exit_val); 76 return -1; 77 } 78 } 79 #endif I just found this in DPDK 20.02, will verify with other DPDK version. OS: Linux ltc17u31 4.15.0-88-generic #88-Ubuntu SMP Tue Feb 11 20:11:24 UTC 2020 ppc64le ppc64le ppc64le GNU/Linux System: power9 --=20 You are receiving this mail because: You are the assignee for the bug.=