[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [patch] TUX 2.4.2-P3
- From: Ingo Molnar <mingo elte hu>
- To: <tux-list redhat com>
- Subject: Re: [patch] TUX 2.4.2-P3
- Date: Sun, 11 Mar 2001 17:54:54 +0100 (CET)
On Sun, 11 Mar 2001, Marcus Gruendler wrote:
> When I make a request to http://myhost/demo.tux, tux crashes and produces
> this error log:
>
> invalid operand: 0000
> CPU: 0
> EIP: 0010:[event_loop+384/444]
could you do a 'gdb vmlinux' lookup:
list *0x12345678
where 0x12345678 is the original (non-ksymoopsed) oops' EIP value.
or, alternatively, you can enable 'verbose BUG() reporting' under the
'Kernel Hacking' menu in "make menuconfig".
> It seems as tux does not check if there is really a user module
> loaded. In such a case it should at least reply with the content of
> demo.tux (which is empty of course) or (better) with a 404 error.
definitely. trying to reproduce this now.
Ingo
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]