[GDB] Confusing Crash

From: Pheonix Shadowflame (pheonix@IQ-CORP.COM)
Date: 05/30/98


Today the mud crashed for no apparent reason. I've run GDB and got the
following. I see nothing wrong with it and never got this before.
Any ideas?

Core was generated by `bin/circle -n 6996'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /lib/libc.so.5.3.12...done.
Reading symbols from /lib/ld-linux.so.1...done.
#0  0x80b1888 in special (ch=0x83bc270, cmd=244, arg=0xbffff838 "
scroll")
    at interpreter.c:1535
1535        if (GET_MOB_SPEC(k) != NULL)
(gdb) list
1530          if (GET_OBJ_SPEC(i) (ch, i, cmd, arg))
1531            return 1;
1532
1533      /* special in mobile present? */
1534      for (k = world[ch->in_room].people; k; k = k->next_in_room)
1535        if (GET_MOB_SPEC(k) != NULL)
1536          if (GET_MOB_SPEC(k) (ch, k, cmd, arg))
1537            return 1;
1538
1539      /* special in object present? */


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/15/00 PST