2.5.69-mm1 is fine, 2.5.69-mm2 panics after a while even under very
light load.
Machine: 2.4GHz Pentium IV UP,
network card: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)
video: ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]
Kernel config details:
UP, no module support, devfs, preempt, console on radeonfb
I got the OOPS this way:
boot normally (with X and network), switch to console
and log in, play nethack on the console until it oopses.
It will oops while in X too, but then there's nothing
visible to write down.
This is what I managed to write down. The first part scrolled
off screen with no scrollback - and no logfiles due to the
"not syncing" part:
<lost information>
ip_local_deliver
ip_local_deliver _finish
ip_recv_finish
ip_recv_finish
nf_hook_slow
ip_rcv_finish
ip_rcv
ip_rcv_finish
netif_receive_sub
process_backlog
net_rx_action
do_softirq
do_IRQ
default_idle
default_idle
common_interrupt
default_idle
default_idle
default_idle
cpu_idle
rest_init
start_kernel
unknown_bootoption
<0>Kernel panic: Fatal exception in interrupt
in interrupt handler - not syncing
Helge Hafting
On Wed, 2003-05-07 at 03:10, Helge Hafting wrote:
> 2.5.69-mm1 is fine, 2.5.69-mm2 panics after a while even under very
> light load.
Do you have AF_UNIX built modular?
--
David S. Miller <[email protected]>
On Wed, May 07, 2003 at 12:10:40PM +0200, Helge Hafting wrote:
> 2.5.69-mm1 is fine, 2.5.69-mm2 panics after a while even under very
> light load.
Could you try testing with the slabification patch backed out?
Thanks.
-- wli
On 7 May 2003, David S. Miller wrote:
> On Wed, 2003-05-07 at 03:10, Helge Hafting wrote:
> > 2.5.69-mm1 is fine, 2.5.69-mm2 panics after a while even under very
> > light load.
>
> Do you have AF_UNIX built modular?
>
This may be the same thing reported in
<[email protected]> earlier, it seems to happen
in 2.5.69 base. Interesting that he has it working in mm1, perhaps the
module just didn't get loaded.
Of course it could be another problem.
--
bill davidsen <[email protected]>
CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.
On Fri, May 09, 2003 at 08:57:48AM -0400, Bill Davidsen wrote:
> On 7 May 2003, David S. Miller wrote:
>
> > On Wed, 2003-05-07 at 03:10, Helge Hafting wrote:
> > > 2.5.69-mm1 is fine, 2.5.69-mm2 panics after a while even under very
> > > light load.
> >
> > Do you have AF_UNIX built modular?
> >
>
> This may be the same thing reported in
> <[email protected]> earlier, it seems to happen
> in 2.5.69 base. Interesting that he has it working in mm1, perhaps the
> module just didn't get loaded.
>
> Of course it could be another problem.
It is definitely _not_ the modular AF_UNIX thing,
for the third time - I don't use modules at all.
My kernel doesn't even support module loading.
And it is a netfilter problem. mm2 and mm3 are nice
and stable when I don't select netfilter for compilation.
Helge Hafting