Re: [vpp-dev] UDP Local Segmentation fault

2017-12-27 Thread Florin Coras
Hi Ewan, First of all, that’s a rather old release, i.e., udp code has been changed recently, so I’d recommend you update to 17.10 or soon to 18.01. Second, you seem to be crashing while gleaning an entry, so if there’s still a bug, it’s probably there. From the info provided, most probably

[vpp-dev] UDP Local Segmentation fault

2017-12-22 Thread yug...@telincn.com
Hi all If I send local udp packets to vpp(17.02, the dst ip is local, but there is no upper layer processing ) continuely, then vpp goes down like this. If I change the next node of "ip4-udp-lookup" from "ip4-icmp-error" to "error_drop", then everything is ok. I'm wondering whether there is