coreinfo

QNX SDP8.0Utilities ReferenceUtilities

Display information about a core file

Syntax:

coreinfo [-ilmstv] file [file ...]

Runs on:

QNX OS, Linux, Microsoft Windows

Options:

-i
Display process information, including process ID, parent process ID, arguments, initial environment variables, number of threads, and so on.
-l
Display the QNT_LINK_MAP note if present. This note includes a link map of shared memory objects, along with build IDs of the associated binaries.
-m
Display the memory map.
-s
Display system information.
-t
Display information about thread(s).
-v[v...]
Be verbose. Specifying additional -v options increases verbosity.

Description:

The coreinfo utility displays information about a core file. It lets you examine a core dump directly, without using a debugger.

You can use the options to specify which sections of the core file to display. If you don't specify any options, coreinfo displays all the sections.

License checking

The coreinfo utility checks for a valid QNX license key before performing any operation. If the license check fails, the utility stops running and displays a diagnostic message. A license check may fail if the license key is expired, missing, or not currently activated, or if the key doesn’t contain the permissions needed to run the utility.

Page updated: