Query: cr_verify
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
cr_verify(3) Library Functions Manual cr_verify(3)NAMEcr_verify - verify integrity of crash dumpSYNOPSISDESCRIPTIONuncompresses and verifies the sizes and checksums of every file in the crash dump identified by crash_cb. flags is a bitmask of zero or more of the following flag values: will not attempt to verify checksums of files in the crash dump if this flag is set. Only sizes will be verified. will write messages to stderr during time-consuming operations (decompressions and checksums) if this flag is set. will write messages to stderr describing any validation problems that are encountered. If this flag is set, should not be called when returns; repeated error messages would result.RETURN VALUEReturns zero for success. Other possible return values are described in libcrash(5).EXAMPLESThe following call to cr_verify(3) verifies the integrity of the dump.WARNINGSBecause it uncompresses and checksums all files in a dump, can be very time-consuming. If was not specified, the calling application should notify its user before calling that there may be a significant delay.AUTHORwas developed by HP.SEE ALSOcr_open(3), cr_perror(3), libcrash(5). cr_verify(3)
Related Man Pages |
---|
rdd-verify(1) - debian |
savecore(1m) - sunos |
cr_perror(3) - hpux |
cr_verify(3) - hpux |
libcrash(5) - hpux |
Similar Topics in the Unix Linux Community |
---|
OOo Basic crash course: Creating a simple application launcher |
How much space I am consuming? |
analyze linux crash dump |
copy crash dump file |
Which process was consuming most memory in the Past? |