So what on earth is a segmentation fault anyway?
Simply: A bug (caused by sloppy programming usually) where the program tries to access a part of memory (a segment) that it has no permission to access.
What to do? 1. Learn to program C. Track the bug down. Fix it. Share the fix. 2. Give up and try something else.
Cheers, Carl.
