From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 16 12:30:13 2011 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49B8C1065670 for ; Wed, 16 Mar 2011 12:30:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0A6338FC18 for ; Wed, 16 Mar 2011 12:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p2GCUCVu085682 for ; Wed, 16 Mar 2011 12:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p2GCUCgT085678; Wed, 16 Mar 2011 12:30:12 GMT (envelope-from gnats) Resent-Date: Wed, 16 Mar 2011 12:30:12 GMT Resent-Message-Id: <201103161230.p2GCUCgT085678@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vladimir Kutakov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B70F3106564A for ; Wed, 16 Mar 2011 12:24:02 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 8B4FF8FC16 for ; Wed, 16 Mar 2011 12:24:02 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p2GCO1jG020447 for ; Wed, 16 Mar 2011 12:24:01 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p2GCO1SW020444; Wed, 16 Mar 2011 12:24:01 GMT (envelope-from nobody) Message-Id: <201103161224.p2GCO1SW020444@red.freebsd.org> Date: Wed, 16 Mar 2011 12:24:01 GMT From: Vladimir Kutakov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/155597: Kernel panics with "sbdrop" message X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2011 12:30:13 -0000 >Number: 155597 >Category: kern >Synopsis: Kernel panics with "sbdrop" message >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 16 12:30:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Vladimir Kutakov >Release: 7.4 RELEASE >Organization: >Environment: FreeBSD nickel.novoteka.ru 7.4-RELEASE FreeBSD 7.4-RELEASE #0: Wed Mar 9 17:28:54 MSK 2011 prince@nickel.novoteka.ru:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The machine works as webserver and has panic "sbdrop" after some hours of work. The network is rather loaded, but not extremly (about 20-30kpps input). Please let me know if some additional information needed. I want to resolve the problem very much. Here is the backtrace from the dumped core: (kgdb) bt #0 doadump () at pcpu.h:196 #1 0xffffff000706d3a0 in ?? () #2 0xffffffff8054d4da in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:421 #3 0xffffffff8054d8f2 in panic (fmt=Variable "fmt" is not available. ) at /usr/src/sys/kern/kern_shutdown.c:576 #4 0xffffffff805a9976 in sbdrop_internal (sb=Variable "sb" is not available. ) at /usr/src/sys/kern/uipc_sockbuf.c:843 #5 0xffffffff8069d53c in tcp_do_segment (m=0xffffff01b5618400, th=0xffffff01573e4022, so=0xffffff013eecd2d0, tp=0xffffff016f9f8000, drop_hdrlen=40, tlen=0) at /usr/src/sys/netinet/tcp_input.c:2043 #6 0xffffffff8069ed48 in tcp_input (m=0xffffff01b5618400, off0=Variable "off0" is not available. ) at /usr/src/sys/netinet/tcp_input.c:847 #7 0xffffffff8063a2eb in ip_input (m=0xffffff01b5618400) at /usr/src/sys/netinet/ip_input.c:663 #8 0xffffffff805f2ee1 in ether_demux (ifp=0xffffff00070f5000, m=0xffffff01b5618400) at /usr/src/sys/net/if_ethersubr.c:834 #9 0xffffffff805f315e in ether_input (ifp=0xffffff00070f5000, m=0xffffff01b5618400) at /usr/src/sys/net/if_ethersubr.c:692 #10 0xffffffff8031ddb9 in igb_rxeof (que=Variable "que" is not available. ) at /usr/src/sys/dev/e1000/if_igb.c:4097 #11 0xffffffff8031e1a8 in igb_msix_que (arg=Variable "arg" is not available. ) at /usr/src/sys/dev/e1000/if_igb.c:1309 #12 0xffffffff8052b0e5 in ithread_loop (arg=0xffffff00070fe100) at /usr/src/sys/kern/kern_intr.c:1181 #13 0xffffffff80527b43 in fork_exit (callout=0xffffffff8052af70 , arg=0xffffff00070fe100, frame=0xffffff800013fc80) at /usr/src/sys/kern/kern_fork.c:811 #14 0xffffffff80800f3e in fork_trampoline () at /usr/src/sys/amd64/amd64/exception.S:554 #15 0x0000000000000000 in ?? () #16 0x0000000000000000 in ?? () >How-To-Repeat: Direct netwotk traffic to the machine and wait some hours. >Fix: >Release-Note: >Audit-Trail: >Unformatted: