Re: BUG #15446: Crash on ALTER TABLE

From: Andres Freund <andres(at)anarazel(dot)de>
To: aldarund(at)gmail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15446: Crash on ALTER TABLE
Date: 2018-10-19 23:27:02
Message-ID: 20181019232702.rrpvboypopyxmgpc@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

Hi,

On 2018-10-19 23:20:10 +0000, PG Bug reporting form wrote:
> The following bug has been logged on the website:
>
> Bug reference: 15446
> Logged by: Dmitry Molotkov
> Email address: aldarund(at)gmail(dot)com
> PostgreSQL version: 11.0
> Operating system: docker
> Description:
>
> postgres via docker.
> latest tag dont work.
>
> 2018-10-19 23:17:53.903 UTC [1] LOG: server process (PID 69) was terminated
> by signal 11: Segmentation fault
> 2018-10-19 23:17:53.903 UTC [1] DETAIL: Failed process was running: ALTER
> TABLE "admin_interface_theme" ALTER COLUMN
> "related_modal_background_opacity" TYPE varchar(5) USING
> "related_modal_background_opacity"::varchar(5)

Unfortunately this is not enough information to reproduce the
problem. It'd be very helpful if you could provide a reproducible set of
commands that trigger the crash. Alternatively, should that prove hard,
the very least we're going to need the table definition of that
admin_interface_theme table, so we can attempt to reproduce the issue
ourselves.

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2018-10-19 23:49:45 BUG #15447: Dramatic slowdown in psqlODBC when a debugger is attached to the process
Previous Message PG Bug reporting form 2018-10-19 23:20:10 BUG #15446: Crash on ALTER TABLE

Browse pgsql-hackers by date

  From Date Subject
Next Message Dmitry Molotkov 2018-10-19 23:58:21 Re: BUG #15446: Crash on ALTER TABLE
Previous Message PG Bug reporting form 2018-10-19 23:20:10 BUG #15446: Crash on ALTER TABLE