Query: cr_open
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
cr_open(3) Library Functions Manual cr_open(3)NAMEcr_open() - open crash dump for readingSYNOPSISDESCRIPTIONThe library call opens a crash dump and passes back a crash dump descriptor. The path argument points to a path name naming a crash dump directory or file, and must not exceed bytes in length. The CRASH * to which crash_cb points is set to a crash dump descriptor, which can then be passed to the other functions to access the crash dump. flags is a bitmask of zero or more of the following flag values, which affect the operation of future calls to libcrash routines for this crash dump, except for cr_verify(3), which has its own flags parameter. The library will not attempt to verify checksums of files in the crash dump if this flag is set. The library will write messages to stderr during time-consuming operations (decompressions and checksums) if this flag is set.RETURN VALUEReturns zero for success. Other possible return values are described in libcrash(5).EXAMPLESThe following call to opens crash dump contained in the directory and returns the crash dump descriptor For an example of reading the crash dump see the cr_read(3) manual entry.AUTHORwas developed by HP.SEE ALSOcr_close(3), cr_perror(3), libcrash(5). cr_open(3)
Related Man Pages |
---|
cr_perror(3) - hpux |
cr_info(3) - hpux |
cr_uncompress(3) - hpux |
savecore(1m) - mojave |
savecore(1m) - opendarwin |
Similar Topics in the Unix Linux Community |
---|
Restarting a Crashed Process |
Compile and dump errors to a text file |
Linux crashdump |
Parse XML format dump files |
How to open the core dump file in linux? |