EvilZone

Programming and Scripting => C - C++ => : petermlm January 28, 2012, 02:00:53 AM

: Article about Segmentation Fault
: petermlm January 28, 2012, 02:00:53 AM
So I wrote this article talking about Segmentation Fault. A common bug. I didn't go into must details regarding computer architecture and virtual memory because this article is aimed at people who don't know about these things in the first place.

The link is here:
http://petermlm.net84.net/wp/?p=9 (http://petermlm.net84.net/wp/?p=9)
: Re: Article about Segmentation Fault
: Flikka January 28, 2012, 03:32:48 AM
I got this:


http://www.000webhost.com/admin-review (http://www.000webhost.com/admin-review)
: Re: Article about Segmentation Fault
: xzid January 28, 2012, 08:06:20 AM
wasted alot of time on dumb mistakes, happens less and less often.
: Re: Article about Segmentation Fault
: petermlm January 28, 2012, 01:29:55 PM
I got this:


http://www.000webhost.com/admin-review (http://www.000webhost.com/admin-review)

That is because of the host. They check if the site has malicious contempt. The link is working now.

wasted alot of time on dumb mistakes, happens less and less often.

Me too. I used to have a hard time figuring out a mistake and just inserted a lot out printf(), or System.out.println() or some other output function to try and check what was wrong with a program. But I guess that is just natural, lol.
: Re: Article about Segmentation Fault
: recursion April 22, 2012, 01:34:57 PM
Yeah, this is a frustrating bug. I usually always got Segmentation faults when using arrays and I did a bit too much using the arrays and it couldn't access whatever it was I was trying to do. lol. Great article.