abrt-action-analyze-c(1) - Linux man page
Name
abrt-action-analyze-c - Calculate and save UUID for a problem data directory DIR with coredump.
Synopsis
abrt-action-analyze-c [-v] [-d DIR]
Description
The tool reads the file named coredump from a problem data directory, processes it and generates a universally unique identifier (UUID). Then it saves this data as new element uuid.
Integration with ABRT events
- abrt-action-analyze-c can be used to generate the UUID of a newly saved coredump.
-
EVENT=post-create analyzer=CCpp abrt-action-analyze-c
Options
-d DIR
- Path to a problem directory. Current working directory is used when this option is not provided.
- -v
- Be more verbose. Can be given multiple times.
Authors
• ABRT team