From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 15 Apr 1996 20:30:00 -0400 From: Scott Schwartz schwartz@galapagos.cse.psu.edu Subject: mothra Topicbox-Message-UUID: 43ca7376-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19960416003000.szLVa7IHIRF8YNQeJqMUJQ3uH7ARayfwV27YbVR5d4g@z> I notice that mothra doesn't react well to certain web pages, http://all.net/ for example. It looks like the event library sees something unexpected and flags an error, which causes one thread to abort(). The others hang around in a confused state. Aside from debugging the immediate problem, is there a good convention for making sure all the processes in an application go away when one does? Killing the process group sounds like the right idea at first glance.