> when I send mudmail It core dumps with a segmentation fault. I am
> running the mud on a freebsd system. How can I troubleshoot this
> program and fix this problem?
This is how I fixed my crash problem with the mudmail issue:
In mail.c in the mail_recip_ok function...remove all current lines and
replace with this:
int mail_recip_ok(const char *name);
{
if (get_id_by_name(name) >= 0)
return TRUE;
return FALSE;
}
Hope this helps.....
--
+---------------------------------------------------------------+
| FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
| Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
| Newbie List: http://groups.yahoo.com/group/circle-newbies/ |
+---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/26/03 PDT