Re: Oops, what to do?

Michael Nelson (nelson@seahunt.imat.com)
Fri, 17 Jul 1998 03:17:08 -0700 (PDT)


Andrew Derrick Balsa wrote:
>
> Hi Harry,
>
> Did you check the FAQ already? It has pointers to the recommended ways to
> report, identify and diagnose Oopses (Q/A 4.2). If you manage to identify the
> piece of code that causes the Oops, this will help a lot. Also, in this case,
> see if you can find the author of that particular code and contact him/her.

Has anyone tried to compile ksymoops recently? I followed the instructions
inside the file:

seahunt:/usr/src/linux/scripts# g++ -o ksymoops ksymoops.cc -liostream
In file included from /usr/include/g++/fstream.h:30,
from ksymoops.cc:37:
/usr/include/g++/iostream.h:91: parse error before __extension__'
/usr/include/g++/iostream.h:208: parse error before __extension__'
In file included from ksymoops.cc:39:
/usr/include/g++/iomanip.h:65: declaration of operator >>'
as non-function
/usr/include/g++/iomanip.h:65: parse error before <'
/usr/include/g++/iomanip.h:67: declaration of operator <<'
as non-function
/usr/include/g++/iomanip.h:67: parse error before <'
/usr/include/g++/iomanip.h:65: declaration of operator >>'
as non-function
/usr/include/g++/iomanip.h:65: parse error before <'
/usr/include/g++/iomanip.h:67: declaration of operator <<'
as non-function
/usr/include/g++/iomanip.h:67: parse error before <'
/usr/include/g++/iomanip.h: In function class istream &
operator >>(class istre
/usr/include/g++/iomanip.h:77: member _f' is a private
member of class smanip<
/usr/include/g++/iomanip.h:77: member _a' is a private
member of class smanip<
/usr/include/g++/iomanip.h: In function class istream &
operator >>(class istre
/usr/include/g++/iomanip.h:77: member _f' is a private
member of class smanip<
/usr/include/g++/iomanip.h:77: member _a' is a private
member of class smanip<
/usr/include/g++/iomanip.h: In function class ostream &
operator <<(class ostre
/usr/include/g++/iomanip.h:81: member _f' is a private
member of class smanip<
/usr/include/g++/iomanip.h:81: member _a' is a private
member of class smanip<
/usr/include/g++/iomanip.h: In function class ostream &
operator <<(class ostre
/usr/include/g++/iomanip.h:81: member _f' is a private
member of class smanip<
/usr/include/g++/iomanip.h:81: member _a' is a private
member of class smanip<
seahunt:/usr/src/linux/scripts#

My system oopses like CRAZY with 2.1.108 & 109. I've wanted to post a
proper report, but I can't even get ksymoops to compile.

Michael

-- 
Michael Nelson                                   nelson@seahunt.imat.com
San Francisco, CA                                   michaeln@csd.sgi.com

- 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.altern.org/andrebalsa/doc/lkml-faq.html