Date: Mon, 29 Sep 1997 14:01:44 -0400 From: Malcolm Boff <Malcolm_Boff@compuserve.com> To: freebsd-bugs <freebsd-bugs@freebsd.org> Subject: Problem with subroutine 'mktemp' Message-ID: <199709291402_MC2-222B-DF8C@compuserve.com>
next in thread | raw e-mail | index | archive | help
The function 'mktemp' fails with a SIGBUS error.
Test function :-
#include <stdio.h>
#include <unistd.h>
int main(int argc, char **argv)
{
char *rc;
rc = mktemp("/tmp/abcXXXXXX");
fprintf(stderr,"rc=%s\n",rc);
exit(1);
}
If this has been fixed please let me know where to find the source.
As I am not registered to this forum please reply directly to my mail
address 'Malcolm_boff@compuserve.com'
Malcolm G. Boff
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709291402_MC2-222B-DF8C>
