"Mark Vanness Jr." wrote:
> GDB-
> #0 0x808e531 in str_dup (source=0x0) at utils.c:98
> 98 CREATE(new_z, char, strlen(source) + 1);
Try using bt to see what called str_dup, if you notice the value of
source is 0x00, so something is trying to duplicate a null pointer.
Chris
+------------------------------------------------------------+
| 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