From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: processor/core count issue Date: Fri, 17 Jul 2015 10:18:53 +0200 Message-ID: <2812981.NNf05kipb2@xps13> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Jeff Venable, Sr." Return-path: Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id 30AC9BDC2 for ; Fri, 17 Jul 2015 10:20:05 +0200 (CEST) Received: by wibxm9 with SMTP id xm9so32731750wib.0 for ; Fri, 17 Jul 2015 01:20:05 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-07-17 03:40, Jeff Venable, Sr.: > In a VM Fusion environment configured with 2 processors with 1 core each I get the following: > > PANIC in rte_eal_init(): > Cannot init logs > 4: [/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7f9fd3bdaec5]] > 3: [/usr/lib/dpdk-2.0.0/librte_eal.so.1(rte_eal_init+0x123a) [0x7f9fd4f462fa]] > 2: [/usr/lib/dpdk-2.0.0/librte_eal.so.1(__rte_panic+0xc3) [0x7f9fd4f449e8]] > 1: [/usr/lib/dpdk-2.0.0/librte_eal.so.1(rte_dump_stack+0x16) [0x7f9fd4f4daa6]] > Aborted (core dumped) > > rte_socket_id() was returning 0xFFFFFFFF here: > > (gdb) bt > #0 0x00007ffff797ae95 in rte_malloc_socket () from /usr/lib/dpdk-2.0.0/librte_malloc.so.1 > #1 0x00007ffff797af4e in rte_zmalloc_socket () from /usr/lib/dpdk-2.0.0/librte_malloc.so.1 > #2 0x00007ffff7573ef8 in rte_ring_create () from /usr/lib/dpdk-2.0.0/librte_ring.so.1 > #3 0x00007ffff777770d in rte_mempool_xmem_create () from /usr/lib/dpdk-2.0.0/librte_mempool.so.1 > #4 0x00007ffff7777b97 in rte_mempool_create () from /usr/lib/dpdk-2.0.0/librte_mempool.so.1 > #5 0x00007ffff7b90899 in ?? () from /usr/lib/dpdk-2.0.0/librte_eal.so.1 > #6 0x00007ffff7b88d34 in ?? () from /usr/lib/dpdk-2.0.0/librte_eal.so.1 > #7 0x00007ffff7b84950 in rte_eal_init () from /usr/lib/dpdk-2.0.0/librte_eal.so.1 Please could you show which code is crashing and what is the root cause?