From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=7IIEW39BMwrNy0K7i8GHqpCeoVigxN/wJEOdiEtysqM=; b=JC/3h5Za2N4W1TIcDCqQeBatFtlHVIGLn+yIFgUghVd25avLrVsdkpY1JvMS8rK/Pf H5EsaBatQcUxl+DF8UhbsnPwaiejKWmUVwURUocBLTM8/39cw3LnvzZ4u1zl/OcOhQHL /6nfqKsKquuUcXkZ7fpCQT7wroff3+UsZKA6oHCWEg0Cs1A/Hx0cMjPk/g8+fg3QuxGu pnRyaBRlpOknKkY/QsGeea6zvsEwrDiC3xtH6UOAxxI8mdGuuPX/WuVe/zz/MszBM6It zSgn0rvNSlfK6FyaAlZ08pzuS1vZTOGwz0HQVuhQkjeBIlZ0fpDdAqy0VVNYPWKHpmIh 4Qmw== X-Gm-Message-State: ALoCoQlNrbnyA5JPtTEcXf6N33j1qzjHhLK8JIpj2+cb7bvbrA6BVOa956xIVZaLsMLpFyrBluAs X-Received: by 10.180.21.169 with SMTP id w9mr13103295wie.73.1437121205028; Fri, 17 Jul 2015 01:20:05 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.151.210]) by smtp.gmail.com with ESMTPSA id i6sm17162388wjf.29.2015.07.17.01.20.03 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Jul 2015 01:20:03 -0700 (PDT) From: Thomas Monjalon To: "Jeff Venable, Sr." Date: Fri, 17 Jul 2015 10:18:53 +0200 Message-ID: <2812981.NNf05kipb2@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] processor/core count issue 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, 17 Jul 2015 08:20:05 -0000 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?