From owner-freebsd-bugs Mon Sep 29 11:03:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA26460 for bugs-outgoing; Mon, 29 Sep 1997 11:03:06 -0700 (PDT) Received: from dub-img-2.compuserve.com (dub-img-2.compuserve.com [149.174.206.132]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA26455 for ; Mon, 29 Sep 1997 11:03:02 -0700 (PDT) Received: (from root@localhost) by dub-img-2.compuserve.com (8.8.6/8.8.6/2.5) id OAA22152 for freebsd-bugs@freebsd.org; Mon, 29 Sep 1997 14:02:30 -0400 (EDT) Date: Mon, 29 Sep 1997 14:01:44 -0400 From: Malcolm Boff Subject: Problem with subroutine 'mktemp' To: freebsd-bugs Message-ID: <199709291402_MC2-222B-DF8C@compuserve.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id LAA26456 Sender: owner-freebsd-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The function 'mktemp' fails with a SIGBUS error. Test function :- #include #include 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