1825793 Members
2297 Online
109687 Solutions
New Discussion

Application Core Files

 
KPS
Super Advisor

Application Core Files

We are in the midst of troubleshooting an Application running on our BL860 HP-UX Integrity system running OS 11.23.

Application processes are aborting and writing core files for us to send to the App Vendor for evaluation, but they are being overwritten each time this happens. Is there something on the OS that we can do to prevent this from happening or is this something that the Application Vendor should be addressing in their code?

Thanks for any suggestions and/or knoweldge folks could provide on this!

KPS
4 REPLIES 4
Dennis Handly
Acclaimed Contributor

Re: Application Core Files

On 11.31 there is coreadm(1m) so you can create unique core files. For 11.23, you might be able to use adb to turn this on. Check the "Debugging core files using HP WDB" manual:
http://www.hp.com/go/wdb

>is this something that the Application Vendor should be addressing in their code?

Other than not aborting, the vendor can't do much except move them aside on a restart.
But typically, unless your vendor wants all of them, you probably don't need all of them.
KPS
Super Advisor

Re: Application Core Files

After a little more investigation from the Apps side, it looks like this issue is being brought on because of the way this Application does it's current working directory deciphering.

Thanks for your info, but we're throwing this back at the Application Vendor to resolve.

Regards,
/KPS
KPS
Super Advisor

Re: Application Core Files

.
Dennis Handly
Acclaimed Contributor

Re: Application Core Files

>After a little more investigation from the Apps side

Using tusc would enable you to figure out what the application is checking/doing with the CWD.