* Lovely crash with 2.4.2-ac24.
@ 2001-03-26 17:17 Zephaniah E. Hull
2001-03-26 17:46 ` Andre Hedrick
0 siblings, 1 reply; 6+ messages in thread
From: Zephaniah E. Hull @ 2001-03-26 17:17 UTC (permalink / raw)
To: linux-kernel; +Cc: Alan Cox, Andre Hedrick
[-- Attachment #1.1: Type: text/plain, Size: 528 bytes --]
This had hit me a few times with ac18 (I'm not sure it was the same
crash though) and just hit me again with ac24.
Alan cced due to it being in the ac kernels, Andre because the trace
seems to point to the IDE code.
Thanks.
Zephaniah E. Hull.
--
PGP EA5198D1-Zephaniah E. Hull <warp@whitestar.soark.net>-GPG E65A7801
Keys available at http://whitestar.soark.net/~warp/public_keys.
CCs of replies from mailing lists are encouraged.
<cas> Mercury: gpm isn't a very good web browser. fix it.
[-- Attachment #1.2: panic --]
[-- Type: text/plain, Size: 2681 bytes --]
ksymoops 2.3.7 on i586 2.4.2-ac24. Options used
-V (default)
-k /proc/ksyms (default)
-l /proc/modules (default)
-o /lib/modules/2.4.2-ac24-c2/ (specified)
-m /boot/2.4.2-ac24-c2/System.map (specified)
kernel BUG at printk.c:461!
invalid operand: 0000
CPU: 0
EIP: 0010:[<c0114fee>]
Using defaults from ksymoops -t elf32-i386 -a i386
EFLAGS: 00010282
eax: 0000001c ebx: c1224120 ecx: c025373c edx: 00000282
esi: c1291000 edi: c129116e ebp: 00000000 esp: c026be60
ds: 0018 es: 0018 ss: 0018
Process swapper (pid: 0, stackpage=c026b000)
Stack: 00204e00 000001cd c017d8a0 c129107f c0171b9f c1291000 c1291568 c1291168
00000000 c026bfa4 00000000 7f2ce700 c018bc35 00000000 0018b5a8 c129156d
c129116e 000001f6 c02ce700 00000000 c02ce700 c119afc8 00000008 004c4000
Call Trace: [<c017d8a0>] [<c0171b9f>] [<c018bc35>] [<c018d0bc>] [<c019038d>]
[<c0188009>] [<c0188062>] [<c016ff35>] [<c01197e4>] [<c011ab26>] [<c011870f>]
[<c0118647>] [<c0118550>] [<c010a152>] [<c0107120>] [<c0108df0>] [<c0107120>]
[<c0107143>] [<c01071a7>] [<c0106000>] [<c0100191>]
Code: 0f 0b 83 c4 08 b9 3c 37 25 c0 ff 0d 3c 37 25 c0 0f 88 68 64
>>EIP; c0114fee <acquire_console_sem+1e/40> <=====
Trace; c017d8a0 <con_flush_chars+10/24>
Trace; c0171b9f <n_tty_receive_buf+e2b/edc>
Trace; c018bc35 <ide_dmaproc+13d/204>
Trace; c018d0bc <via82cxxx_dmaproc+a8/bc>
Trace; c019038d <do_rw_disk+141/318>
Trace; c0188009 <start_request+129/1f0>
Trace; c0188062 <start_request+182/1f0>
Trace; c016ff35 <flush_to_ldisc+d9/e0>
Trace; c01197e4 <proc_dointvec_minmax+20/2dc>
Trace; c011ab26 <tqueue_bh+16/1c>
Trace; c011870f <bh_action+1b/60>
Trace; c0118647 <tasklet_hi_action+3b/60>
Trace; c0118550 <do_softirq+40/64>
Trace; c010a152 <do_IRQ+a2/b0>
Trace; c0107120 <default_idle+0/28>
Trace; c0108df0 <ret_from_intr+0/20>
Trace; c0107120 <default_idle+0/28>
Trace; c0107143 <default_idle+23/28>
Trace; c01071a7 <cpu_idle+3f/54>
Trace; c0106000 <empty_bad_pte_table+0/1000>
Trace; c0100191 <L6+0/2>
Code; c0114fee <acquire_console_sem+1e/40>
00000000 <_EIP>:
Code; c0114fee <acquire_console_sem+1e/40> <=====
0: 0f 0b ud2a <=====
Code; c0114ff0 <acquire_console_sem+20/40>
2: 83 c4 08 add $0x8,%esp
Code; c0114ff3 <acquire_console_sem+23/40>
5: b9 3c 37 25 c0 mov $0xc025373c,%ecx
Code; c0114ff8 <acquire_console_sem+28/40>
a: ff 0d 3c 37 25 c0 decl 0xc025373c
Code; c0114ffe <acquire_console_sem+2e/40>
10: 0f 88 68 64 00 00 js 647e <_EIP+0x647e> c011b46c <sys_nanosleep+ec/170>
<0>Kernel panic: Aiee, killing interrupt handler!
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Lovely crash with 2.4.2-ac24.
2001-03-26 17:17 Lovely crash with 2.4.2-ac24 Zephaniah E. Hull
@ 2001-03-26 17:46 ` Andre Hedrick
2001-03-26 18:28 ` Zephaniah E. Hull
0 siblings, 1 reply; 6+ messages in thread
From: Andre Hedrick @ 2001-03-26 17:46 UTC (permalink / raw)
To: Zephaniah E. Hull; +Cc: linux-kernel, Alan Cox
Zephaniah,
Does this happen in a non-ac kernel?
I have not updated code since around 2.4.0, but other have.
You point ot a few times w/ ac18, but is there one before that which does
not cause this to happen?
The question is to gain isolation of the changes.
On Mon, 26 Mar 2001, Zephaniah E. Hull wrote:
> This had hit me a few times with ac18 (I'm not sure it was the same
> crash though) and just hit me again with ac24.
>
> Alan cced due to it being in the ac kernels, Andre because the trace
> seems to point to the IDE code.
>
> Thanks.
>
> Zephaniah E. Hull.
>
> --
> PGP EA5198D1-Zephaniah E. Hull <warp@whitestar.soark.net>-GPG E65A7801
> Keys available at http://whitestar.soark.net/~warp/public_keys.
> CCs of replies from mailing lists are encouraged.
>
> <cas> Mercury: gpm isn't a very good web browser. fix it.
>
Andre Hedrick
Linux ATA Development
ASL Kernel Development
-----------------------------------------------------------------------------
ASL, Inc. Toll free: 1-877-ASL-3535
1757 Houret Court Fax: 1-408-941-2071
Milpitas, CA 95035 Web: www.aslab.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Lovely crash with 2.4.2-ac24.
2001-03-26 17:46 ` Andre Hedrick
@ 2001-03-26 18:28 ` Zephaniah E. Hull
2001-03-26 18:31 ` Andre Hedrick
0 siblings, 1 reply; 6+ messages in thread
From: Zephaniah E. Hull @ 2001-03-26 18:28 UTC (permalink / raw)
To: Andre Hedrick; +Cc: linux-kernel, Alan Cox
[-- Attachment #1: Type: text/plain, Size: 2105 bytes --]
On Mon, Mar 26, 2001 at 09:46:54AM -0800, Andre Hedrick wrote:
>
> Zephaniah,
>
> Does this happen in a non-ac kernel?
> I have not updated code since around 2.4.0, but other have.
> You point ot a few times w/ ac18, but is there one before that which does
> not cause this to happen?
>
> The question is to gain isolation of the changes.
I'm not sure, I did not see it on 2.4.2-ac18 until I started doing a lot
of X compiling, but I can't reproduce at will which makes this a little
harder.
I could try 2.4.2 the current 2.4.3-pre kernels from Linus if that would
help? (Though, as I said, it seems to happen semi-randomly, though more
when there is heavy disk activity.)
Zephaniah E. Hull.
>
> On Mon, 26 Mar 2001, Zephaniah E. Hull wrote:
>
> > This had hit me a few times with ac18 (I'm not sure it was the same
> > crash though) and just hit me again with ac24.
> >
> > Alan cced due to it being in the ac kernels, Andre because the trace
> > seems to point to the IDE code.
> >
> > Thanks.
> >
> > Zephaniah E. Hull.
> >
> > --
> > PGP EA5198D1-Zephaniah E. Hull <warp@whitestar.soark.net>-GPG E65A7801
> > Keys available at http://whitestar.soark.net/~warp/public_keys.
> > CCs of replies from mailing lists are encouraged.
> >
> > <cas> Mercury: gpm isn't a very good web browser. fix it.
> >
>
> Andre Hedrick
> Linux ATA Development
> ASL Kernel Development
> -----------------------------------------------------------------------------
> ASL, Inc. Toll free: 1-877-ASL-3535
> 1757 Houret Court Fax: 1-408-941-2071
> Milpitas, CA 95035 Web: www.aslab.com
>
--
PGP EA5198D1-Zephaniah E. Hull <warp@whitestar.soark.net>-GPG E65A7801
Keys available at http://whitestar.soark.net/~warp/public_keys.
CCs of replies from mailing lists are encouraged.
"Delivery anywhere in the world within thirty minutes or the second one's
free." - "pizza box" art atop a Minuteman ICBM silo, Paul A. Suhler, RHF
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Lovely crash with 2.4.2-ac24.
2001-03-26 18:28 ` Zephaniah E. Hull
@ 2001-03-26 18:31 ` Andre Hedrick
2001-03-26 19:03 ` Zephaniah E. Hull
0 siblings, 1 reply; 6+ messages in thread
From: Andre Hedrick @ 2001-03-26 18:31 UTC (permalink / raw)
To: Zephaniah E. Hull; +Cc: linux-kernel, Alan Cox
On Mon, 26 Mar 2001, Zephaniah E. Hull wrote:
> On Mon, Mar 26, 2001 at 09:46:54AM -0800, Andre Hedrick wrote:
> >
> > Zephaniah,
> >
> > Does this happen in a non-ac kernel?
> > I have not updated code since around 2.4.0, but other have.
> > You point ot a few times w/ ac18, but is there one before that which does
> > not cause this to happen?
> >
> > The question is to gain isolation of the changes.
>
> I'm not sure, I did not see it on 2.4.2-ac18 until I started doing a lot
> of X compiling, but I can't reproduce at will which makes this a little
> harder.
>
> I could try 2.4.2 the current 2.4.3-pre kernels from Linus if that would
> help? (Though, as I said, it seems to happen semi-randomly, though more
> when there is heavy disk activity.)
But hardware class and vender?
>
> Zephaniah E. Hull.
> >
> > On Mon, 26 Mar 2001, Zephaniah E. Hull wrote:
> >
> > > This had hit me a few times with ac18 (I'm not sure it was the same
> > > crash though) and just hit me again with ac24.
> > >
> > > Alan cced due to it being in the ac kernels, Andre because the trace
> > > seems to point to the IDE code.
> > >
> > > Thanks.
> > >
> > > Zephaniah E. Hull.
> > >
> > > --
> > > PGP EA5198D1-Zephaniah E. Hull <warp@whitestar.soark.net>-GPG E65A7801
> > > Keys available at http://whitestar.soark.net/~warp/public_keys.
> > > CCs of replies from mailing lists are encouraged.
> > >
> > > <cas> Mercury: gpm isn't a very good web browser. fix it.
> > >
> >
> > Andre Hedrick
> > Linux ATA Development
> > ASL Kernel Development
> > -----------------------------------------------------------------------------
> > ASL, Inc. Toll free: 1-877-ASL-3535
> > 1757 Houret Court Fax: 1-408-941-2071
> > Milpitas, CA 95035 Web: www.aslab.com
> >
>
> --
> PGP EA5198D1-Zephaniah E. Hull <warp@whitestar.soark.net>-GPG E65A7801
> Keys available at http://whitestar.soark.net/~warp/public_keys.
> CCs of replies from mailing lists are encouraged.
>
> "Delivery anywhere in the world within thirty minutes or the second one's
> free." - "pizza box" art atop a Minuteman ICBM silo, Paul A. Suhler, RHF
>
Andre Hedrick
Linux ATA Development
ASL Kernel Development
-----------------------------------------------------------------------------
ASL, Inc. Toll free: 1-877-ASL-3535
1757 Houret Court Fax: 1-408-941-2071
Milpitas, CA 95035 Web: www.aslab.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Lovely crash with 2.4.2-ac24.
2001-03-26 18:31 ` Andre Hedrick
@ 2001-03-26 19:03 ` Zephaniah E. Hull
2001-03-27 0:39 ` Andrew Morton
0 siblings, 1 reply; 6+ messages in thread
From: Zephaniah E. Hull @ 2001-03-26 19:03 UTC (permalink / raw)
To: Andre Hedrick; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 2563 bytes --]
On Mon, Mar 26, 2001 at 10:31:17AM -0800, Andre Hedrick wrote:
> On Mon, 26 Mar 2001, Zephaniah E. Hull wrote:
>
> > On Mon, Mar 26, 2001 at 09:46:54AM -0800, Andre Hedrick wrote:
> > >
> > > Zephaniah,
> > >
> > > Does this happen in a non-ac kernel?
> > > I have not updated code since around 2.4.0, but other have.
> > > You point ot a few times w/ ac18, but is there one before that which does
> > > not cause this to happen?
> > >
> > > The question is to gain isolation of the changes.
> >
> > I'm not sure, I did not see it on 2.4.2-ac18 until I started doing a lot
> > of X compiling, but I can't reproduce at will which makes this a little
> > harder.
> >
> > I could try 2.4.2 the current 2.4.3-pre kernels from Linus if that would
> > help? (Though, as I said, it seems to happen semi-randomly, though more
> > when there is heavy disk activity.)
>
> But hardware class and vender?
K6-2 500, the MB is a Super 7, Tyan S1590S-100.
It is a VIA Apollo 3 (MVP3) AGPset chipset, only goes up to DMA/33.
The drive is a 10G Western Digital, output from the kernel on boot up below.
Uniform Multi-Platform E-IDE driver Revision: 6.31
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
VP_IDE: IDE controller on PCI bus 00 dev 39
VP_IDE: chipset revision 6
VP_IDE: not 100% native mode: will probe irqs later
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
VP_IDE: VIA vt82c586b (rev 47) IDE UDMA33 controller on pci00:07.1
ide0: BM-DMA at 0xe000-0xe007, BIOS settings: hda:DMA, hdb:DMA
hda: WDC WD102AA, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: 20044080 sectors (10263 MB) w/2048KiB Cache, CHS=1247/255/63, UDMA(33)
If I've left anything out just ask.
Zephaniah E. Hull.
<snip>
>
> Andre Hedrick
> Linux ATA Development
> ASL Kernel Development
> -----------------------------------------------------------------------------
> ASL, Inc. Toll free: 1-877-ASL-3535
> 1757 Houret Court Fax: 1-408-941-2071
> Milpitas, CA 95035 Web: www.aslab.com
>
--
PGP EA5198D1-Zephaniah E. Hull <warp@whitestar.soark.net>-GPG E65A7801
Keys available at http://whitestar.soark.net/~warp/public_keys.
CCs of replies from mailing lists are encouraged.
Having been the victim of forgeries myself, I sympathise. I've still got
my nutcraker handy for the day I identify and catch the scum...
-- Richard Gooch on l-k.
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Lovely crash with 2.4.2-ac24.
2001-03-26 19:03 ` Zephaniah E. Hull
@ 2001-03-27 0:39 ` Andrew Morton
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Morton @ 2001-03-27 0:39 UTC (permalink / raw)
To: Zephaniah E. Hull; +Cc: Andre Hedrick, linux-kernel
"Zephaniah E. Hull" wrote:
>
> [-ac24 crash]
Guys, this is related to the tty hangup code calling the
console code in interrupt context. Fixed in -ac25. The
IDE connection is just stack fluff.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2001-03-27 0:41 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-26 17:17 Lovely crash with 2.4.2-ac24 Zephaniah E. Hull
2001-03-26 17:46 ` Andre Hedrick
2001-03-26 18:28 ` Zephaniah E. Hull
2001-03-26 18:31 ` Andre Hedrick
2001-03-26 19:03 ` Zephaniah E. Hull
2001-03-27 0:39 ` Andrew Morton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox