BUG #17998: Postgres crashes when executing WorkTableScan. - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #17998: Postgres crashes when executing WorkTableScan.
Date
Msg-id 17998-26b44813a7107979@postgresql.org
Whole thread Raw
Responses 回复: BUG #17998: Postgres crashes when executing WorkTableScan.  (梁 成林 <chenglin-liang@outlook.com>)
Re: BUG #17998: Postgres crashes when executing WorkTableScan.  (Heikki Linnakangas <hlinnaka@iki.fi>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      17998
Logged by:          Jerry
Email address:      chenglin-liang@outlook.com
PostgreSQL version: Unsupported/Unknown
Operating system:   Ubuntu 18.04.6
Description:

I developed a fuzzing tool that skips the optimizer and directly uses the
correct physical plan to fuzz postgres, and found a crash caused by
executing WorkTableScan.
For detailed steps to reproduce, see the
link:https://github.com/chenglinLiang/pg-report.

-- Environment --
PG version: 10.23
Platform: Ubuntu 18.04.6
Kernel: Linux 5.15.0-75-generic


pgsql-bugs by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: BUG #17949: Adding an index introduces serialisation anomalies.
Next
From: 梁 成林
Date:
Subject: 回复: BUG #17998: Postgres crashes when executing WorkTableScan.