Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 17 Aug 2002 18:47:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 17 Aug 2002 18:47:55 -0400 Received: from web14003.mail.yahoo.com ([216.136.175.94]:20826 "HELO web14003.mail.yahoo.com") by vger.kernel.org with SMTP id ; Sat, 17 Aug 2002 18:47:54 -0400 Message-ID: <20020817225153.73736.qmail@web14003.mail.yahoo.com> Date: Sat, 17 Aug 2002 15:51:53 -0700 (PDT) From: Tony Spinillo Subject: Re: 2.4.20-pre2-ac3 oops To: linux-kernel@vger.kernel.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 4840 Lines: 120 I just ran into something similar with 2.4.20-pre2-ac3. I have my CD burner on /dev/hda (ide-scsi). If DMA is off, it will burn (slow). If I enable DMA (hdparm -d1 /dev/hda), cdrecord bombs. Burning with DMA on works fine with linux-2.4.20-pre1-ac1 as well as the 2.4.19-ac's. I am on a stock RedHat 7.3 system, all updates applied, gcc 2.96, modutils 2.4.19. I burned from the console and made sure the NVidia module never loaded. I took the output from my log and ran it through ksymoops (If I missed something - let me know) I put my lspci -vvv,kernelconfig and a copy of the message below at: http://ac.marywood.edu/tspin/www/lspci.txt http://ac.marywood.edu/tspin/www/koops.txt http://ac.marywood.edu/tspin/www/dotconfig.txt Thanks! Tony The following happens right when cdrecord starts to burn: localhost kernel: kernel BUG in header file at line 157 localhost kernel: kernel BUG at panic.c:286! localhost kernel: invalid operand: 0000 localhost kernel: CPU: 0 localhost kernel: EIP: 0010:[] Tainted: PF Using defaults from ksymoops -t elf32-i386 -a i386 localhost kernel: EFLAGS: 00010282 localhost kernel: eax: 00000026 ebx: 00000000 ecx: 00000000 edx: f6c8a000 localhost kernel: esi: 00007800 edi: 00000000 ebp: 00000000 esp: d3a77b64 localhost kernel: ds: 0018 es: 0018 ss: 0018 localhost kernel: Process cdrecord (pid: 1863, stackpage=d3a77000) localhost kernel: Stack: c025c540 0000009d c01b97ed 0000009d 00000002 f7ea4000 fffffffe c011c76b localhost kernel: 00000046 d3a77bb0 f7ea7000 c03195e0 f69dc380 00000000 c01b99ff c03195e0 localhost kernel: f69dc380 00000006 00000000 c03195e0 c03195e0 f7140780 c01b1555 c0319690 localhost kernel: Call Trace: [] [] [] [] [] localhost kernel: [] [] [] [] [] [] localhost kernel: [] [] [] [] [] [] localhost kernel: [] [] [] [] [] [] localhost kernel: [] [] [] [] [] [] localhost kernel: [] [] [] [] localhost kernel: Code: 0f 0b 1e 01 0b bf 25 c0 58 5a 8d b4 26 00 00 00 00 eb fe 8d >>EIP; c011853f <__out_of_line_bug+f/30> <===== Trace; c01b97ed Trace; c011c76b Trace; c01b99ff Trace; c01b1555 Trace; c01b9f49 <__ide_dma_write+29/110> Trace; c01e431d Trace; c01b64f0 Trace; c01b6815 Trace; c01b6dea Trace; c01c8db0 Trace; c01e501b Trace; c0151391 Trace; c01c3a6c Trace; c01c8db0 Trace; c01ca6fc Trace; c01c9ae4 <__scsi_insert_special+64/70> Trace; c01c9b3a Trace; c01efaab Trace; c01f0a80 Trace; c01ef8a5 Trace; c01efd40 Trace; c019936f Trace; c0135e5e Trace; c0135d7a Trace; c0126247 Trace; c0126946 Trace; c01988f9 Trace; c0114ffa Trace; c018cd57 Trace; c0190a80 Trace; c0122093 Trace; c0144397 Trace; c01088d3 Code; c011853f <__out_of_line_bug+f/30> 00000000 <_EIP>: Code; c011853f <__out_of_line_bug+f/30> <===== 0: 0f 0b ud2a <===== Code; c0118541 <__out_of_line_bug+11/30> 2: 1e push %ds Code; c0118542 <__out_of_line_bug+12/30> 3: 01 0b add %ecx,(%ebx) Code; c0118544 <__out_of_line_bug+14/30> 5: bf 25 c0 58 5a mov $0x5a58c025,%edi Code; c0118549 <__out_of_line_bug+19/30> a: 8d b4 26 00 00 00 00 lea 0x0(%esi,1),%esi Code; c0118550 <__out_of_line_bug+20/30> 11: eb fe jmp 11 <_EIP+0x11> c0118550 <__out_of_line_bug+20/30> Code; c0118552 <__out_of_line_bug+22/30> 13: 8d 00 lea (%eax),%eax __________________________________________________ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com - 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/