SWR

Posted by Frequency-2003 on Fri 26 Sep 2003 05:53 AM — 5 posts, 17,001 views.

#0
I get this error: Segmentation Fault (core dumped)


What do I need to do to make it run without that?
USA #1
You need to fix the error in the code thats causing the segmentation fault.

If you paste the last few lines leading up to the seg fault we might be able to help you more. There really isn't much we can tell you with seeing the error messages in full or knowing whats happening with the mud when the code crashes on you.
Amended on Fri 26 Sep 2003 08:16 AM by Meerclar
#2
Well......It's just saying that after "limit: command not found" in ./startup in CygWin, it's also SWFOTE Codebase.
Australia Forum Administrator #3
Try using gdb. Change (cd) to your "area" directory, and type:

gdb ../src/smaug
run

Then when it crashes it should tell you why. Type in "bt" to get a backtrace. That is a start to seeing what the problem is.
#4
Okay, it seems to be in cygwin1.dll itself....