Re: [BUGS] PG10 Segfault 11 on default Ubuntu 16.04 installs - Mailing list pgsql-bugs

From Dilip Kumar
Subject Re: [BUGS] PG10 Segfault 11 on default Ubuntu 16.04 installs
Date
Msg-id CAFiTN-s6t+1+=rOm71YOoo2Ezf5C=2kDoi=1Kvhv3UjEAEETsw@mail.gmail.com
Whole thread Raw
In response to Re: [BUGS] PG10 Segfault 11 on default Ubuntu 16.04 installs  (Stefan Tzeggai <tzeggai@empirica-systeme.de>)
Responses Re: [BUGS] PG10 Segfault 11 on default Ubuntu 16.04 installs  (Stefan Tzeggai <tzeggai@empirica-systeme.de>)
List pgsql-bugs
On Wed, Nov 8, 2017 at 7:00 PM, Stefan Tzeggai
<tzeggai@empirica-systeme.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@sss.pgh.pa.us>
Date:   Mon Oct 2 17:09:15 2017 -0400
   Stamp 10.0.

[2]
commit a3b1c221893f739950e9232b4b789750f247cee5
Author: Robert Haas <rhaas@postgresql.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


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

pgsql-bugs by date:

Previous
From: Stefan Tzeggai
Date:
Subject: Re: [BUGS] Segfault 11 on PG10 with max_parallel_workers_per_gather>3
Next
From: Stefan Tzeggai
Date:
Subject: Re: [BUGS] PG10 Segfault 11 on default Ubuntu 16.04 installs