[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
> 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
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
3 matches
Mail list logo