Re: PG10 Segfault 11 on default Ubuntu 16.04 installs

From: Dilip Kumar <dilipbalaut(at)gmail(dot)com>
To: Stefan Tzeggai <tzeggai(at)empirica-systeme(dot)de>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: PG10 Segfault 11 on default Ubuntu 16.04 installs
Date: 2017-11-08 15:15:37
Message-ID: CAFiTN-s6t+1+=rOm71YOoo2Ezf5C=2kDoi=1Kvhv3UjEAEETsw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Nov 8, 2017 at 7:00 PM, Stefan Tzeggai
<tzeggai(at)empirica-systeme(dot)de> wrote:
> Sorry, I missed a line:
>
>> # Installing 10.0-1.pgdg16.04+1
>> sudo apt install postgresql-10
>> sudo su postgres
>> dropdb analyst
>> createdb analyst
>
> AND THEN pg_restore -U postgres -v -d analyst -Fc
> dumpSegfaultSmaller.backup
>

Thanks for the information, I could reproduce the issue at v10 stamp
commit[1] and
it's fixed at [2], I have also verified from the core dump that issue
is same what
got fixed at [2]

[1]
commit 5df0e99bea1c3e5fbffa7fbd0982da88ea149bb6
Author: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Date: Mon Oct 2 17:09:15 2017 -0400

Stamp 10.0.

[2]
commit a3b1c221893f739950e9232b4b789750f247cee5
Author: Robert Haas <rhaas(at)postgresql(dot)org>
Date: Fri Oct 13 14:53:28 2017 -0400

Fix possible crash with Parallel Bitmap Heap Scan.

--
Regards,
Dilip Kumar
EnterpriseDB: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Stefan Tzeggai 2017-11-08 15:46:58 Re: PG10 Segfault 11 on default Ubuntu 16.04 installs
Previous Message Stefan Tzeggai 2017-11-08 14:02:10 Re: Segfault 11 on PG10 with max_parallel_workers_per_gather>3