From owner-freebsd-bugs Fri Oct 23 20:40:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09474 for freebsd-bugs-outgoing; Fri, 23 Oct 1998 20:40:09 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA09464 for ; Fri, 23 Oct 1998 20:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA09998; Fri, 23 Oct 1998 20:40:01 -0700 (PDT) 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 X-Send-Pr-Version: www-1.0 Subject: bin/8426: gprof still expects gmon.out Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 8426 >Category: bin >Synopsis: gprof still expects gmon.out >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 23 20:40:01 PDT 1998 >Last-Modified: >Originator: Kent Vander Velden >Organization: ISU >Release: -current >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: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message