9fans archive / 1996 / 04 / 65 / prev next From: Scott Schwartz schwartz@gal... Subject: mothra Date: Mon, 15 Apr 1996 20:30:00 -0400 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.