Re: Getting FATAL: terminating connection due to administrator command

From: Peter Hopfgartner <peter(dot)hopfgartner(at)r3-gis(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: sergio(dot)segala(at)r3-gis(dot)com
Subject: Re: Getting FATAL: terminating connection due to administrator command
Date: 2010-09-16 18:36:17
Message-ID: 20100916183617.C9F5C1678215@mail.r3-gis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

--------Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote--------
Subject: Re: [GENERAL] Getting FATAL: terminating connection due to administrator command
Date: 16.09.2010 18:49

>Peter Hopfgartner <peter(dot)hopfgartner(at)r3-gis(dot)com> writes:
>> --------Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote--------
>>> Peter Hopfgartner <peter(dot)hopfgartner(at)r3-gis(dot)com> writes:
>>>> Now we had the error, but systemtap did not report any SIGTERM. Is it
>>>> possible to have this error without a SIGTERM being involved?
>>>
>>> Hmph. I would have said not, but ...
>>>
>>> What PG version is this exactly?
>
>> "PostgreSQL 8.4.4 on x86_64-redhat-linux-gnu, compiled by GCC gcc (GCC)
>4.1.2 20080704 (Red Hat 4.1.2-48), 64-bit"
>
>Well, I just took another careful look at the 8.4.x source code. The
>only occurrence of that error string is in ProcessInterrupts() when it
>sees ProcDiePending set, and so far as I can see ProcDiePending is only
>set by the die() signal handler, and in postmaster child processes die()
>is only used as a SIGTERM handler. So it's pretty hard to come to the
>conclusion that it could be anything else.
>
>I don't know systemtap well at all, so I can't suggest any reason why
>your script might be missing SIGTERM events, but it seems that it must
>be.
>Perhaps you can find a systemtap expert who can comment on that.
>
> regards, tom lane
>
Is there any other way I can attack this issue? Attach GDB? How (I haven't done any serious C programming in this millenium).

Peter

Browse pgsql-general by date

  From Date Subject
Next Message Raymond O'Donnell 2010-09-16 19:20:24 Re: query join issue
Previous Message Aram Fingal 2010-09-16 17:44:30 Re: Transposing rows and columns