Re: plpython bug

From: Euler Taveira <euler(at)timbira(dot)com(dot)br>
To: joel(dot)traf(at)magwerks(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: plpython bug
Date: 2017-02-06 01:07:24
Message-ID: e79d3680-1015-416b-7dd0-24da5b3de417@timbira.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 05-02-2017 18:51, joel(dot)traf(at)magwerks(dot)com wrote:
> found an interesting bug that causes a complete crash and resetting of
> all connections to PG 9.5.0 compiled Visual C++ 1800, 64 bit
> log states server process (PID 2720) was terminated by exception
> 0XC0000005
> failed process was running: select upsert_items2(false)
> Hint: see C include file ntstatus.h for a description of hexadecimal
> value (this error is a memory access error)
> log: Terminating any other active server processes
>
You are using an obsolete version (with a lot of known bugs). Since you
don't provide a test case, test postgres 9.5.5 (I suspect it was already
fixed in commit ec91ee8f00af9c3960cdc3dd1ecb9e3bb7cfee86 [1] although I
can be wrong). If it crashed in 9.5.5, provide a test case and/or a
stack trace [2].

[1]
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=ec91ee8f00af9c3960cdc3dd1ecb9e3bb7cfee86
[2]
https://wiki.postgresql.org/wiki/Getting_a_stack_trace_of_a_running_PostgreSQL_backend_on_Windows

--
Euler Taveira Timbira - http://www.timbira.com.br/
PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message philippe.beaudoin 2017-02-06 16:12:29 BUG #14529: Missing non pk data for "before image" in logical decoding
Previous Message rob stone 2017-02-06 00:20:13 Re: Parser failed to return an error