Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!lanl!jwl From: jwl@lanl.ARPA (Jewel) Newsgroups: net.sources.bugs Subject: Core dump from MONTH Message-ID: <3363@lanl.ARPA> Date: Thu, 22-May-86 14:36:45 EDT Article-I.D.: lanl.3363 Posted: Thu May 22 14:36:45 1986 Date-Received: Sat, 24-May-86 05:27:40 EDT Reply-To: jwl@a.UUCP (Jewel) Organization: Lost Asylum for Neurotic Lads Lines: 14 Is there anyone out there besides myself that gets a core dump from the "month" program posted a while back? Apparently, after starting up the daemon it periodically checks to see if you are still logged on. If not it, it calls the function terminate(). Terminate attempts to do some final screen manipulation before exiting; well this causes the program to dump. I changed the call from terminate() to exit(0). So far works like a trooper. I attempted to contact the author about this but I received no reply. Could someone please verify this, since I am not a great C hack. --James--