Re: [BUGS] [GENERAL] Weird postmaster crashes

2003-06-10 Thread Tom Lane
Dmitry Tkach <[EMAIL PROTECTED]> writes: > One more thing to clarify - when you said it was fixed in .3 and .4 did > you mean 7.3 or 7.2.3? I meant I couldn't remember whether it was first fixed in 7.2.3 or 7.2.4. Doesn't matter for your purposes --- as long as you're updating, you should go to 7

Re: [BUGS] [GENERAL] Weird postmaster crashes

2003-06-10 Thread Dmitry Tkach
Makes sense. Thanks! One more thing to clarify - when you said it was fixed in .3 and .4 did you mean 7.3 or 7.2.3? Thanks! Dima Tom Lane wrote: Dmitry Tkach <[EMAIL PROTECTED]> writes: 2003-06-10 13:53:32 [14551] FATAL 1: LWLockAcquire: can't wait without a PROC structure Could

Re: [BUGS] [GENERAL] Weird postmaster crashes

2003-06-10 Thread Tom Lane
Dmitry Tkach <[EMAIL PROTECTED]> writes: > 2003-06-10 13:53:32 [14551] FATAL 1: LWLockAcquire: can't wait without > a PROC structure > Could you give me some idea on what circumstances cause this to happen? IIRC, it's an order-of-operations mistake during backend shutdown: the proc structure i

Re: [BUGS] [GENERAL] Weird postmaster crashes

2003-06-10 Thread Dmitry Tkach
Tom Lane wrote: Dmitry Tkach <[EMAIL PROTECTED]> writes: I am experiencing database server crashes quite frequently 2003-06-10 13:53:32 [14551] FATAL 1: LWLockAcquire: can't wait without a PROC structure This is 7.2.1 - I know, I need to upgrade. Yes, you do. This is a

Re: [BUGS] [GENERAL] Weird postmaster crashes

2003-06-10 Thread Tom Lane
Dmitry Tkach <[EMAIL PROTECTED]> writes: > I am experiencing database server crashes quite frequently > 2003-06-10 13:53:32 [14551] FATAL 1: LWLockAcquire: can't wait without > a PROC structure > This is 7.2.1 - I know, I need to upgrade. Yes, you do. This is a known bug that was fixed in .3

[BUGS] Weird postmaster crashes

2003-06-10 Thread Dmitry Tkach
I am experiencing database server crashes quite frequently (sometimes, *daily*), and I am having hard time identifying what could possibly be causing them :-( They seem to be happenning kinda randomly, I was unable to attribute them to any specific database activity going on at the time... The p