rich-core-extract

Manual Reference Pages - RICH-CORE-EXTRACT (1)


NAME

rich-core-extract - extract core dump or oopslog and metadata from a rich core

CONTENTS

Synopsis
Description
Examples
Exit Status
See Also
Copyright

SYNOPSIS

rich-core-extract filename [outputdir]

DESCRIPTION

rich-core-extract extracts the original core dump or kernel oopslog and additional metadata (syslog etc.) from a rich core file. If only filename is given, a new directory of the same name without the .rcore.lzo extension is created and rich core contents are extracted there.

If filename does not have a .rcore.lzo extension ( .rcore is also accepted as it was used by older versions), specify output directory in outputdir.

For safety, rich-core-extract always checks that outputdir is not an existing directory.

EXAMPLES

rich-core-extract ./browser-11-2260.rcore.lzo 

Creates a new directory ./browser-11-2260 and extracts rich core contents as multiple files there. For example, the regular core dump can be found at ./browser-11-2260/coredump

EXIT STATUS

rich-core-extract exits with status 0 if no errors were encountered. On error, rich-core-extract exits with status 1 and prints an error message on stderr.

SEE ALSO

rich-core-dumper(1)

COPYRIGHT

Copyright (C) 2007-2008 Nokia Corporation.

This is free software. You may redistribute copies of it under the terms of the GNU General Public License v2 included with the software. There is NO WARRANTY, to the extent permitted by law.



Improve this page