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 Errpt - Diag - Alog
Viewed 3429 times since Wed, Mar 20, 2019
Find out which port the daemon is using on AIX OS. (similar like command netstat -anp for Linux)
Viewed 11142 times since Thu, Feb 21, 2019
Getting bosboot errors, don’t reboot just yet
Viewed 2755 times since Tue, Apr 16, 2019
AIX: Script to create a file with commands to remove missing & failed paths
Viewed 3069 times since Tue, Jun 12, 2018
AIX www web Links
Viewed 3175 times since Fri, Apr 19, 2019
DISK OPERATION ERROR in AIX
Viewed 13812 times since Thu, Feb 21, 2019
IBM AIX MPIO: Best practices and considerations
Viewed 10986 times since Wed, May 30, 2018
AIX, Installation, NIM↑ Creating an LPP source and SPOT in NIM
Viewed 14509 times since Fri, Apr 19, 2019
LVM: Display basic information about Physical Volumes, Volume Groups and Logical Volumes
Viewed 2787 times since Sun, Jun 3, 2018
AIX, System Admin Configuring dsh DSH
Viewed 3782 times since Fri, Apr 19, 2019