From owner-freebsd-current@FreeBSD.ORG Mon Aug 15 12:42:18 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66E3316A41F for ; Mon, 15 Aug 2005 12:42:18 +0000 (GMT) (envelope-from olgeni@uli.it) Received: from vsmtp4.tin.it (vsmtp4.tin.it [212.216.176.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D0E243D46 for ; Mon, 15 Aug 2005 12:42:17 +0000 (GMT) (envelope-from olgeni@uli.it) Received: from olgeni.olgeni (213.45.4.21) by vsmtp4.tin.it (7.2.060.1) id 42E79F0D00706233; Mon, 15 Aug 2005 14:42:14 +0200 Received: from localhost (localhost [127.0.0.1]) by olgeni.olgeni (8.13.4/8.13.4) with ESMTP id j7FCgErT007023; Mon, 15 Aug 2005 14:42:14 +0200 (CEST) (envelope-from olgeni@uli.it) Date: Mon, 15 Aug 2005 14:42:14 +0200 (CEST) From: Jimmy Olgeni X-X-Sender: olgeni@olgeni.olgeni To: freebsd-current@freebsd.org Message-ID: <20050815143358.V6923@olgeni.olgeni> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Mailman-Approved-At: Tue, 16 Aug 2005 11:43:46 +0000 Subject: "panic: sbappendstream 1" while using net/mpd X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 12:42:18 -0000 Hi, I keep getting this panic on RELENG_6 when downloading data from a net/mpd link (GRE). This GDB was configured as "i386-marcel-freebsd". #0 doadump () at pcpu.h:165 165 pcpu.h: No such file or directory. in pcpu.h (kgdb) bt #0 doadump () at pcpu.h:165 #1 0xc0631ea8 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:397 #2 0xc06321bd in panic (fmt=0xc085d9c7 "sbappendstream 1") at /usr/src/sys/kern/kern_shutdown.c:553 #3 0xc066e296 in sbappendstream_locked (sb=0xc27f2050, m=0xc222b600) at /usr/src/sys/kern/uipc_socket2.c:741 #4 0xc06c8880 in tcp_input (m=0xc222b600, off0=20) at /usr/src/sys/netinet/tcp_input.c:1280 #5 0xc06c1c91 in ip_input (m=0xc222b600) at /usr/src/sys/netinet/ip_input.c:776 #6 0xc06a0cd6 in netisr_processqueue (ni=0xc096f7b8) at /usr/src/sys/net/netisr.c:235 #7 0xc06a0eba in swi_net (dummy=0x0) at /usr/src/sys/net/netisr.c:348 #8 0xc061f9b8 in ithread_loop (arg=0xc1e33480) at /usr/src/sys/kern/kern_intr.c:545 #9 0xc061edec in fork_exit (callout=0xc061f89c , arg=0xc1e33480, frame=0xd58d3d38) at /usr/src/sys/kern/kern_fork.c:789 #10 0xc07dc2dc in fork_trampoline () at /usr/src/sys/i386/i386/exception.s:208 I get a similar panic on RELENG_5 ("panic: sbappend") but I don't have a traceback right now. -- jimmy