From owner-freebsd-questions Tue Nov 19 8:51:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8455E37B406 for ; Tue, 19 Nov 2002 08:51:43 -0800 (PST) Received: from bjwcs.com (swing.bjwcs.com [208.185.25.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69C5543E4A for ; Tue, 19 Nov 2002 08:51:41 -0800 (PST) (envelope-from brently@bjwcs.com) Received: from samba [68.98.15.6] by bjwcs.com with ESMTP (SMTPD32-7.07) id AC1C18810100; Tue, 19 Nov 2002 11:51:40 -0500 From: "Brent Wiese" To: Subject: is this a gif() problem or something else Date: Tue, 19 Nov 2002 09:51:39 -0700 Message-ID: <018e01c28feb$eecf8860$0a0114ac@home.bjwcs.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am running an ipsec tunnel (gif/racoon) between an Alpha Freebsd box and a win2k box. I actually have several tunnels and they all set up and work. The key to this particular tunnel is that the servers are only a few hops away on a 100mb uplink. While transferring a large file (approx 900 mb), I'm seeing about 75mb/s, which is great. However, about 75-80% of the way thru, the alpha reboots and this error is logged in dmesg: fatal kernel trap: trap entry = 0x2 (memory management fault) a0 = 0x1c795105b6a647 a1 = 0x1 a2 = 0x0 pc = 0xfffffc00004adec0 ra = 0xfffffc00004a5b1c curproc = 0 panic: trap syncing disks... fatal kernel trap: trap entry = 0x2 (memory management fault) a0 = 0x58 a1 = 0x1 a2 = 0x0 pc = 0xfffffc00005c4c84 ra = 0xfffffc00005cbcc8 curproc = 0 I watched the load manually during the xfer and it never peaked over .81 that I saw. I'm suspecting this is either a problem w/ the gif() code (maybe specific to alpha build), a heat problem or a bad stick of RAM? Was curious if this rang any bells. I'd hate to spend a ton of time chasing down false leads if someone else has already been through this. Thanks, Brent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message