Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 beta 3/9/83; site cwruecmp.UUCP Path: utzoo!linus!decvax!cwruecmp!glassner From: glassner@cwruecmp.UUCP (Andrew Glassner) Newsgroups: net.unix-wizards Subject: Disabling core dumps Message-ID: <734@cwruecmp.UUCP> Date: Sat, 22-Oct-83 13:43:39 EDT Article-I.D.: cwruecmp.734 Posted: Sat Oct 22 13:43:39 1983 Date-Received: Sun, 23-Oct-83 08:16:53 EDT Organization: CWRU Computer Engr. Cleveland, Ohio Lines: 18 I've got a large C program that has some bugs. It often ends up dumping core, which can take upwards of a minute or so. I don't want that core: the problem's causes lie in a data structure that's wrong...I just need to insert some new diagnostics and get everything right. The core dump is annoying because I just have to sit and wait ... and I don't want the stuff! My first command afterwards is "rm core". We're running 4.1BSD - is there some way (a command to the shell, a compile-time flag, anything!) to disable this automatic dumping of core and just have my terminal come back? -Andrew Andrew Glassner decvax!cwruecmp!glassner