Date: Fri, 23 Oct 1998 20:33:21 -0700 (PDT) From: graphix@iastate.edu To: freebsd-gnats-submit@FreeBSD.ORG Subject: bin/8426: gprof still expects gmon.out Message-ID: <199810240333.UAA09177@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810240333.UAA09177>