[PATCH v2] test/debug: fix crash with mlx5 devices
David Marchand
david.marchand at redhat.com
Sun Oct 5 18:29:00 CEST 2025
On Fri, 3 Oct 2025 at 08:51, David Marchand <david.marchand at redhat.com> wrote:
>
> Running rte_exit() in a forked process means that shared memory will be
> released by the child process before the parent process does the same.
> This issue has been seen recently when some GHA virtual machine (with
> some mlx5 devices) runs the debug_autotest unit test.
>
> Instead, run rte_panic() and rte_exit() from a new DPDK process spawned
> like for other recursive unit tests.
>
> Bugzilla ID: 1796
> Fixes: af75078fece3 ("first public release")
> Cc: stable at dpdk.org
>
> Signed-off-by: David Marchand <david.marchand at redhat.com>
Applied, thanks for the reviews.
--
David Marchand
More information about the stable
mailing list