Re: [dpdk-dev] rte_panic SIGABRT core dump

2018-04-19 Thread Stephen Hemminger
On Fri, 20 Apr 2018 00:59:01 +0530 shiva m wrote: > Hi, > > Need help in avoiding core dump in case rte_eal_init() fails in some > special cases. > > Part of my code causing rte_panic during system bootup and causes a core > dump. I do not want this core dump. > > I tried catching SIGABRT in m

[dpdk-dev] rte_panic SIGABRT core dump

2018-04-19 Thread shiva m
Hi, Need help in avoiding core dump in case rte_eal_init() fails in some special cases. Part of my code causing rte_panic during system bootup and causes a core dump. I do not want this core dump. I tried catching SIGABRT in my application and did _exit() in my handler. Still I see core dump fil