03 Dec, 2008, Guest wrote in the 1st comment:
Votes: 0
Hi, sorry for all the posts…
I got the mud to accept the areas and it starts up, when i connect i get to the imotd then the motd then after that when i hit enter i get a seg fault…. im not very familiar with GDB can someone give me some advice?

Program received signal SIGSEGV, Segmentation fault.
0x00002af407a84050 in strcpy () from /lib/libc.so.6
(gdb) bt
#0 0x00002af407a84050 in strcpy () from /lib/libc.so.6
#1 0x000000000040eb57 in do_look (ch=0x2af40825a9b0, argument=0x7fffa32e0370 "{r [{RRoom 1{r]{x")
at act_info.c:1161
#2 0x0000000000453da7 in do_function (ch=0x2af40825a9b0, do_fun=0x40e91a <do_look>,
argument=0x7fffa32dee70 "You are floating in nothing. The City street is below your feet. You\r\nare inside. You notice nothing special in the room. The night has\r\nbegun. \r\n") at interp.c:631
#3 0x000000000046ab4d in nanny (d=0x2af408259318, argument=0x2af40825974e "") at nanny.c:978
#4 0x0000000000429e49 in game_loop_unix (control=5) at comm.c:845
#5 0x0000000000429977 in main (argc=2, argv=0x7fffa32e2bf8) at comm.c:459
(gdb)
03 Dec, 2008, Zeno wrote in the 2nd comment:
Votes: 0
03 Dec, 2008, tphegley wrote in the 3rd comment:
Votes: 0
Well, I'd probably check act_info.c where it crashed and look at the surrounding to code to see what's going on. I think you said you're using quickmud. Have these areas been altered in ANYWAY besides just moving to a new host? Have you messed with act_info.c AFTER moving to your new host?
0.0/3