From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D1C596A95 for ; Fri, 3 Apr 2015 11:13:56 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 03 Apr 2015 02:13:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,516,1422950400"; d="scan'208";a="476313288" Received: from smonroyx-mobl.ger.corp.intel.com (HELO [10.237.220.29]) ([10.237.220.29]) by FMSMGA003.fm.intel.com with ESMTP; 03 Apr 2015 02:13:55 -0700 Message-ID: <551E59D2.4050506@intel.com> Date: Fri, 03 Apr 2015 10:13:54 +0100 From: "Gonzalez Monroy, Sergio" User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: "Dey, Souvik" References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] Secondary process crash in rte_eal_init X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2015 09:13:57 -0000 On 01/04/2015 06:00, Dey, Souvik wrote: > Hi All, > We have a single primary application with multiple secondary applications launched on the same cpu core. When the system boots up for the first time ,the primary comes up followed by the secondary process everything works fine. But in between if I try to restart the secondary processes without restart the primary, the secondary process crashes with the below stack trace. Any idea what is going wrong out here. > > ============================================ > Stack Trace of the Crash : > (gdb) bt > #0 0x00007f4dad6e01b5 in raise () from /lib/libc.so.6 > #1 0x00007f4dad6e2fc0 in abort () from /lib/libc.so.6 > #2 0x0000000000402545 in __rte_panic () > #3 0x00000000007353f4 in rte_eal_init () > #4 0x0000000000403133 in main (argc=10, argv=0x7fff2c52fea8) > ============================================ > > > -- > Regards, > Souvik > Hi Dey, Could you try to reproduce the issue with one of the multi-process examples from DPDK? Also you could provide some info such as command line options when running both primary/secondary apps, dpdk version, etc... Sergio