Re: [dpdk-dev] testpmd crashes on startup

2018-05-04 Thread Ophir Munk
The error printed with the crash: *** Error in `/download/dpdk/x86_64-native-linuxapp-gcc/build/app/test-pmd/testpmd': corrupted double-linked list: 0x010f1200 *** > -Original Message- > From: Ophir Munk > Sent: Friday, May 04, 2018 12:38 PM > To: dev@dpdk.org; jianfeng@inte

[dpdk-dev] testpmd crashes on startup

2018-05-04 Thread Ophir Munk
Hi Jianfeng, Following commit 3d09a6e26d ("eal: fix threads block on barrier") I am seeing testpmd crashes on startups. The crashes occur 10% of the time with a regular compilation: make install T=x86_64-native-linuxapp-gcc and 70% of the time when using "-g" and "-o0" flags: make install T