Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sun Solaris 8.X

Status
Not open for further replies.

menace212

Programmer
Joined
Jul 11, 2003
Messages
144
Location
US
What is a segmentation fault?
 
It usually means that your program tried to access memory which it didn't own.

The operating system then steps in to stop your program from doing any more damage, and terminates your program with a segmentation fault.

There are however many different programming errors which result in a segmentation fault.
 
I looked at some of the answers that google came up with on what is segmentation fault. Salem's answer was a lot more to the point and understandable than anything I read on the links I got from google (nothing against google). And I have more confidence in what I read on tek-tips than what I might read somewhere else.

However, menace212 could have come up with a better title!
 
Ok people enough Menace bashing...I did come up with a title, but nobody responded to. So I had to break it up... I was installing HP Openview when the segmentation fault happened. I solved it though. Thanks for the input.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top