Error given: 14064 Segmentation fault

I am getting the following error:


/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.

Thanks,
That sounds like a shell script. Have you compiled anything with this IDE on this system before?
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.
Any ideas?
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.
Are you still having this issue? If so could you provide a copy paste of dorun.sh inside of some code brackets?
Topic archived. No new replies allowed.