Re: kernel : Possibly unexpected TUX-thread exit(11) at c0108658?
Mark Swanson <[email protected]>
| Newsgroups | gmane.network.tux |
|---|---|
| Organization | Web Service Solutions |
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On September 5, 2002 09:32 am, Tristan Moreno wrote: > Hello, > > I am running TUX with a TUX module. > I have been testing the module for days with over 40 millions of random > requests and I never could get to crash the server nor the TUX module I > wrote. > Since my module is online, it does crash often. > I get this message in /var/log/kmessages : > kernel : Possibly unexpected TUX-thread exit(11) at c0108658? > It is always the same address! How could I know where it actually crashed? Not having looked at the Tux code, does the 11 reflect the signal caught? If so, you may have bad memory. There's a FAQ about this on the net somewhere. The best memory checker I've used is to make the Linux kernel over and over in a loop (make clean dep bzImage modules) and see if gcc dies with signal 11. You may need to increase make -j3 or higher depending on how much RAM you have. If you get a message like, "gcc died with signal 11" you very likely have a bad DIMM. I haven't found a better way to check memory. None of the memory checker utilities seem to find the bad DIMMs, but gcc does. ymmv. Cheers. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9d2CFBtoFHHwdJ/cRAjznAJ93+iUd5Jqm/I0XNfuJ04QVzUTlQwCcCZFr gVkcSsleb9x+q2B1Q5ztRD8= =3tBV -----END PGP SIGNATURE-----