<defunct>

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

<defunct>

Post by Bonzo »

I am running out of cpu on a server and while watching the server process I see <defunct> comes up a few times:
Image
Is this anything to worry about ?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: <defunct>

Post by fmw42 »

Don't know much about this. But did you try disabling OpenMP?

Also you might also identify the server and platform so the experts might have more info.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: <defunct>

Post by snibgo »

snibgo's IM pages: im.snibgo.com
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: <defunct>

Post by Bonzo »

Don't know much about this. But did you try disabling OpenMP?
I am not sure of the server hardware and if OpenMP would make a difference. This project is on hold at the moment and I will look into it if it takes off again.
The server is Running CentOS 5. something.
I have read that there is no memory used with a defunct process but the screen shot was showing some cpu allocated to it. This may just be left over from what it had been using and the display had not caught up ?

This code was using 99% CPU but had plenty of memory spair and so I was monitoring it to see where the bottle neck was.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: <defunct>

Post by snibgo »

I last worked on Unix servers 15 years ago, so don't rely on my memory, but I think you'll find the process is a "zombie" that consumes no resources.
snibgo's IM pages: im.snibgo.com
Post Reply