1820658 Members
2259 Online
109626 Solutions
New Discussion юеВ

Glance Help.

 
brian_31
Super Advisor

Glance Help.

Hi Team:

Any glance experts out there. I am having a runaway process and i am looking into it. When i do L to look into the system calls it says retreiving Pl. wait and hangs for ever. So i decided to look into the Global system calls and i have this..

Call name ID Count Rate CPUtime Cumcpu
sigprocmask 161 258636 49972.6 1.89760 7.800

What should i make out of this?
This keeps Changing. Please help me understand this.

Thanks & Regards
Brian.
6 REPLIES 6
Rahul Mehta
Valued Contributor

Re: Glance Help.

Try using command ipcs
it will try to tell you if it has any problem with memory, leaks
brian_31
Super Advisor

Re: Glance Help.

Hi:

Thanks for your time. But i am not sure what to make out of this. OR Am i asking a wrong group? If so could comeone direct me the right group for these kind of questions(especially about system calls)

Thanks
Brian.
Martin Johnson
Honored Contributor

Re: Glance Help.

Your system is spending a lot of time processing blocked signals. That is not normal. If your runaway process is a vendor process, I would open a support call with the vendor.

HTH
Marty
brian_31
Super Advisor

Re: Glance Help.

Hi Martin:

Thanks. The Process belongs to an xmotif application. The appln. is launched from PC using xemulator. Now if they processing blocked signals what should they do ideally.

Thanks
Brian.
Martin Johnson
Honored Contributor

Re: Glance Help.

I have seen the type of behavior you are experiencing when a network link is abnormally terminated (like a user turning off his PC without shutting down all the running apps).

Recycling the app on the server usually clears up the problem.

HTH
Marty