lkml.org 
[lkml]   [2000]   [Feb]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: wq bug, forcing oops.
Q wrote:
>
> When I stopped a program, my screen got filled with:
>
> wq bug, forcing oops.
>
> After a few second, it rebooted. I can't find anything in the logs.
>
Does that happen frequently, or only once?
If it happens frequently, then you could try to replace the WQ_BUG with

extern void show_stack(unsigned long *esp);
#define WQ_BUG() do { \
printk("wq bug!.\n"); \
show_stack(NULL); \
__sti(); \
for(;;); \
} while(0);

[untested]

It _seems_ that the stack pointer got corrupted, and thus the kernel
couldn't recover from the oops

--
Manfred

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:56    [W:0.044 / U:0.756 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site