Re: BUG #13985: Segmentation fault on PREPARE TRANSACTION

From: Andres Freund <andres(at)anarazel(dot)de>
To: chris(dot)tessels(at)inergy(dot)nl
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #13985: Segmentation fault on PREPARE TRANSACTION
Date: 2016-02-25 17:02:59
Message-ID: 20160225170259.fflfa2mdzkus3rkk@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

On 2016-02-24 12:58:24 +0000, chris(dot)tessels(at)inergy(dot)nl wrote:

> Core was generated by `postgres: mailinfo_ow mailinfo_ods 10.50.6.6(4188'.
> Program terminated with signal 11, Segmentation fault.
>
> #0 MinimumActiveBackends (min=50) at procarray.c:2472
> 2472 if (pgxact->xid == InvalidTransactionId)
>

Could you get us a full backtrace here? It's interesting that you're in
an XLogFlush()...

> Postgresql version:
> commit_delay 50 configuration file
> commit_siblings 50 configuration file

FWIW, these look unlikely to be beneficial. How did you end up with
those parameters?

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andres Freund 2016-02-25 17:03:11 Re: BUG #13985: Segmentation fault on PREPARE TRANSACTION
Previous Message David G. Johnston 2016-02-25 16:39:24 Re: [BUGS] ¿Es posible restringir permisos a nivel de registro? - Is it possible to restrict permissions row level?