Operating System - HP-UX
1832857 Members
3137 Online
110048 Solutions
New Discussion

Re: Error when start a job???

 
Leonard Galinsky
New Member

Error when start a job???

When I start a job I receive the following error:
PID 9719 killed due to text modification or page I/O error
path.... [53]: 9753 killed

My question is, what is causing this error and what is it & how to fix it??
10 REPLIES 10
harry d brown jr
Honored Contributor

Re: Error when start a job???

(1) WHat OS level?
(2) Are your patches up to date?
(3) Do you have adequate paging space and memory?
(4) What kind of process?
(5) does this happen with every process?

live free or die
harry
Live Free or Die
someone_4
Honored Contributor

Re: Error when start a job???

Harry you are soo right there. I am sitting here jumping for an answer .. but forgot to ask some important questions.hmmm

Lets see what he says..
Leonard Galinsky
New Member

Re: Error when start a job???

HPux 11.0
Patches are up to date as of July 01
This happens when we run a ADS job via LSF
Paging space & memory have never been an issue before

Paula J Frazer-Campbell
Honored Contributor

Re: Error when start a job???

Leonard

Does the job stop immediatly after starting or does it run for a while?

On other sessions run top and glance and watch what is happening to memory swap and cpus.

Paula
If you can spell SysAdmin then you is one - anon
Leonard Galinsky
New Member

Re: Error when start a job???

This happens with every process (aDS & Cadence). It gives the error right after issue the command, there is no access to the program
Bill Hassell
Honored Contributor

Re: Error when start a job???

The text modification error portion means that the code was changed after the program was loaded into memory. This is unlikely *except* over NFS. Are the program(s) located on an NFS disk? If so, the network may be overloaded--check nfsstat.

Otherwise, it may be due to an actual I/O error onn the disk where the exzecutable is located, or perhaps the disk where required shared libraries are located may be having problems. Check syslog.log and make sure ESM (online diagnostics and notifidation) is installed and running.


Bill Hassell, sysadmin
Leonard Galinsky
New Member

Re: Error when start a job???

It is running NFS
There are no errors in syslog.log
How would I access ESM or how can I tell if it is running?
T G Manikandan
Honored Contributor

Re: Error when start a job???

Hello,

When installing a patch on the
server, the corresponding executable file on a server's disk associated with a process running on a client can be over written,
which can result in the client process dying with the error:
Pid killed due to text modification or page I/O error
*I am not sure*
rebooting the clients may solve the problem.

T G Manikandan
Honored Contributor

Re: Error when start a job???

Hello,
First try touching the file
before stating the job.
Just mofifying the time stamp!!

Thanks