From: Harris, James R <james.r.harris at intel.com>
To: spdk@lists.01.org
Subject: [SPDK] Re: SPDK v19.10/DPDK v19.05.0 eal_adjust_config issue, Illegal instruction causing application to abort
Date: Thu, 23 Apr 2020 19:40:34 +0000 [thread overview]
Message-ID: <6A9F2DBB-0523-4D26-8D9D-4CA48BEDBFA9@intel.com> (raw)
In-Reply-To: 20200423175443.2763.39298@ml01.vlan13.01.org
[-- Attachment #1: Type: text/plain, Size: 1559 bytes --]
That's interesting, but it doesn't make sense to me. DPDK #defines RTE_CPU_AND directly to CPU_AND on Linux, and CPU_AND is provided by system sched.h. Are you able to get the exact instruction that this crashes on via gdb? Not just the instruction, but also the values of whatever registers used by that instruction. Your original e-mail indicated "illegal operand" in the log, so that's a little bit of clue.
-Jim
On 4/23/20, 10:56 AM, "asprasannavenkatesh(a)gmail.com" <asprasannavenkatesh(a)gmail.com> wrote:
Hi Jim,
Thanks will try out your suggestions.
Before that, I wanted to update you, on the only time I was able to hit this issue without the -g option, it was crashing in the following macro inside the compute_ctrl_threads_cpuset line 1466.
(eal_adjust_config -> compute_ctrl_threads_cpuset)
In compute_ctrl_threads_cpuset , line 1466
1466 RTE_CPU_AND(cpuset, cpuset, &default_set);
@ 00007f800a86c38f (unknown)
@ 00007f800bc0e3dd eal_adjust_config
<wokspace>/dpdk/dpdk-src/lib/librte_eal/common/eal_common_options.c:1466
@ 00007f800bbf4f15 rte_eal_init
<wokspace>/dpdk/dpdk-src/lib/librte_eal/linux/eal/eal.c:846
@ 00007f800bbd52b6 spdk_env_init
<wokspace>/spdk/spdk-src/lib/env_dpdk/init.c:456
_______________________________________________
SPDK mailing list -- spdk(a)lists.01.org
To unsubscribe send an email to spdk-leave(a)lists.01.org
next reply other threads:[~2020-04-23 19:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-23 19:40 Harris, James R [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-04-24 12:56 [SPDK] Re: SPDK v19.10/DPDK v19.05.0 eal_adjust_config issue, Illegal instruction causing application to abort asprasannavenkatesh
2020-04-23 18:06 asprasannavenkatesh
2020-04-23 17:54 asprasannavenkatesh
2020-04-23 16:07 Walker, Benjamin
2020-04-23 14:27 Harris, James R
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6A9F2DBB-0523-4D26-8D9D-4CA48BEDBFA9@intel.com \
--to=spdk@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox