From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 33) id 466262D13; Thu, 24 May 2018 07:29:04 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Thu, 24 May 2018 05:29:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: other X-Bugzilla-Version: 18.02 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jananeex.m.parthasarathy@intel.com X-Bugzilla-Status: CONFIRMED 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://dpdk.org/tracker/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 Subject: [dpdk-dev] [Bug 51] make coverage aborts with core dump 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: , X-List-Received-Date: Thu, 24 May 2018 05:29:04 -0000 https://dpdk.org/tracker/show_bug.cgi?id=3D51 Bug ID: 51 Summary: make coverage aborts with core dump Product: DPDK Version: 18.02 Hardware: x86 OS: Linux Status: CONFIRMED Severity: normal Priority: Normal Component: other Assignee: dev@dpdk.org Reporter: jananeex.m.parthasarathy@intel.com Target Milestone: --- "make coverage" when executed runs UT cases and then aborts with a crash as below. OS: Ubuntu, Fedora27, CentOS - 64bit Compiler: gcc Code base: Latest dpdk-dpdk Test Method: 1. Build dpdk=20 2. make test-build 3. make coverage Result observed: Total run time: 00m 50s Number of failed tests: 23 EAL: Detected 48 lcore(s) EAL: Detected 2 NUMA nodes EAL: Multi-process socket /var/run/dpdk/rte/mp_socket_15416_2678df21839517 EAL: failed to send to (/var/run/dpdk/rte/mp_socket) due to Connection refu= sed EAL: Fail to send request /var/run/dpdk/rte/mp_socket:bus_vdev_mp vdev_scan(): Failed to request vdev from primary EAL: Probing VFIO support... EAL: Could not map memory from primary process EAL: It is recommended to disable ASLR in the kernel and retry running both primary and secondary processes EAL: FATAL: Cannot init memory EAL: Cannot init memory PANIC in main(): Cannot init EAL 5: /dpdk-dpdk/x86_64-native-linuxapp-gcc/app/dpdk-procinfo(_start+0x2a) [0x45d6ca]] 4: [/lib64/libc.so.6(__libc_start_main+0xea) [0x7f55f310f88a]] 3: /dpdk-dpdk/x86_64-native-linuxapp-gcc/app/dpdk-procinfo(main+0x187) [0x45ebe8]] 2: /dpdk-dpdk/x86_64-native-linuxapp-gcc/app/dpdk-procinfo(__rte_panic+0xb8) [0x4508d6]] 1: /dpdk-dpdk/x86_64-native-linuxapp-gcc/app/dpdk-procinfo(rte_dump_stack+0= x16) [0x4d4d56]] /bin/sh: line 13: 15416 Aborted (core dumped) /dpdk-dpdk/x86_64-native-linuxapp-gcc/app/dpdk-procinfo --file-prefix=3Drin= g_perf -- -m make[2]: *** /dpdk-dpdk/mk/rte.sdktest.mk:65: coverage] Error 134 make[1]: *** /dpdk-dpdk/mk/rte.sdkroot.mk:73: coverage] Error 2 make: *** [Makefile:15: coverage] Error 2 Expected Result: No crash to happen and coverage should be successful. --=20 You are receiving this mail because: You are the assignee for the bug.=