Re: [BUGS] BUG #14897: Segfault on statitics SQL request - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: [BUGS] BUG #14897: Segfault on statitics SQL request
Date
Msg-id CAB7nPqReMmn3Pg942we4aK73SFSVamdM0SAUO0BZHcvzA71h+A@mail.gmail.com
Whole thread Raw
In response to Re: [BUGS] BUG #14897: Segfault on statitics SQL request  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [BUGS] BUG #14897: Segfault on statitics SQL request  (Dmitry Dolgov <9erthalion6@gmail.com>)
List pgsql-bugs
On Mon, Nov 13, 2017 at 2:39 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Michael Paquier <michael.paquier@gmail.com> writes:
>> On Sat, Nov 11, 2017 at 8:06 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>>> My Fedora box thinks __alignof__(__int128) is 16, which is suspicious,
>>> but it's not crashing.
>
>> My laptop uses Arch, and I can see the crash easily when compiling
>> with gcc 7.2 which is the one bundled in the core package set:
>
> In hopes of reproducing this bug locally, I updated my Fedora laptop
> to F26, which has gcc 7.2.1.  But I still can't get it to generate any
> SIMD instructions for numeric.c, even after considerable fooling about
> with -march and related compiler flags.  I wonder whether Arch is
> enabling some bleeding-edge gcc build flags that Red Hat doesn't trust
> yet.  It might be interesting to compare outputs of "gcc -v".  Mine is
>
> $ gcc -v
> Using built-in specs.
> COLLECT_GCC=/usr/bin/gcc
> COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/7/lto-wrapper
> OFFLOAD_TARGET_NAMES=nvptx-none
> OFFLOAD_TARGET_DEFAULT=1
> Target: x86_64-redhat-linux
> Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto
--prefix=/usr--mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla
--enable-shared--enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib
--enable-__cxa_atexit--disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id
--with-gcc-major-version-only--with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl
--enable-libmpx--enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function
--with-tune=generic--with-arch_32=i686 --build=x86_64-redhat-linux 
> Thread model: posix
> gcc version 7.2.1 20170915 (Red Hat 7.2.1-2) (GCC)

Here is what my version on Arch tells:
$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr
--libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man
--infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/
--enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++
--enable-shared --enable-threads=posix --enable-libmpx
--with-system-zlib --with-isl --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-clocale=gnu
--disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object
--enable-linker-build-id --enable-lto --enable-plugin
--enable-install-libiberty --with-linker-hash-style=gnu
--enable-gnu-indirect-function --disable-multilib --disable-werror
--enable-checking=release --enable-default-pie --enable-default-ssp
Thread model: posix
gcc version 7.2.0 (GCC)
--
Michael


--
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: Andres Freund
Date:
Subject: Re: [BUGS] BUG #14901: Canceled queries missing frompg_stat_statements
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] BUG #14901: Canceled queries missing from pg_stat_statements