Re: crash with assertions and WAL_DEBUG

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: crash with assertions and WAL_DEBUG
Date: 2014-06-14 20:53:12
Message-ID: 20140614205312.GW18688@eldon.alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera wrote:
> I noticed that HEAD crashes at startup with assertions disabled and
> WAL_DEBUG turned on:

> I'm using an interim fix by excepting the startup process (see attached
> patch), like the current code does for checkpointer, but I guess a more
> robust solution should be sought.

Spoke too soon. This also causes trouble when any process inserts an
xlog record and tries to print it, of course, not just startup.

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2014-06-14 20:57:33 Re: crash with assertions and WAL_DEBUG
Previous Message Andres Freund 2014-06-14 20:51:58 Re: UPDATE SET (a,b,c) = (SELECT ...) versus rules