From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 33B7541D84; Sun, 26 Feb 2023 19:21:07 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CC0244021D; Sun, 26 Feb 2023 19:21:06 +0100 (CET) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id C198B40156 for ; Sun, 26 Feb 2023 19:21:04 +0100 (CET) Received: by inbox.dpdk.org (Postfix, from userid 33) id 9EC9941D85; Sun, 26 Feb 2023 19:21:04 +0100 (CET) From: bugzilla@dpdk.org To: dev@dpdk.org Subject: [Bug 1167] apps segfault at startup in debug mode Date: Sun, 26 Feb 2023 18:21:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: eventdev X-Bugzilla-Version: 23.03 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: alialnu@nvidia.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: multipart/alternative; boundary=16774356640.c0B6A8.986073 Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org --16774356640.c0B6A8.986073 Date: Sun, 26 Feb 2023 19:21:04 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All https://bugs.dpdk.org/show_bug.cgi?id=3D1167 Bug ID: 1167 Summary: apps segfault at startup in debug mode Product: DPDK Version: 23.03 Hardware: POWER OS: Linux Status: UNCONFIRMED Severity: critical Priority: Normal Component: eventdev Assignee: dev@dpdk.org Reporter: alialnu@nvidia.com Target Milestone: --- $ meson --werror --buildtype=3Ddebug build && ninja -C build $ ./build/app/dpdk-testpmd -n 4 -a 0000:00:08.0 -- -i Segmentation fault #0 0x00000001004219a4 in rte_eth_trace_tx_hairpin_queue_setup (port_id=3D4= 0784, tx_queue_id=3D41280, nb_tx_desc=3D6460, conf=3D0x1100c, ret=3D-139457008) at ../lib/ethdev/ethdev_trace.h:259 #1 0x00000001004e5228 in __rte_trace_point_register ( handle=3D0x100f66648 <__rte_eth_trace_tx_hairpin_queue_setup>, name=3D0x100dfa140 <__rte_eth_trace_tx_hairpin_queue_setup_name> "lib.ethdev.tx_hairpin_queue_setup", register_fn=3D0x10042193c ) at ../lib/eal/common/eal_common_trace.c:477 #2 0x000000010042f778 in rte_eth_trace_tx_hairpin_queue_setup_init () at ../lib/ethdev/ethdev_trace_points.c:136 #3 0x0000000100d8d23c in __libc_csu_init () #4 0x00007ffff78f80dc in generic_start_main (main=3D0x10012f6cc
, argc=3D, argv=3D0x7ffffffff4f8, auxvec=3D0x7ffffffff5d8, init=3D0x100d8d1b0 <__libc_csu_init>, rtld_fini=3D, stack_end=3D, fini=3D) at ../csu/libc-sta= rt.c:264 #5 0x00007ffff78f8324 in __libc_start_main (argc=3D, argv=3D, ev=3D, auxvec=3D, rtld_fini=3D, stinfo=3D, stack_on_entry=3D) at ../sysdeps/unix/sysv/linux/powerpc/libc-start.c:98 #6 0x0000000000000000 in ?? () Architecture: ppc64le Hypervisor vendor: KVM CPU: POWER9 (architected), altivec supported, 2.2 (pvr 004e 1202) OS: Ubuntu 20.04 Kernel: 5.4.0-26-generic Device: Nvidia ConnectX-6 Dx --=20 You are receiving this mail because: You are the assignee for the bug.= --16774356640.c0B6A8.986073 Date: Sun, 26 Feb 2023 19:21:04 +0100 MIME-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All
Bug ID 1167
Summary apps segfault at startup in debug mode
Product DPDK
Version 23.03
Hardware POWER
OS Linux
Status UNCONFIRMED
Severity critical
Priority Normal
Component eventdev
Assignee dev@dpdk.org
Reporter alialnu@nvidia.com
Target Milestone ---

$ meson --werror --buildtype=3Ddeb=
ug build && ninja -C build

$ ./build/app/dpdk-testpmd -n 4 -a 0000:00:08.0 -- -i
Segmentation fault

#0  0x00000001004219a4 in rte_eth_trace_tx_hairpin_queue_setup (port_id=3D4=
0784,
tx_queue_id=3D41280,
    nb_tx_desc=3D6460, conf=3D0x1100c, ret=3D-139457008) at
../lib/ethdev/ethdev_trace.h:259
#1  0x00000001004e5228 in __rte_trace_point_register (
    handle=3D0x100f66648 <__rte_eth_trace_tx_hairpin_queue_setup>,
    name=3D0x100dfa140 <__rte_eth_trace_tx_hairpin_queue_setup_name>
"lib.ethdev.tx_hairpin_queue_setup",
    register_fn=3D0x10042193c <rte_eth_trace_tx_hairpin_queue_setup>)=
 at
../lib/eal/common/eal_common_trace.c:477
#2  0x000000010042f778 in rte_eth_trace_tx_hairpin_queue_setup_init () at
../lib/ethdev/ethdev_trace_points.c:136
#3  0x0000000100d8d23c in __libc_csu_init ()
#4  0x00007ffff78f80dc in generic_start_main (main=3D0x10012f6cc <main&g=
t;,
argc=3D<optimized out>, argv=3D0x7ffffffff4f8,
    auxvec=3D0x7ffffffff5d8, init=3D0x100d8d1b0 <__libc_csu_init>,
rtld_fini=3D<optimized out>,
    stack_end=3D<optimized out>, fini=3D<optimized out>) at ../=
csu/libc-start.c:264
#5  0x00007ffff78f8324 in __libc_start_main (argc=3D<optimized out>,
argv=3D<optimized out>, ev=3D<optimized out>,
    auxvec=3D<optimized out>, rtld_fini=3D<optimized out>, stin=
fo=3D<optimized out>,
stack_on_entry=3D<optimized out>)
    at ../sysdeps/unix/sysv/linux/powerpc/libc-start.c:98
#6  0x0000000000000000 in ?? ()

Architecture: ppc64le
Hypervisor vendor: KVM
CPU: POWER9 (architected), altivec supported, 2.2 (pvr 004e 1202)
OS: Ubuntu 20.04
Kernel: 5.4.0-26-generic
Device: Nvidia ConnectX-6 Dx
          


You are receiving this mail because:
  • You are the assignee for the bug.
=20=20=20=20=20=20=20=20=20=20
= --16774356640.c0B6A8.986073--