Go to main content
Oracle Developer Studio 12.5 Man Pages

Exit Print View

Updated: June 2017
 
 

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

libfsu.a

See Also

abort(3C)