- Home Page of ProjectGuideline.com ›
- Forums ›
- Get Help to do your B.E., and M.E., M.Tech., & M.S., Project in Ns2 ›
- Segmentation fault
Keymaster
There are several reasons to end with Segmentation fault. The most common ones are, due to wrong format strings in fprintf command. (for example, if you try to print a string which is not null terminated, then you may end with such error)
First check the fscanf or fprintf commands (if any)