From owner-freebsd-stable@FreeBSD.ORG Sat Jan 23 23:55:42 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7378E106566B for ; Sat, 23 Jan 2010 23:55:42 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 2F97E8FC16 for ; Sat, 23 Jan 2010 23:55:42 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1NYppH-0001fr-Jp for freebsd-stable@freebsd.org; Sun, 24 Jan 2010 00:55:35 +0100 Received: from 93-138-97-181.adsl.net.t-com.hr ([93.138.97.181]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 24 Jan 2010 00:55:35 +0100 Received: from ivoras by 93-138-97-181.adsl.net.t-com.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 24 Jan 2010 00:55:35 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: Ivan Voras Date: Sun, 24 Jan 2010 00:55:13 +0100 Lines: 21 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 93-138-97-181.adsl.net.t-com.hr User-Agent: Thunderbird 2.0.0.21 (X11/20090612) Sender: news Subject: 8-stable crashes in vmware (possible em driver issue?) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2010 23:55:42 -0000 I have a fairly recent 8-stable machine running under VMWare ESXi 3.5 (amd64 guest), which apparently crashes every few days from the same causes: em0: discard frame w/o packet header em0: discard frame w/o packet header em0: discard frame w/o packet header Panic string: sbsndptr: sockbuf 0xffffff007cca8c20 and mbuf 0xffffff00490a6400 clashing More information available here: http://ivoras.net/stuff/crash/info.0.txt http://ivoras.net/stuff/crash/core.txt.0.txt The crash looks like is provoked by ssh bruteforce attack attempts, some of which are blocked by an ipfw-based blocker. Any ideas? The machine was previously (until a month ago) running 7.2-RELEASE without these panics.