Alright, I was using gdb on my core file and got this after a backtrace:
There are only two things in there that tell me anything I'm understanding. One, it has an issue with my profanity filter, or two (or both I guess) it has a problem with spec_newbie_pilot. What would you suggest?
#0 0x420807b6 in strcpy () from /lib/i686/libc.so.6
#1 0x080589b7 in profanity_filter (
arg=0x8153200 "You're home planet is a little hard to get to right now.",
out=0x8153200 "You're home planet is a little hard to get to right now.") at act_comm.c:446
#2 0x08059b7e in do_say (ch=0x8287858,
argument=0x8153200 "You're home planet is a little hard to get to right now.")
at act_comm.c:1056
#3 0x080deba9 in spec_newbie_pilot (ch=0x8287858) at special.c:160
#4 0x080ec279 in mobile_update () at update.c:689
#5 0x080eeaf5 in update_handler () at update.c:2227
#6 0x080922ff in game_loop () at comm.c:573
#7 0x08091b2c in main (argc=7, argv=0xbffffac4) at comm.c:236
#8 0x42017589 in __libc_start_main () from /lib/i686/libc.so.6
There are only two things in there that tell me anything I'm understanding. One, it has an issue with my profanity filter, or two (or both I guess) it has a problem with spec_newbie_pilot. What would you suggest?