Re: HS/SR Assert server crash

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: HS/SR Assert server crash
Date: 2010-05-15 13:16:45
Message-ID: 1273929405.308.8956.camel@ebony
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 2010-05-13 at 18:01 -0400, Bruce Momjian wrote:

> I was able to easily crash the standby server today just by starting it
> and connecting to it via psql. The master was idle. The failure was:
>
> LOG: streaming replication successfully connected to primary
> TRAP: FailedAssertion("!(((xmax) >= ((TransactionId) 3)))", File: "procarray.c", Line: 1211)
> LOG: server process (PID 12761) was terminated by signal 6: Abort trap
> LOG: terminating any other active server processes

Thanks for the report. Fix applied. (Sorry for delay in replying)

--
Simon Riggs www.2ndQuadrant.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2010-05-15 13:17:10 Keepalive for max_standby_delay
Previous Message Tatsuo Ishii 2010-05-15 13:06:46 Re: How to know killed by pg_terminate_backend