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
AIX: How to identify the program listening in the given port
Viewed 2637 times since Mon, Jun 11, 2018
AIX, Installation, NIM↑ Creating an LPP source and SPOT in NIM
Viewed 15273 times since Fri, Apr 19, 2019
Script to reset NIM state and deallocate resources
Viewed 2585 times since Thu, Feb 21, 2019
AIX routing - How Do I Compare ODM with the Current Routing Table?
Viewed 2848 times since Mon, Jul 29, 2019
AIX 0516-404 allocp: This system cannot fulfill the allocation
Viewed 3559 times since Thu, Sep 20, 2018
0516-787 extendlv: Maximum allocation for logical volume error
Viewed 9375 times since Tue, Mar 12, 2019
How to know witch process is running in a particular port on AIX using KDB
Viewed 12969 times since Thu, Nov 29, 2018
Install and configure GNU’s screen on AIX
Viewed 9304 times since Thu, Feb 21, 2019
A tcpdump Tutorial and Primer with Examples
Viewed 5466 times since Sun, Jun 17, 2018
AIX QHA
Viewed 11293 times since Mon, Jun 3, 2019