2003-05-30 18:43:22

by Frank Victor Fischer

[permalink] [raw]
Subject: Hit BUG() in 2.5.70 in mm/slab.c:979

Hey people,
I hit a BUG() when testing a 2.5.70 kernel in mm/slab.c, line 979.
I thought someone might want to know.

System is:

AMD Thunderbird 1000,
VIA KT133 chipset
512 MB SDR SDRAM

Other installed hardware:
BT848 video capture device
SB Live! Platinum EMU10k1
Etherexpress Pro 100
Promise UDMA 100 IDE controller, 20265 (no devices connected)
GeForce 2 MX VGA card.

hda: Maxtor 53073U6
hdb: IBM-DCAA-33610
hdc: HL-DT-ST SCE-8480B (CDRW)
hdd: CREATIVEDVD6630E

Used gcc: 2.95.3
root file system: ext3

floppy disk :)

I am no member of the list, so for any more information, please contact
me on [email protected] thanks

Victor


2003-05-30 21:53:32

by Nicolas P.

[permalink] [raw]
Subject: Re: Hit BUG() in 2.5.70 in mm/slab.c:979


Maybe interesting for someone,

I have many slabs, and what we have in common is
e100 and I have an saa7134 (TV card too) all other is different
But I don't use my tv card at all.
I remember there is two differrents e100 drivers which one do you use ?
e100 one or eepro100 one ?, personally I use the e100 one.

Regards.

Nicolas.



Le Vendredi 30 Mai 2003 20:56, Frank Victor Fischer a ?crit :
> Hey people,
> I hit a BUG() when testing a 2.5.70 kernel in mm/slab.c, line 979.
> I thought someone might want to know.
>
> System is:
>
> AMD Thunderbird 1000,
> VIA KT133 chipset
> 512 MB SDR SDRAM
>
> Other installed hardware:
> BT848 video capture device
> SB Live! Platinum EMU10k1
> Etherexpress Pro 100
> Promise UDMA 100 IDE controller, 20265 (no devices connected)
> GeForce 2 MX VGA card.
>
> hda: Maxtor 53073U6
> hdb: IBM-DCAA-33610
> hdc: HL-DT-ST SCE-8480B (CDRW)
> hdd: CREATIVEDVD6630E
>
> Used gcc: 2.95.3
> root file system: ext3
>
> floppy disk :)
>
> I am no member of the list, so for any more information, please contact
> me on [email protected] thanks
>
> Victor
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/

2003-05-31 06:45:02

by Frank Victor Fischer

[permalink] [raw]
Subject: Re: Hit BUG() in 2.5.70 in mm/slab.c:979

> I remember there is two differrents e100 drivers which one do you use ?
> e100 one or eepro100 one ?, personally I use the e100 one.

I use the eepro100 driver (the original one), removing CODA file system
support from the kernel solves the problem.

Victor