From owner-freebsd-virtualization@FreeBSD.ORG Tue Dec 9 17:40:43 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C3627719; Tue, 9 Dec 2014 17:40:43 +0000 (UTC) Received: from alto.onthenet.com.au (alto2.onthenet.com.au [203.13.68.14]) by mx1.freebsd.org (Postfix) with ESMTP id 8441780A; Tue, 9 Dec 2014 17:40:43 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTP id 2D9EA127A0; Wed, 10 Dec 2014 03:40:36 +1000 (EST) Received: from Peters-MacBook-Pro.local (c-24-130-52-29.hsd1.ca.comcast.net [24.130.52.29]) by dommail.onthenet.com.au (MOS 4.4.4-GA) with ESMTP id CAI24513 (AUTH peterg@ptree32.com.au); Wed, 10 Dec 2014 03:40:31 +1000 Message-ID: <5487340A.7040208@freebsd.org> Date: Tue, 09 Dec 2014 09:40:26 -0800 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Shawn Webb Subject: Re: Bug in virtio-net References: <1418081692.1493.2.camel@gmail.com> <1418088637.1493.4.camel@gmail.com> In-Reply-To: <1418088637.1493.4.camel@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: FreeBSD-current , "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2014 17:40:43 -0000 Hi Shawn, >> ​I doubt this has anything to do with vtnet. My guess is that >> netisr_proto[NETISR_ETHER].np_handler(m) is ​NULL for some reason. Do >> you have a dump? > > core.txt is attached. I've also uploaded it to the link below in case > the attachment is scrubbed. > > http://0xfeedface.org/~shawn/2014-12-08_2028_core.txt Is the core dump available ? As Bryan mentioned, this is a NULL function pointer deref and not a data access so is possibly related to corruption of data structures rather than a bug in the virtio driver. The core dump would be able to point to what went wrong. later, Peter.