RE: [EXT] [DPDK] eal/linux: fix segfaults due to thread exit order

2022-05-17 Thread Harman Kalra
[DPDK] eal/linux: fix segfaults due to thread exit order > > External Email > > -- > From: Zhichao Zeng > > The eal-intr-thread is not closed before exiting the main thread. There is a > small probability

RE: [DPDK] eal/linux: fix segfaults due to thread exit order

2022-05-17 Thread Morten Brørup
> From: zhichaox.z...@intel.com [mailto:zhichaox.z...@intel.com] > Sent: Tuesday, 17 May 2022 18.05 > > From: Zhichao Zeng > > The eal-intr-thread is not closed before exiting the main > thread. There is a small probability that when the > eal-intr-thread is about to use some pointers, the point

[DPDK] eal/linux: fix segfaults due to thread exit order

2022-05-17 Thread zhichaox . zeng
From: Zhichao Zeng The eal-intr-thread is not closed before exiting the main thread. There is a small probability that when the eal-intr-thread is about to use some pointers, the pointers were just released in the process of exiting, which cause the segment fault error caught by ASan. Close the