On Fri, 16 Apr 1999, Bill Long wrote: >no i get system crashes on fclose calls. >the error i [think] is coming from iofclose. fclose() probably does a free() which means you've probably corrupted random, innocent bytes of memory. libc5 vs. libc6 Try: MALLOC_CHECK_=1 bin/circle That'll take the ostrich approach to bug fixing. Check all strcat(), strcpy(), sprintf(), etc before time of crash to fix it. -- George Greer greerga@circlemud.org [ Wheee, some free time to work on OasisOLC today. v2.0, not v1.7 ] +------------------------------------------------------------+ | 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