AIX: How to determine which application created the OS core file

# /usr/sbin/lquerypv -h /path/to/core 6b0 64
The output of this command is neat, clean and easy to read.

Here is an example:

# lquerypv -h core 6b0 64
000006B0 7FFFFFFF FFFFFFFF 7FFFFFFF FFFFFFFF …………….
000006C0 00000000 000007D0 7FFFFFFF FFFFFFFF …………….
000006D0 00120000 1312C9C0 00000000 00000017 …………….
000006E0 6E657473 63617065 5F616978 34000000 netscape_aix4…
000006F0 00000000 00000000 00000000 00000000 …………….
00000700 00000000 00000000 00000000 00000ADB …………….
00000710 00000000 000008BF 00000000 00000A1E …………….

The executable is located between the pipes on the right hand side of the output. In this case, the core was generated by Netscape.

(or)

strings corefilename |grep _=

0 (0)
Article Rating (No Votes)
Rate this article
Attachments
There are no attachments for this article.
Comments
There are no comments for this article. Be the first to post a comment.
Full Name
Email Address
Security Code Security Code
Related Articles RSS Feed
Tunneling With SSH to Your Destination
Viewed 4208 times since Wed, May 30, 2018
SNAP
Viewed 1954 times since Mon, Sep 17, 2018
How to check VLAN ID number on AIX?
Viewed 13349 times since Mon, May 28, 2018
Create a mksysb + SPOT using NIM (CLI)
Viewed 5534 times since Tue, Jul 17, 2018
Part 3, Tuning swap space settings AIX7
Viewed 8983 times since Wed, Jun 19, 2019
AIX snap - Prevent dump collection
Viewed 12254 times since Mon, Sep 17, 2018
AIX - How to get IP and MAC address of ethernet adapter in AIX
Viewed 24975 times since Fri, Jun 8, 2018
AIX Encrypted File System
Viewed 5807 times since Tue, Jul 17, 2018
How to install filesets/software in aix?
Viewed 5838 times since Mon, Jul 8, 2019
VIO Server Howto
Viewed 10071 times since Mon, Jun 11, 2018