Operating System - HP-UX
1752511 Members
4705 Online
108788 Solutions
New Discussion юеВ

Re: question about a core file

 
Edward Massaro_1
Occasional Advisor

question about a core file

root@lhh6556q:/ > file core
core: core file from 'sie' - received SIGSEGV


can someone please tell me what sie would indicate and what this core file may relate to ?
2 REPLIES 2
James R. Ferguson
Acclaimed Contributor

Re: question about a core file

Hi Edward:

This is the name of the process that created the core file. In this case, 'sie'.

Regards!

...JRF...
Dennis Handly
Acclaimed Contributor

Re: question about a core file

There was an executable whose basename is sie that got a signal 11 and then aborted.
You can always use "find / -name sie" to find it. But good guesses can make it faster.