Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@pensu-8tNeGU • Dec 31, 2011
Segmentation error normally occurs when you try to access a memory location which CPU cant address. Its one of the hardest error to locate and remove. I havent seen you code but i will advice you to check your code thoroughly, may be you are using some invalid memory reference somewhere. -
@rakesh-chaudhari-c9VYbZ • Dec 31, 2011
i am agree with PENSU
PENSU IS RIGHT -
@bhaskarreddy006-LEB19M • Jan 2, 2012
thanks for the support guys actually its an automatic testing software that is going to evaluate the code with different set of test cases... i forget to give the input using the command line arguments. thanks you pensu