Query: nfabort
OS: bsd
Section: 3
Links: bsd man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NFABORT(3) Library Functions Manual NFABORT(3)NAMEnfabort - dump core and log it in a notesfileSYNOPSISnfabort ( notesfile, message, title, cname, exitcode ) char *notesfile, *message, *title, *cname, exitcode cc ... -lnfcomDESCRIPTIONNfabort provides user programs with a convenient way to generate a core image, move it to a save place, and log the action in a notesfile. The notesfile parameter specifies the notesfile to receive a copy of the string message with a line appended detailing the final resting place of the core image. The text is inserted into the notesfile as a base note with title taken from the parameter list. Cname is the prefix of the pathname of where to place the core image. This is suffixed with ``.integer'' to yield the full pathname. The integer is generated from the pid of the current process. After generating and saving the core image and placing the message in the notesfile, nfabort terminates the current process with the exit code specified by the exitcode parameter. Nfabort calls nfcomment to insert the message into the notesfile.BUGSCertain conditions, such as running out of memory, will cause nfabort to fail. Nfabort will fail to log the message if it can't fork a child process. The final resting place of the core image will not be logged if nfabort can't allocate memory for temporary strings.FILES/usr/lib/libnfcom.a -lnfcom librarySEE ALSOmalloc(3), nfcomment(3), nfpipe(1), notes(1), popen(3S), system(3), The Notesfile Reference ManualAUTHORSRay Essick (uiucdcs!essick, essick%uiuc@csnet-relay.arpa) Department of Computer Science University of Illinois at Urbana-Champaign Urbana, IL University of Illinois NFABORT(3)
Related Man Pages |
---|
notes(1) - bsd |
newsinput(8) - bsd |
nfaccess(8) - bsd |
nfload(8) - bsd |
rmnf(8) - bsd |
Similar Topics in the Unix Linux Community |
---|
File |
Gam_server process |