From nobody  Fri Oct 23 20:33:21 1998
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id UAA09177;
          Fri, 23 Oct 1998 20:33:21 -0700 (PDT)
          (envelope-from nobody)
Message-Id: <199810240333.UAA09177@hub.freebsd.org>
Date: Fri, 23 Oct 1998 20:33:21 -0700 (PDT)
From: graphix@iastate.edu
To: freebsd-gnats-submit@freebsd.org
Subject: gprof still expects gmon.out
X-Send-Pr-Version: www-1.0

>Number:         8426
>Category:       bin
>Synopsis:       gprof still expects gmon.out
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 23 20:40:01 PDT 1998
>Closed-Date:    Sat May 22 17:38:13 PDT 1999
>Last-Modified:  Sat May 22 17:38:43 PDT 1999
>Originator:     Kent Vander Velden
>Release:        -current
>Organization:
ISU
>Environment:
FreeBSD pseudo 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Sat Oct 17 16:37:40 CDT 1998     kent@pseudo:/usr/src/sys/compile/PSEUDO  i386

>Description:
A program compiled with -pg and run will generate a file filename.gmon
but gprof still expects gmon.out to exist.

>How-To-Repeat:
/tmp|Fri10:30pm} cat > test.c
int
main(void) {
  return 0;
}
/tmp|Fri10:30pm} cc -pg -o test test.c
/tmp|Fri10:30pm} ./test
/tmp|Fri10:30pm} gprof test
gmon.out: No such file or directory
/tmp|Fri10:31pm} ls
done_articles  nbcCD7004      nbcbL7057      out            out2           out3           test*          test.c         test.gmon      vi.recover/

>Fix:

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jmz 
State-Changed-When: Sat May 22 17:38:13 PDT 1999 
State-Changed-Why:  
Fixed. 
>Unformatted:
