Date: Thu, 24 Apr 1997 10:25:27 -0700 (PDT) From: hafner@forwiss.tu-muenchen.de To: freebsd-gnats-submit@freebsd.org Subject: bin/3379: mprof dumps core on FreeBSD 2.2.1 Message-ID: <199704241725.KAA19025@hub.freebsd.org> Resent-Message-ID: <199704241730.KAA19315@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 3379
>Category: bin
>Synopsis: mprof dumps core on FreeBSD 2.2.1
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Apr 24 10:30:01 PDT 1997
>Last-Modified:
>Originator: Walter Hafner
>Organization:
FORWISS
>Release: 2.2.1
>Environment:
FreeBSD pccog4 2.2.1-RELEASE FreeBSD 2.2.1-RELEASE #0
>Description:
tcsh > mprof a.out
Segmentation fault (core dumped)
'nuff said
>How-To-Repeat:
tcsh > cat hello.c
#include <stdio.h>
int main()
{
printf("Hello!\n");
return 0;
}
tcsh > gcc hello.c -lc_mp
tcsh > mprof a.out
Segmentation fault (core dumped)
>Fix:
No fix! (I installed over FTP ... slow connection, so
I didn't get the sources ...)
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704241725.KAA19025>
