Below is the information puked out from gdb...I believe it is the result of using snoop? Anyone have some insight as to what the following may mean? Not sure if I need to include the code that goes along with this, but was hoping maybe this is something seen before or is common, *shrug* Thanks for the help in using gdb Xual. Mike Core was generated by `circle'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/lib/libcrypt.so.2...done. Reading symbols from /usr/lib/libc.so.3...done. Reading symbols from /usr/libexec/ld-elf.so.1...done. #0 0x2813be37 in strcat () from /usr/lib/libc.so.3 (gdb) bt #0 0x2813be37 in strcat () from /usr/lib/libc.so.3 #1 0x8d4d000 in ?? () #2 0x804b003 in process_output (t=0x8122000) at comm.c:1427 #3 0x804a097 in game_loop (mother_desc=3) at comm.c:739 #4 0x80496ab in init_game (port=9000) at comm.c:339 #5 0x8049629 in main (argc=3, argv=0xbfbfdc2c) at comm.c:303 (gdb) list 205 t->tv_sec = (int) (millisec / 1000); 206 t->tv_usec = (millisec % 1000) * 1000; 207 } 208 209 #endif /* CIRCLE_WINDOWS || CIRCLE_MACINTOSH */ 210 211 int main(int argc, char **argv) 212 { 213 int port; 214 int pos = 1; +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST