general protection ip (How to debug This type of error)
ProgrammingThis forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
general protection ip (How to debug This type of error)
Hello all,
I had one application whose source code for some reason I cannot post...
After sometimes it is crashing and showing following message::::
-------------------------- Application.exe[1850] general protection ip:804d2d0 sp:bfd261c0 error:0 in Application.exe[8048000+9000]
Segmentation fault
-------------------------- Note:- extension .exe is given to executable file ...to make understand non-linux/unix ppl that it is executable...
I would like to know How to debug this type of error.....
Analysis this error...
Is some techinque is there to find where the error is
You didn't say, but I'm assuming you're using C or C++ under Linux. In that case, you can use gdb. There's a good possibility that you won't find this debugging situation easy at first; in that case, google for this:
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.