Re: kernel BUG at slab.c:804!

2000-10-28 Thread David Brownell

I'd guess this is because of a bug that crept into test9,
where a TD is now leaked ... you can get rid of the slab
BUG warning by commenting out the line at the top of
drivers/usb/usb-ohci.c that #defines OHCI_MEM_SLAB.

That TD leak prevents the kmem_cache from getting freed,
and hence prevents that module from getting reloaded.

It was a mistake to leave that #defined at this time,
though of course it _ought_ to be fine to do that.

- Dave




-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: kernel BUG at slab.c:804!

2000-10-28 Thread David Brownell

I'd guess this is because of a bug that crept into test9,
where a TD is now leaked ... you can get rid of the slab
BUG warning by commenting out the line at the top of
drivers/usb/usb-ohci.c that #defines OHCI_MEM_SLAB.

That TD leak prevents the kmem_cache from getting freed,
and hence prevents that module from getting reloaded.

It was a mistake to leave that #defined at this time,
though of course it _ought_ to be fine to do that.

- Dave




-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: kernel BUG at slab.c:804!

2000-10-26 Thread Juan J. Quintela

>>>>> "christian" == Christian Reiser <[EMAIL PROTECTED]> writes:

christian> Hi,
christian> i hope i am right here, and this problem wasn't mailed a thousand times
christian> before - but it is not older than 3 days (2.4.0-test10-pre5 is'nt
christian> older...)
christian> I am playing around with usb and usb-storage, and then i wanted to reload
christian> the usb-ohci-module, during the insmod i got this error:

christian> Oct 26 15:11:00 christian kernel: usb.c: kusbd: /sbin/hotplug remove 2 
christian> Oct 26 15:11:00 christian kernel: usb.c: USB bus 2 deregistered
christian> kmem_cache_destroy: Can't free all objects c116a890
christian> : usb-ohci.h: td_cache remained   
christian>  kernel BUG at slab.c:804!   
christian> invalid operand:    
christian> CPU:0  
christian> EIP:0010:[]  
christian>  EFLAGS: 00010282 
christian>  eax: 001a   ebx: c116a8ec   ecx: c19e2000   edx: c23b9780
christian> esi: c116a8e0   edi: c48ef78b   ebp: c116a8f4   esp: c19e3ef8
christian> ds: 0018   es: 0018   ss: 0018   
christian>  Process insmod (pid: 1026, stackpage=c19e3000)  
christian> Stack: c02197e7 c0219867 0324 2000 0001 c48ec051 c48ec048
christian> c116a908 
christian>c116a950 c02b14a8 c19e3f28 0020  c48ec069 c48ef783
christian> 0020  
christian>0020 00022000   c48ec000 c48ef606 c48ec000
christian> c01177db
christian>  Call Trace: [] [] [] []
christian> [] [] []
christian>[] [] [] [] []
christian> [] 
christian> Code: 0f 0b 83 c4 0c 8d b4 26 00 00 00 00 8b 1b 81 fb bc 23 26 c0

christian> ... hope it could help ...

Hi
could you pass the output through ksymoops to know the
backtrace, see the linux/Reporting_bugs file.  Without that
info it is very difficult to know what is happening.

Later, Juan.


-- 
In theory, practice and theory are the same, but in practice they 
are different -- Larry McVoy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: kernel BUG at slab.c:804!

2000-10-26 Thread Keith Owens

On Thu, 26 Oct 2000 15:39:59 +0200 (CEST), 
Christian Reiser <[EMAIL PROTECTED]> wrote:
> kernel BUG at slab.c:804!   
>Code: 0f 0b 83 c4 0c 8d b4 26 00 00 00 00 8b 1b 81 fb bc 23 26 c0
>... hope it could help ...

Almost completely useless until you follow the procedures in
linux/REPORTING-BUGS.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



kernel BUG at slab.c:804!

2000-10-26 Thread Christian Reiser

Hi,

i hope i am right here, and this problem wasn't mailed a thousand times
before - but it is not older than 3 days (2.4.0-test10-pre5 is'nt
older...)
I am playing around with usb and usb-storage, and then i wanted to reload
the usb-ohci-module, during the insmod i got this error:

Oct 26 15:11:00 christian kernel: usb.c: kusbd: /sbin/hotplug remove 2 
Oct 26 15:11:00 christian kernel: usb.c: USB bus 2 deregistered
kmem_cache_destroy: Can't free all objects c116a890
: usb-ohci.h: td_cache remained   
 kernel BUG at slab.c:804!   
invalid operand:    
CPU:0  
EIP:0010:[]  
 EFLAGS: 00010282 
 eax: 001a   ebx: c116a8ec   ecx: c19e2000   edx: c23b9780
esi: c116a8e0   edi: c48ef78b   ebp: c116a8f4   esp: c19e3ef8
ds: 0018   es: 0018   ss: 0018   
 Process insmod (pid: 1026, stackpage=c19e3000)  
Stack: c02197e7 c0219867 0324 2000 0001 c48ec051 c48ec048
c116a908 
   c116a950 c02b14a8 c19e3f28 0020  c48ec069 c48ef783
