Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!hellgate.utah.edu!caen!sdd.hp.com!wuarchive!mit-eddie!uw-beaver!uw-june!lynx.cs.washington.edu!ginting From: ginting@lynx.cs.washington.edu (Eka Namara Ginting) Newsgroups: comp.lang.c++ Subject: C++ program core dumped upon exit Message-ID: <15128@june.cs.washington.edu> Date: 20 Feb 91 05:09:10 GMT Sender: news@cs.washington.edu Reply-To: ginting@lynx.cs.washington.edu (Eka Namara Ginting) Organization: University of Washington Computer Science Lines: 11 Help! I have a CC program that I compiled using the C++ translator version 1.2 in a VAXStation. Upon exit, it core dumped with a weird exit code (dbx gave me different exit codes every time). My original suspicion was that one of my destructors was buggy, but I have removed all explicit destructors I have for all classes and the problem is still there. Any clues and ideas would be greatly appreciated... --Eka Ginting ginting@cs.washington.edu