The HyperNews Linux KHG Discussion Pages

Question: More Information

Forum: The Linux Kernel Hackers' Guide
Re: Question Server crashes using 2.0.32 and SMP (Steve Resnick)
Re: Debugging server crash (Balaji Srinivasan)
Keywords: SMP Crash Help!
Date: Thu, 05 Feb 1998 19:22:49 GMT
From: Steve Resnick <steve@ducksfeet.com>

Ok ... A little more detail here:

I moved to 2.0.33, and build a kernel with SMP support, removing the -fomit_frame_pointer flag and added -g.

My server crashed this morning with the same error message, the address being somewhat different, but close enough to the original that I suspect the address to be the same function, in relation to 2.0.32

The scheduler was re-entered (apparently) from __wait_on_buffer in /usr/src/linux/fs/buffer.c, line 121.

I also read elswhere that enhanced RTC support is needed for the kernel, which had not been added before.

Could this be a cause of the crashes?

Cheers,

Steve