0020  
   0020 00022000   c48ec000 c48ef606 c48ec000
c01177db
 Call Trace: [] [] [] []
[] [] []
   [] [] [] [] []
[] 
Code: 0f 0b 83 c4 0c 8d b4 26 00 00 00 00 8b 1b 81 fb bc 23 26 c0

... hope it could help ...

Ciao
Christian

ps: i am not on the list - please cc me~

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



kernel BUG at slab.c:804!

2000-10-26 Thread Christian Reiser

Hi,

i hope i am right here, and this problem wasn't mailed a thousand times
before - but it is not older than 3 days (2.4.0-test10-pre5 is'nt
older...)
I am playing around with usb and usb-storage, and then i wanted to reload
the usb-ohci-module, during the insmod i got this error:

Oct 26 15:11:00 christian kernel: usb.c: kusbd: /sbin/hotplug remove 2 
Oct 26 15:11:00 christian kernel: usb.c: USB bus 2 deregistered
kmem_cache_destroy: Can't free all objects c116a890
: usb-ohci.h: td_cache remained   
 kernel BUG at slab.c:804!   
invalid operand:    
CPU:0  
EIP:0010:[c0125974]  
 EFLAGS: 00010282 
 eax: 001a   ebx: c116a8ec   ecx: c19e2000   edx: c23b9780
esi: c116a8e0   edi: c48ef78b   ebp: c116a8f4   esp: c19e3ef8
ds: 0018   es: 0018   ss: 0018   
 Process insmod (pid: 1026, stackpage=c19e3000)  
Stack: c02197e7 c0219867 0324 2000 0001 c48ec051 c48ec048
c116a908 
   c116a950 c02b14a8 c19e3f28 0020  c48ec069 c48ef783
0020  
   0020 00022000   c48ec000 c48ef606 c48ec000
c01177db
 Call Trace: [c02197e7] [c0219867] [c48ec051] [c48ec048]
[c48ec069] [c48ef783] [c48ec000]
   [c48ef606] [c48ec000] [c01177db] [c48e5000] [c48ec048]
[c010a2e3] 
Code: 0f 0b 83 c4 0c 8d b4 26 00 00 00 00 8b 1b 81 fb bc 23 26 c0

... hope it could help ...

Ciao
Christian

ps: i am not on the list - please cc me~

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: kernel BUG at slab.c:804!

2000-10-26 Thread Keith Owens

On Thu, 26 Oct 2000 15:39:59 +0200 (CEST), 
Christian Reiser [EMAIL PROTECTED] wrote:
 kernel BUG at slab.c:804!   
Code: 0f 0b 83 c4 0c 8d b4 26 00 00 00 00 8b 1b 81 fb bc 23 26 c0
... hope it could help ...

Almost completely useless until you follow the procedures in
linux/REPORTING-BUGS.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: kernel BUG at slab.c:804!

2000-10-26 Thread Juan J. Quintela

 "christian" == Christian Reiser [EMAIL PROTECTED] writes:

christian Hi,
christian i hope i am right here, and this problem wasn't mailed a thousand times
christian before - but it is not older than 3 days (2.4.0-test10-pre5 is'nt
christian older...)
christian I am playing around with usb and usb-storage, and then i wanted to reload
christian the usb-ohci-module, during the insmod i got this error:

christian Oct 26 15:11:00 christian kernel: usb.c: kusbd: /sbin/hotplug remove 2 
christian Oct 26 15:11:00 christian kernel: usb.c: USB bus 2 deregistered
christian kmem_cache_destroy: Can't free all objects c116a890
christian : usb-ohci.h: td_cache remained   
christian  kernel BUG at slab.c:804!   
christian invalid operand:    
christian CPU:0  
christian EIP:0010:[c0125974]  
christian  EFLAGS: 00010282 
christian  eax: 001a   ebx: c116a8ec   ecx: c19e2000   edx: c23b9780
christian esi: c116a8e0   edi: c48ef78b   ebp: c116a8f4   esp: c19e3ef8
christian ds: 0018   es: 0018   ss: 0018   
christian  Process insmod (pid: 1026, stackpage=c19e3000)  
christian Stack: c02197e7 c0219867 0324 2000 0001 c48ec051 c48ec048
christian c116a908 
christianc116a950 c02b14a8 c19e3f28 0020  c48ec069 c48ef783
christian 0020  
christian0020 00022000   c48ec000 c48ef606 c48ec000
christian c01177db
christian  Call Trace: [c02197e7] [c0219867] [c48ec051] [c48ec048]
christian [c48ec069] [c48ef783] [c48ec000]
christian[c48ef606] [c48ec000] [c01177db] [c48e5000] [c48ec048]
christian [c010a2e3] 
christian Code: 0f 0b 83 c4 0c 8d b4 26 00 00 00 00 8b 1b 81 fb bc 23 26 c0

christian ... hope it could help ...

Hi
could you pass the output through ksymoops to know the
backtrace, see the linux/Reporting_bugs file.  Without that
info it is very difficult to know what is happening.

Later, Juan.


-- 
In theory, practice and theory are the same, but in practice they 
are different -- Larry McVoy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/