public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: BUG() in asm/pci.h:142 with 2.4.13
@ 2001-10-25 11:11 Jens Axboe
  2001-10-25 17:23 ` Christian Hammers
  0 siblings, 1 reply; 8+ messages in thread
From: Jens Axboe @ 2001-10-25 11:11 UTC (permalink / raw)
  To: Christian Hammers; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 964 bytes --]

On Thu, Oct 25 2001, Christian Hammers wrote:
> Hello
> 
> My system crashed several times now with 2.4.11-pre6 and 2.4.13
> (pre6 because it was the first one I got that fixed some 2GB RAM memory
> allocation bug).
> 
> 2.4.13 was the easiest one to reproduce: when starting the tape backup
> to a HP DDS3/DAT Streamer (C1537A) via a Adaptec SCSI Controller 
> (Adaptec 7892A in /proc/pci) on a Gigabyte GA-6VTXD Dual Motherboard with
> two PIII and 2GB of RAM it crashed immediately with the error attached
> below. The machine was under "stresstest-simulation" load at this time.
> 
> The tape_backup.pl uses the "mt" and "cpio" commands to access /dev/nst0.
> 
> Maybe worth noting is, that the system crashed another time yesterday 
> after replacing the external SCSI RAID Chassis/Controller (not the
> disks in it) and just this moment with another message (see below).

Could you try this patch and see if it fixes the pci.h BUG at least?

-- 
Jens Axboe


[-- Attachment #2: sg-page-1 --]
[-- Type: text/plain, Size: 327 bytes --]

--- drivers/scsi/scsi_merge.c~	Thu Oct 25 12:15:35 2001
+++ drivers/scsi/scsi_merge.c	Thu Oct 25 12:16:20 2001
@@ -943,6 +943,7 @@
 		}
 		count++;
 		sgpnt[count - 1].address = bh->b_data;
+		sgpnt[count - 1].page = NULL;
 		sgpnt[count - 1].length += bh->b_size;
 		if (!dma_host) {
 			SCpnt->request_bufflen += bh->b_size;

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2001-10-31  8:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <fa.cdhetrv.1828dgd@ifi.uio.no>
     [not found] ` <fa.j17q3gv.m6e1ju@ifi.uio.no>
2001-10-30 16:58   ` SCSI tape crashes (was Re: BUG() in asm/pci.h:142 with 2.4.13) Dan Maas
2001-10-31  8:33     ` Jens Axboe
     [not found]       ` <20011031.004311.85410732.davem@redhat.com>
     [not found]         ` <20011031094650.H631@suse.de>
2001-10-31  8:49           ` SCSI tape crashes David S. Miller
2001-10-31  8:53             ` Jens Axboe
2001-10-25 11:11 BUG() in asm/pci.h:142 with 2.4.13 Jens Axboe
2001-10-25 17:23 ` Christian Hammers
2001-10-25 17:32   ` Jens Axboe
2001-10-26  0:25     ` SCSI tape crashes (was Re: BUG() in asm/pci.h:142 with 2.4.13) David S. Miller
2001-10-26  2:26       ` Jeff V. Merkey
2001-10-26  1:33         ` Christian Hammers
2001-10-28  1:34       ` Pete Harlan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox