This message generated a parse failure. Raw output follows here. Please use 'back' to navigate. From devnull@lkml.org Thu Jun 1 22:11:50 2023 Received: from spaans.ds9a.nl (adsl-xs4all.ds9a.nl [213.84.159.51]) by kylie.puddingonline.com (8.11.6/8.11.6) with SMTP id g8IF9sX06271 for ; Wed, 18 Sep 2002 17:09:56 +0200 Received: (qmail 8627 invoked from network); 18 Sep 2002 06:57:59 -0000 Received: from unknown (HELO spaans.ds9a.nl) (3ffe:8280:10:360:202:44ff:fe2a:a1dd) by mayo.ipv6.ds9a.nl with SMTP; 18 Sep 2002 06:57:59 -0000 Received: (qmail 18396 invoked by uid 1000); 17 Sep 2002 20:32:23 -0000 Received: (maildatabase); juh Received: (qmail 19247 invoked by alias); 10 Oct 2001 20:27:30 -0000 Received: (qmail 19244 invoked from network); 10 Oct 2001 20:27:30 -0000 Received: from vvtp.tn.tudelft.nl (HELO vvtp.nl) (qmailr@130.161.252.29) by spaans.ds9a.nl with SMTP; 10 Oct 2001 20:27:30 -0000 Received: (qmail 10829 invoked by uid 2547); 10 Oct 2001 20:29:26 -0000 Received: (qmail 10706 invoked from network); 10 Oct 2001 20:29:24 -0000 Received: from vger.kernel.org (199.183.24.194) by vvtp.tn.tudelft.nl with SMTP; 10 Oct 2001 20:29:24 -0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 10 Oct 2001 16:27:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 10 Oct 2001 16:27:02 -0400 Received: from mail.scsiguy.com ([63.229.232.106]:12563 "EHLO aslan.scsiguy.com") by vger.kernel.org with ESMTP id ; Wed, 10 Oct 2001 16:26:48 -0400 Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.5/8.11.5) with ESMTP id f9AKRFY85831; Wed, 10 Oct 2001 14:27:15 -0600 (MDT) (envelope-from gibbs@scsiguy.com) Message-Id: <200110102027.f9AKRFY85831@aslan.scsiguy.com> To: Alexander Feigl Cc: Linux Kernel List Subject: Re: PROBLEM: aic7xxx SCSI system hangs In-Reply-To: Your message of "10 Oct 2001 21:36:06 +0200." <1002742566.9219.5.camel@PowerBox.MysticWorld.de> Date: Wed, 10 Oct 2001 14:27:15 -0600 From: "Justin T. Gibbs" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (http://amavis.org/) X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (http://amavis.org/) >I don't have any real kdb experiences and not much time at the >moment.But I try to post the required information. I attached a second >computer via null modem cable to serial and logged the output. Tell me >if some essential output is missing. You should run with "aic7xxx=verbose". Since you are using modules, you will need to add a line similar to the following to /etc/modules.conf and, if you are using an initrd, rerun mkinitrd to have the change come into effect. #you should already have this line alias scsi_hostadapter aic7xxx #but need this line options aic7xxx aic7xxx='"verbose"' >Where can I find information how to trace the problem with kdb or >anything else? The kdb package comes with several man pages. >Entering kdb (current=0xc183e000, pid 3) due to Keyboard Entry >kdb> b btp 16 > EBP EIP Function(args) >0xdf945f6c 0xc0112d34 schedule+0x2d4 (0xc18627c0, 0xdf944000) > kernel .text 0xc0100000 0xc0112a60 0xc0112e80 >0xdf945f9c 0xc0105df0 __down_interruptible+0x80 (0xdf945fd8, 0xe082051f, 0xdf9 >45 >fec, 0xe08189d7, 0x100) > kernel .text 0xc0100000 0xc0105d70 0xc0105e50 >0xdf945fac 0xc0105eae __down_failed_interruptible+0xa > kernel .text 0xc0100000 0xc0105ea4 0xc0105eb4 > 0xc0105763 kernel_thread+0x23 > kernel .text 0xc0100000 0xc0105740 0xc0105780 >kdb> This looks pretty normal for an exception handling thread. It is asleep waiting for some error condition to wake it up. -- Justin - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/