/Applications/NetBeans/NetBeans 6.9.1.app/Contents/Resources/NetBeans/ide/bin/nativeexecution/dorun.sh: line 33: 14107 Segmentation fault sh "${SHFILE}"
Press [Enter] to close the terminal ...
Is there any obvious reason that this is happening. I can post the code for this program but it is pretty lengthy. Please let me know.
Yeah, I have compiled on the IDE before. It was working fine and then I made a bunch of changes. I know something I added is causing this seg fault, but I'm not really sure how to determine was it is that is causing it.
Run it with valgrind or gdb and when the seg fault happens, you should get some very helpful clues to identify the bad code. Be sure to do a debug build so you get the extra information the debugging symbols can provide.