Re: some other backend died abnormally
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: fredrik chabot <fredrik@f6.nl>
Cc: Joe Conway <mail@joeconway.com>, pgsql-bugs@postgresql.org
Date: 2002-09-24T16:23:22Z
Lists: pgsql-bugs
fredrik chabot <fredrik@f6.nl> writes: > so I migrated the database to a non-smp machine running RH 7.2 and the postgres > 7.2.1-5 rpm's<br> > <br> > Kernel 2.4.7-10<br> > <br> > and I still get > <blockquote type="cite" cite="mid25853.1032724594@sss.pgh.pa.us"> > <pre wrap="">FATAL 1: LWLockAcquire: can't wait without a PROC structure</pre> > </blockquote> > The code tells me this should never heppen :-<<br> I don't think it should happen either ;-) When do you see it exactly --- is it during startup of a fresh connection, or while executing queries in an existing backend, or ...? regards, tom lane PS: please don't send HTML mail to the lists, it's a pain to quote ...