From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Weiser Subject: Segmentation fault in ixgbe_rxtx_vec.c:444 with 1.8.0 Date: Mon, 19 Jan 2015 11:26:57 +0100 Message-ID: <54BCDBF1.8020909@allegro-packets.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hi everybody, we quite recently updated one of our applications to DPDK 1.8.0 and are now seeing a segmentation fault in ixgbe_rxtx_vec.c:444 after a few minut= es. I just did some quick debugging and I only have a very limited understanding of the code in question but it seems that the 'continue' in line 445 without increasing 'buf_idx' might cause the problem. In one debugging session when the crash occurred the value of 'buf_idx' was 2 and the value of 'pkt_idx' was 8965. Any help with this issue would be greatly appreciated. If you need any further information just let me know. Martin