help for "Killed"

Dean Herington heringto@cs.unc.edu
Sun, 1 Dec 2002 22:15:52 -0500 (EST)


I have a program that dies, saying simply "Killed".  How can I tell what
that means?  I presume the program is suffering a ThreadKilled exception,
and I guess it may be due to stack or heap overflow.  (The program is
processing a 50MB file.)  Profiling, even with -xc, yields no information.

Dean