From owner-freebsd-bugs@FreeBSD.ORG Fri Feb 22 20:40:05 2008 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 BC24316A513 for ; Fri, 22 Feb 2008 20:40:05 +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 B459E13C465 for ; Fri, 22 Feb 2008 20:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1MKe58u009048 for ; Fri, 22 Feb 2008 20:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1MKe5Iv009047; Fri, 22 Feb 2008 20:40:05 GMT (envelope-from gnats) Date: Fri, 22 Feb 2008 20:40:05 GMT Message-Id: <200802222040.m1MKe5Iv009047@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Volker Cc: Subject: Re: kern/73294: [hang] hangs in default mode when AccelePort DIGI XR PCI serial card is installed X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Volker List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 20:40:05 -0000 The following reply was made to PR kern/73294; it has been noted by GNATS. From: Volker To: bug-followup@FreeBSD.org, pintov@sunyit.edu Cc: Subject: Re: kern/73294: [hang] hangs in default mode when AccelePort DIGI XR PCI serial card is installed Date: Fri, 22 Feb 2008 21:38:53 +0100 Vishal, I just came across your really old PR. I'm sorry to see this untouched for years. I'm wondering if you still are being able to reproduce the problem with later releases of FreeBSD? If you can reproduce this, followup to the PR with the following information: dmesg (as far as you're getting so far in the bootup process) devinfo -v vmstat -ia Also it would be interesting to see if you can break into debugger when the machine seems to hang and create a backtrace. If you're unable to do this, please compile a kernel with WITNESS enabled and watch for any WITNESS messages and feed these back to GNATS. Thank you!