Re: BUG #15121: Multiple UBSAN errors
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Martin Liška <marxin.liska@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Tomas Vondra <tomas.vondra@2ndquadrant.com>, pgsql-bugs@lists.postgresql.org
Date: 2018-03-22T23:34:39Z
Lists: pgsql-bugs
On 2018-03-19 21:01:28 +0100, Martin Liška wrote: > > Oh. I think I'll setup two BF animals that continually run using > > debian's gcc-snapshot package, once with O0 and once with O3. I've done that now. serinus (-O3) and flaviventris (-O0. > OK guys, you were right, it's miscompilation caused by GCC: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84969 The current version of the gcc-snapshot package is from before the commited fix. I've now updated, therefore we hopefully should see serinus turn green again. Greetings, Andres Freund
Commits
-
Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.
- b664b187d7ea 9.5.19 landed
- cd9d48969d94 10.10 landed
- 4b85f20f948d 11.5 landed
- 2938aa2a5b1c 9.6.15 landed
- 459c3cdb4ad8 12.0 landed
-
Doc: note that statement-level view triggers require an INSTEAD OF trigger.
- a46783204713 11.0 cited