https://bugs.dpdk.org/show_bug.cgi?id=1412

            Bug ID: 1412
           Summary: [dpdk-24.03] meson_tests/driver: core dumped occurred
                    after exit dpdk-test
           Product: DPDK
           Version: 24.03
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: meson
          Assignee: dev@dpdk.org
          Reporter: songx.ji...@intel.com
  Target Milestone: ---

[Environment]
DPDK version: 
dpdk-24.03.0-rc1: deedfb86a7a6e10064d3cccd593f62072de96e36
Other software versions: N/A.
OS: Ubuntu 22.04.3 LTS/5.15.0-82-generic
Compiler: clang version 12.0.1
Hardware platform: Intel(R) Xeon(R) Gold 6140M CPU @ 2.30GHz
NIC hardware: Intel Corporation Ethernet Controller E810-C for SFP [8086:1593]
(rev 02)
NIC driver: ice-1.13.7
NIC firmware: 4.40 0x8001c982 1.3534.0

[Test Setup]
1. compile dpdk 
rm -rf x86_64-native-linuxapp-clang
CC=clang meson -Denable_kmods=True -Dlibdir=lib --default-library=static
x86_64-native-linuxapp-clang
ninja -C x86_64-native-linuxapp-clang -j 72
2. blind all pf to vfio-pci
./usertools/dpdk-devbind.py -b vfio-pci -a 31:00.0 -a 31:00.1 -a 31:00.2 -a
31:00.3
3. start dpdk-test
/root/dpdk/x86_64-native-linuxapp-clang/app/dpdk-test -l 0-39
--vdev=dma_skeleton -a 31:00.0 -a 31:00.1 -a 31:00.2 -a 31:00.3 (Note: If it
cannot be reproduced, please try using a different core)
4. exit dpdk-test
RTE>>quit

[Show the output from the previous commands.]
RTE>>quit
Segmentation fault (core dumped)

[Expected Result]
RTE>>quit
skeldma_remove(): Remove dma_skeleton dmadev

[Regression]
Is this issue a regression: (Y/N) N

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to