From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.evs.tv (mx2.evs.tv [195.190.86.125]) by dpdk.org (Postfix) with ESMTP id 7B72E567F for ; Fri, 27 Nov 2015 14:59:28 +0100 (CET) From: "VERDOUX, Sylvain" To: "users@dpdk.org" Thread-Topic: Crash on symmetric_mp sample Thread-Index: AdEpGDE2qqEGeBoBS7G/yuQ6ZxSYWwAA4qtw Date: Fri, 27 Nov 2015 13:59:27 +0000 Message-ID: <294AEAFC4B0A3E498038549EC65E9D1B0166C89014@BELGSMBX01.EVS.TV> Accept-Language: fr-FR, fr-BE, en-US Content-Language: fr-FR X-MS-Has-Attach: X-MS-TNEF-Correlator: x-tm-as-product-ver: SMEX-10.2.0.3262-8.000.1202-21966.007 x-tm-as-result: No--39.690200-0.000000-31 x-tm-as-user-approved-sender: Yes x-tm-as-user-blocked-sender: No MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] Crash on symmetric_mp sample X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2015 13:59:28 -0000 Hello dear DPDK devs/users, I'm currently testing the DPDK symmetric_mp sample on an Intel X710 NIC and= I face a crash in i40e_recv_pkts doing the following steps : - start a first process : ./symmetric_mp -l 1 -n 4 -w 81:00.0 -w 81:00.1 --= proc-type=3Dprimary -- -p 3 --num-procs=3D2 --proc-id 0 - start a second process : ./symmetric_mp -l 2 -n 4 -w 81:00.0 -w 81:00.1 -= -proc-type=3Dsecondary -- -p 3 --num-procs=3D2 --proc-id 1 - stop the primary process with a SIGINT (secondary process is still runnin= g nicely) - restart the first process as a "secondary" : ./symmetric_mp -l 1 -n 4 -w = 81:00.0 -w 81:00.1 --proc-type=3Dsecondary -- -p 3 --num-procs=3D2 --proc-i= d 0 According to the documentation on the symmetric_mp example this should work= but I face a segfault. Oh and I have deactivated ASLR as recommended. I run this on a centOS 7 kernel 3.10.0-229.7.2.el7.x86_64. Intel X710 10Gb Ethernet. 2x Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz. I will try to compile dpdk in debug to be able to give you more info on the= crash, but I wanted to know if you have already faced such issue ? Best Regards, Sylvain