Oracle Solaris Studio 12.4 Man Pages

Exit Print View

Updated: January 2015
 
 

abort(3F)

Name

abort - terminate abruptly; write memory image to core file

Synopsis

subroutine abort

Usage

call abort

Description

abort flushes the I/O buffers and then aborts the process, producing a core file memory dump in the current directory.

Use limit(1) or ulimit(1) to limit or supress core dumps.

Files

libfui.a

See also

abort(3C)