From owner-freebsd-questions@FreeBSD.ORG Sat Jan 3 12:50:00 2004 Return-Path: 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 1702516A4CE for ; Sat, 3 Jan 2004 12:50:00 -0800 (PST) Received: from stratus.mercurycloud.net (stratus.mercurycloud.net [64.246.167.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B44243D68 for ; Sat, 3 Jan 2004 12:49:53 -0800 (PST) (envelope-from lists-wp@mercurycloud.net) Received: from [192.168.0.103] (dsl254-030-205.sea1.dsl.speakeasy.net [216.254.30.205]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by stratus.mercurycloud.net (Postfix) with ESMTP id 6519598 for ; Sat, 3 Jan 2004 12:49:51 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v609) In-Reply-To: <44brplexdc.fsf@be-well.ilk.org> References: <8C6E974B-3CD5-11D8-98F0-000A95DBBE34@mercurycloud.net> <44brplexdc.fsf@be-well.ilk.org> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <5DC47490-3E2E-11D8-A6CA-000A95DBBE34@mercurycloud.net> Content-Transfer-Encoding: 7bit From: Will Prater Date: Sat, 3 Jan 2004 12:49:46 -0800 To: questions@freebsd.org X-Mailer: Apple Mail (2.609) Subject: Re: sshd crashing server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2004 20:50:00 -0000 On Jan 2, 2004, at 3:36 PM, Lowell Gilbert wrote: > Will Prater writes: > >> List, >> >> sshd seems to be crashing my server. I am looking for any help >> regarding why this could be happening. I am running sshd version >> OpenSSH_3.6.1. Here is the output from dmesg: >> >> the machine crashed every time when running >> >> #ipfw show >> or >> #dmesg -a >> >> for example and will crash when part way through the listing. Any >> ideas?? >> >> ---- >> Fatal trap 12: page fault while in kernel mode >> fault virtual address = 0x0 >> fault code = supervisor read, page not present >> instruction pointer = 0x8:0xc023c52a >> stack pointer = 0x10:0xd9ff6bbc >> frame pointer = 0x10:0xd9ff6be4 >> code segment = base 0x0, limit 0xfffff, type 0x1b >> = DPL 0, pres 1, def32 1, gran 1 >> processor eflags = interrupt enabled, resume, IOPL = 0 >> current process = 394 (sshd) >> interrupt mask = net tty >> trap number = 12 >> panic: page fault > > 1) What version of FreeBSD? 4.9 RELEASE > 2) How did you install that version of OpenSSH? I have tried the one from the ports and the pre-installed version. Thanks --will