Re: LWLockAcquire

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Gaetano Mendola" <mendola(at)bigfoot(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: LWLockAcquire
Date: 2002-09-25 16:22:56
Message-ID: 10855.1032970976@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Gaetano Mendola" <mendola(at)bigfoot(dot)com> writes:
> Sep 24 13:49:59 pserver postgres[11625]: [1214176] DEBUG: proc_exit(0)
> Sep 24 13:49:59 pserver postgres[11625]: [1214177] DEBUG: shmem_exit(0)
> Sep 24 13:49:59 pserver postgres[11625]: [1214178] FATAL 1: LWLockAcquire:
> can't wait without a PROC structure
> Sep 24 13:49:59 pserver postgres[11625]: [1214179] DEBUG: proc_exit(1)
> Sep 24 13:49:59 pserver postgres[11625]: [1214180] DEBUG: shmem_exit(1)
> Sep 24 13:49:59 pserver postgres[11625]: [1214181] DEBUG: exit(1)

Ah-hah! Thanks for posting that snippet. I dunno when it would have
occurred to anyone to look for the cause of this message in backend
shutdown, rather than backend startup ... but that was the place to look.

A fix will appear in 7.3 (probably in 7.3beta3).

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Murthy Kambhampaty 2002-09-25 16:48:52 Error messages in server log
Previous Message Jean-Luc Lachance 2002-09-25 16:17:45 Re: command line client on windows?