Re: Active zombies at AIX

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Konstantin Knizhnik <k(dot)knizhnik(at)postgrespro(dot)ru>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Active zombies at AIX
Date: 2017-01-24 15:26:10
Message-ID: 17415.1485271570@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Konstantin Knizhnik <k(dot)knizhnik(at)postgrespro(dot)ru> writes:
> But ps shows that status of process is <existing>
> [14:46:02]root(at)postgres:~ # ps -elk | grep 25691556
> * A - 25691556 - - - - - <exiting>

As far as I could find by googling, this means that the process is
not actually a zombie yet, so it's not the postmaster's fault.

Apparently it's possible in some versions of AIX for an exiting process to
get stuck while releasing its reference to a socket, though I couldn't
find much detail about that. I wonder how old your AIX is ...

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2017-01-24 15:28:38 Re: pgsql: Reindent table partitioning code.
Previous Message Robert Haas 2017-01-24 15:25:37 pgsql: Reindent table partitioning code.