From owner-freebsd-alpha@FreeBSD.ORG Wed Sep 10 16:24:19 2008 Return-Path: Delivered-To: freebsd-alpha@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 082351065672; Wed, 10 Sep 2008 16:24:19 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E7F418FC12; Wed, 10 Sep 2008 16:24:18 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (gavin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8AGOIaD047068; Wed, 10 Sep 2008 16:24:18 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8AGOHdS047064; Wed, 10 Sep 2008 16:24:17 GMT (envelope-from gavin) Date: Wed, 10 Sep 2008 16:24:17 GMT Message-Id: <200809101624.m8AGOHdS047064@freefall.freebsd.org> To: alexey@zhtw.org.ru, gavin@FreeBSD.org, freebsd-alpha@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: alpha/127248: System crashes when many (7) serial port terminals (vt320-vt510) connected to the server via com to usb adapter and 2-usb hubs. X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2008 16:24:19 -0000 Synopsis: System crashes when many (7) serial port terminals (vt320-vt510) connected to the server via com to usb adapter and 2-usb hubs. State-Changed-From-To: open->feedback State-Changed-By: gavin State-Changed-When: Wed Sep 10 16:17:30 UTC 2008 State-Changed-Why: To submitter: Are you able to compile the debugger into the kernel and obtain a backtrace next time it panics? Add the following to your kernel config file: options KDB options DDB options GDB Then when the machine crashes next, enter "bt" at the prompt? (Disclaimer: I've never used FreeBSD/alpha before, but this should work) By the way, my gut instinct is that this panic is caused by the fact the serial dongles seem to be disconnecting/reconnecting, and not specifically because the machine is an Alpha. However, why they are disconnecting in the first place, I don't know. http://www.freebsd.org/cgi/query-pr.cgi?pr=127248