[comp.unix.questions] gprof

rkc@XN.LL.MIT.EDU (rkc) (03/28/90)

I am having trouble with the gprof program--namely, after I have created the
gmon.out file and try to run gprof, the gprof program runs for awhile, and
then calls abort.  Does anyone know what could be going wrong?  Note that
this is not just a segmentation error--when I look at the core file, I get the
following backtrace:

#0  0xa4ac in kill ()
#1  0xa3c2 in abort ()
#2  0x37b0 in main (...) (...)

Running SunOS 4.0.3 with a Sun3.5 version of gprof.  
Finally, this is a BIG program.

	-Rob