Bug 1458923 - GCC crashes when compiling modified ceph
Summary: GCC crashes when compiling modified ceph
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc
Version: 25
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-06-05 20:42 UTC by Adam C. Emerson
Modified: 2017-07-12 16:56 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-07-12 16:56:33 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Preprocessed source that the crash error asked me to include (9.34 MB, text/x-csrc)
2017-06-05 20:42 UTC, Adam C. Emerson
no flags Details

Description Adam C. Emerson 2017-06-05 20:42:01 UTC
Created attachment 1285137 [details]
Preprocessed source that the crash error asked me to include

Description of problem:

I am working on developing Ceph. I have a topic branch and GCC crashes out when compiling it. When I try to use CLang it works fine.

Version-Release number of selected component (if applicable):

% gcc --version
gcc (GCC) 6.3.1 20161221 (Red Hat 6.3.1-1)
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

How reproducible:

It is consistent, at least on this machine.

Steps to Reproduce:
1. git clone git://github.com/adamemerson/ceph
2. cd ceph
3. git checkout wip-FINISH-HIM
4. ./do_cmake.sh
5. cd build
6. make VERBOSE=1

Actual results:

/usr/bin/cmake -H/home/aemerson/ceph -B/home/aemerson/ceph/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/aemerson/ceph/build/CMakeFiles /home/aemerson/ceph/build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/home/aemerson/ceph/build'
make -f src/CMakeFiles/parse_secret_objs.dir/build.make src/CMakeFiles/parse_secret_objs.dir/depend
make[2]: Entering directory '/home/aemerson/ceph/build'
cd /home/aemerson/ceph/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/aemerson/ceph /home/aemerson/ceph/src /home/aemerson/ceph/bu
ild /home/aemerson/ceph/build/src /home/aemerson/ceph/build/src/CMakeFiles/parse_secret_objs.dir/DependInfo.cmake --color=
Dependee "/home/aemerson/ceph/build/src/CMakeFiles/parse_secret_objs.dir/DependInfo.cmake" is newer than depender "/home/aemerson/ceph/build/src/CM
akeFiles/parse_secret_objs.dir/depend.internal".
Dependee "/home/aemerson/ceph/build/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/aemerson/ceph/build/src/CMakeFile
s/parse_secret_objs.dir/depend.internal".
Scanning dependencies of target parse_secret_objs
make[2]: Leaving directory '/home/aemerson/ceph/build'
make -f src/CMakeFiles/parse_secret_objs.dir/build.make src/CMakeFiles/parse_secret_objs.dir/build
make[2]: Entering directory '/home/aemerson/ceph/build'
[  0%] Building C object src/CMakeFiles/parse_secret_objs.dir/common/secret.c.o
cd /home/aemerson/ceph/build/src && /usr/bin/cc -DCEPH_LIBDIR=\"/usr/local/lib64\" -DCEPH_PKGLIBDIR=\"/usr/local/lib64/ceph\" -D_FILE_OFFSET_BITS=6
4 -D_GNU_SOURCE -D__linux__ -isystem /home/aemerson/ceph/build/boost/include -I/home/aemerson/ceph/build/src/include -I/home/aemerson/ceph/src -isy
stem /home/aemerson/ceph/build/include -I/home/aemerson/ceph/src/xxHash -isystem /home/aemerson/ceph/src/rapidjson/include -I/home/aemerson/ceph/sr
c/dmclock/src -I/home/aemerson/ceph/src/dmclock/support/src -I/home/aemerson/ceph/src/googletest/googletest/include  -Wall -Wtype-limits -Wignored-
qualifiers -Winit-self -Wpointer-arith -Werror=format-security -fno-strict-aliasing -fsigned-char -Wno-unknown-pragmas -rdynamic -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=2 -fstack-protector-strong -fdiagnostics-color=auto -O2 -g  -fPIC   -DHAVE_CONFIG_H -D__CEPH__ -D_REENTRANT -D_THREAD_SAFE -D__ST
DC_FORMAT_MACROS -std=gnu99 -o CMakeFiles/parse_secret_objs.dir/common/secret.c.o   -c /home/aemerson/ceph/src/common/secret.c
make[2]: Leaving directory '/home/aemerson/ceph/build'
[  0%] Built target parse_secret_objs
make -f src/CMakeFiles/common_mountcephfs_objs.dir/build.make src/CMakeFiles/common_mountcephfs_objs.dir/depend
make[2]: Entering directory '/home/aemerson/ceph/build'
cd /home/aemerson/ceph/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/aemerson/ceph /home/aemerson/ceph/src /home/aemerson/ceph/bu
ild /home/aemerson/ceph/build/src /home/aemerson/ceph/build/src/CMakeFiles/common_mountcephfs_objs.dir/DependInfo.cmake --color=
Dependee "/home/aemerson/ceph/build/src/CMakeFiles/common_mountcephfs_objs.dir/DependInfo.cmake" is newer than depender "/home/aemerson/ceph/build/
src/CMakeFiles/common_mountcephfs_objs.dir/depend.internal".
Dependee "/home/aemerson/ceph/build/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/aemerson/ceph/build/src/CMakeFile
s/common_mountcephfs_objs.dir/depend.internal".
Scanning dependencies of target common_mountcephfs_objs
make[2]: Leaving directory '/home/aemerson/ceph/build'
make -f src/CMakeFiles/common_mountcephfs_objs.dir/build.make src/CMakeFiles/common_mountcephfs_objs.dir/build
[  0%] Building C object src/CMakeFiles/common_mountcephfs_objs.dir/common/armor.c.o
cd /home/aemerson/ceph/build/src && /usr/bin/cc -DCEPH_LIBDIR=\"/usr/local/lib64\" -DCEPH_PKGLIBDIR=\"/usr/local/lib64/ceph\" -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__linux__ -isystem /home/aemerson/ceph/build/boost/include -I/home/aemerson/ceph/build/src/include -I/home/aemerson/ceph/src -isystem /home/aemerson/ceph/build/include -I/home/aemerson/ceph/src/xxHash -isystem /home/aemerson/ceph/src/rapidjson/include -I/home/aemerson/ceph/src/dmclock/src -I/home/aemerson/ceph/src/dmclock/support/src -I/home/aemerson/ceph/src/googletest/googletest/include  -Wall -Wtype-limits -Wignored-qualifiers -Winit-self -Wpointer-arith -Werror=format-security -fno-strict-aliasing -fsigned-char -Wno-unknown-pragmas -rdynamic -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fdiagnostics-color=auto -O2 -g  -fPIC   -DHAVE_CONFIG_H -D__CEPH__ -D_REENTRANT -D_THREAD_SAFE -D__STDC_FORMAT_MACROS -std=gnu99 -o CMakeFiles/common_mountcephfs_objs.dir/common/armor.c.o   -c /home/aemerson/ceph/src/common/armor.c
[  0%] Building C object src/CMakeFiles/common_mountcephfs_objs.dir/common/safe_io.c.o
cd /home/aemerson/ceph/build/src && /usr/bin/cc -DCEPH_LIBDIR=\"/usr/local/lib64\" -DCEPH_PKGLIBDIR=\"/usr/local/lib64/ceph\" -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__linux__ -isystem /home/aemerson/ceph/build/boost/include -I/home/aemerson/ceph/build/src/include -I/home/aemerson/ceph/src -isystem /home/aemerson/ceph/build/include -I/home/aemerson/ceph/src/xxHash -isystem /home/aemerson/ceph/src/rapidjson/include -I/home/aemerson/ceph/src/dmclock/src -I/home/aemerson/ceph/src/dmclock/support/src -I/home/aemerson/ceph/src/googletest/googletest/include  -Wall -Wtype-limits -Wignored-qualifiers -Winit-self -Wpointer-arith -Werror=format-security -fno-strict-aliasing -fsigned-char -Wno-unknown-pragmas -rdynamic -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fdiagnostics-color=auto -O2 -g  -fPIC   -DHAVE_CONFIG_H -D__CEPH__ -D_REENTRANT -D_THREAD_SAFE -D__STDC_FORMAT_MACROS -std=gnu99 -o CMakeFiles/common_mountcephfs_objs.dir/common/safe_io.c.o   -c /home/aemerson/ceph/src/common/safe_io.c
[  1%] Building C object src/CMakeFiles/common_mountcephfs_objs.dir/common/module.c.o
cd /home/aemerson/ceph/build/src && /usr/bin/cc -DCEPH_LIBDIR=\"/usr/local/lib64\" -DCEPH_PKGLIBDIR=\"/usr/local/lib64/ceph\" -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__linux__ -isystem /home/aemerson/ceph/build/boost/include -I/home/aemerson/ceph/build/src/include -I/home/aemerson/ceph/src -isystem /home/aemerson/ceph/build/include -I/home/aemerson/ceph/src/xxHash -isystem /home/aemerson/ceph/src/rapidjson/include -I/home/aemerson/ceph/src/dmclock/src -I/home/aemerson/ceph/src/dmclock/support/src -I/home/aemerson/ceph/src/googletest/googletest/include  -Wall -Wtype-limits -Wignored-qualifiers -Winit-self -Wpointer-arith -Werror=format-security -fno-strict-aliasing -fsigned-char -Wno-unknown-pragmas -rdynamic -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fdiagnostics-color=auto -O2 -g  -fPIC   -DHAVE_CONFIG_H -D__CEPH__ -D_REENTRANT -D_THREAD_SAFE -D__STDC_FORMAT_MACROS -std=gnu99 -o CMakeFiles/common_mountcephfs_objs.dir/common/module.c.o   -c /home/aemerson/ceph/src/common/module.c
[  1%] Building C object src/CMakeFiles/common_mountcephfs_objs.dir/common/addr_parsing.c.o
cd /home/aemerson/ceph/build/src && /usr/bin/cc -DCEPH_LIBDIR=\"/usr/local/lib64\" -DCEPH_PKGLIBDIR=\"/usr/local/lib64/ceph\" -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__linux__ -isystem /home/aemerson/ceph/build/boost/include -I/home/aemerson/ceph/build/src/include -I/home/aemerson/ceph/src -isystem /home/aemerson/ceph/build/include -I/home/aemerson/ceph/src/xxHash -isystem /home/aemerson/ceph/src/rapidjson/include -I/home/aemerson/ceph/src/dmclock/src -I/home/aemerson/ceph/src/dmclock/support/src -I/home/aemerson/ceph/src/googletest/googletest/include  -Wall -Wtype-limits -Wignored-qualifiers -Winit-self -Wpointer-arith -Werror=format-security -fno-strict-aliasing -fsigned-char -Wno-unknown-pragmas -rdynamic -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fdiagnostics-color=auto -O2 -g  -fPIC   -DHAVE_CONFIG_H -D__CEPH__ -D_REENTRANT -D_THREAD_SAFE -D__STDC_FORMAT_MACROS -std=gnu99 -o CMakeFiles/common_mountcephfs_objs.dir/common/addr_parsing.c.o   -c /home/aemerson/ceph/src/common/addr_parsing.c
make[2]: Leaving directory '/home/aemerson/ceph/build'
[  1%] Built target common_mountcephfs_objs
make -f src/CMakeFiles/mount.ceph.dir/build.make src/CMakeFiles/mount.ceph.dir/depend
make[2]: Entering directory '/home/aemerson/ceph/build'
Dependee "/home/aemerson/ceph/build/src/CMakeFiles/mount.ceph.dir/DependInfo.cmake" is newer than depender "/home/aemerson/ceph/build/src/CMakeFiles/mount.ceph.dir/depend.internal".
Dependee "/home/aemerson/ceph/build/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/aemerson/ceph/build/src/CMakeFiles/mount.ceph.dir/depend.internal".
Scanning dependencies of target mount.ceph
make[2]: Leaving directory '/home/aemerson/ceph/build'
make -f src/CMakeFiles/mount.ceph.dir/build.make src/CMakeFiles/mount.ceph.dir/build
make[2]: Entering directory '/home/aemerson/ceph/build'
[  1%] Building C object src/CMakeFiles/mount.ceph.dir/mount/mount.ceph.c.o
cd /home/aemerson/ceph/build/src && /usr/bin/cc -DCEPH_LIBDIR=\"/usr/local/lib64\" -DCEPH_PKGLIBDIR=\"/usr/local/lib64/ceph\" -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__linux__ -isystem /home/aemerson/ceph/build/boost/include -I/home/aemerson/ceph/build/src/include -I/home/aemerson/ceph/src -isystem /home/aemerson/ceph/build/include -I/home/aemerson/ceph/src/xxHash -isystem /home/aemerson/ceph/src/rapidjson/include -I/home/aemerson/ceph/src/dmclock/src -I/home/aemerson/ceph/src/dmclock/support/src -I/home/aemerson/ceph/src/googletest/googletest/include  -Wall -Wtype-limits -Wignored-qualifiers -Winit-self -Wpointer-arith -Werror=format-security -fno-strict-aliasing -fsigned-char -Wno-unknown-pragmas -rdynamic -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fdiagnostics-color=auto -O2 -g  -fPIE   -DHAVE_CONFIG_H -D__CEPH__ -D_REENTRANT -D_THREAD_SAFE -D__STDC_FORMAT_MACROS -std=gnu99 -o CMakeFiles/mount.ceph.dir/mount/mount.ceph.c.o   -c /home/aemerson/ceph/src/mount/mount.ceph.c
[  1%] Linking C executable ../bin/mount.ceph
cd /home/aemerson/ceph/build/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/mount.ceph.dir/link.txt --verbose=1
/usr/bin/cc  -Wall -Wtype-limits -Wignored-qualifiers -Winit-self -Wpointer-arith -Werror=format-security -fno-strict-aliasing -fsigned-char -Wno-unknown-pragmas -rdynamic -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fdiagnostics-color=auto -O2 -g    -pie CMakeFiles/mount.ceph.dir/mount/mount.ceph.c.o CMakeFiles/parse_secret_objs.dir/common/secret.c.o CMakeFiles/common_mountcephfs_objs.dir/common/armor.c.o CMakeFiles/common_mountcephfs_objs.dir/common/safe_io.c.o CMakeFiles/common_mountcephfs_objs.dir/common/module.c.o CMakeFiles/common_mountcephfs_objs.dir/common/addr_parsing.c.o  -o ../bin/mount.ceph -lkeyutils 
make[2]: Leaving directory '/home/aemerson/ceph/build'
[  1%] Built target mount.ceph
make -f src/osdc/CMakeFiles/osdc_rbd_objs.dir/build.make src/osdc/CMakeFiles/osdc_rbd_objs.dir/depend
make[2]: Entering directory '/home/aemerson/ceph/build'
cd /home/aemerson/ceph/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/aemerson/ceph /home/aemerson/ceph/src/osdc /home/aemerson/ceph/build /home/aemerson/ceph/build/src/osdc /home/aemerson/ceph/build/src/osdc/CMakeFiles/osdc_rbd_objs.dir/DependInfo.cmake --color=
Dependee "/home/aemerson/ceph/build/src/osdc/CMakeFiles/osdc_rbd_objs.dir/DependInfo.cmake" is newer than depender "/home/aemerson/ceph/build/src/osdc/CMakeFiles/osdc_rbd_objs.dir/depend.internal".
Dependee "/home/aemerson/ceph/build/src/osdc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/aemerson/ceph/build/src/osdc/CMakeFiles/osdc_rbd_objs.dir/depend.internal".
Scanning dependencies of target osdc_rbd_objs
make[2]: Leaving directory '/home/aemerson/ceph/build'
make[2]: Entering directory '/home/aemerson/ceph/build'
[  1%] Building CXX object src/osdc/CMakeFiles/osdc_rbd_objs.dir/ObjectCacher.cc.o
cd /home/aemerson/ceph/build/src/osdc && /usr/bin/c++  -DCEPH_LIBDIR=\"/usr/local/lib64\" -DCEPH_PKGLIBDIR=\"/usr/local/lib64/ceph\" -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__linux__ -isystem /home/aemerson/ceph/build/boost/include -I/home/aemerson/ceph/build/src/include -I/home/aemerson/ceph/src -isystem /home/aemerson/ceph/build/include -I/home/aemerson/ceph/src/xxHash -isystem /home/aemerson/ceph/src/rapidjson/include -I/home/aemerson/ceph/src/dmclock/src -I/home/aemerson/ceph/src/dmclock/support/src -I/home/aemerson/ceph/src/googletest/googletest/include  -Wall -Wtype-limits -Wignored-qualifiers -Winit-self -Wpointer-arith -Werror=format-security -fno-strict-aliasing -fsigned-char -Wno-unknown-pragmas -rdynamic -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fdiagnostics-color=auto -I/usr/include/nss3 -I/usr/include/nspr4 -I/usr/include -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -O2 -g  -fPIC   -DHAVE_CONFIG_H -D__CEPH__ -D_REENTRANT -D_THREAD_SAFE -D__STDC_FORMAT_MACROS -std=c++11 -o CMakeFiles/osdc_rbd_objs.dir/ObjectCacher.cc.o -c /home/aemerson/ceph/src/osdc/ObjectCacher.cc
[  1%] Building CXX object src/osdc/CMakeFiles/osdc_rbd_objs.dir/Striper.cc.o
cd /home/aemerson/ceph/build/src/osdc && /usr/bin/c++  -DCEPH_LIBDIR=\"/usr/local/lib64\" -DCEPH_PKGLIBDIR=\"/usr/local/lib64/ceph\" -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__linux__ -isystem /home/aemerson/ceph/build/boost/include -I/home/aemerson/ceph/build/src/include -I/home/aemerson/ceph/src -isystem /home/aemerson/ceph/build/include -I/home/aemerson/ceph/src/xxHash -isystem /home/aemerson/ceph/src/rapidjson/include -I/home/aemerson/ceph/src/dmclock/src -I/home/aemerson/ceph/src/dmclock/support/src -I/home/aemerson/ceph/src/googletest/googletest/include  -Wall -Wtype-limits -Wignored-qualifiers -Winit-self -Wpointer-arith -Werror=format-security -fno-strict-aliasing -fsigned-char -Wno-unknown-pragmas -rdynamic -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fdiagnostics-color=auto -I/usr/include/nss3 -I/usr/include/nspr4 -I/usr/include -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -O2 -g  -fPIC   -DHAVE_CONFIG_H -D__CEPH__ -D_REENTRANT -D_THREAD_SAFE -D__STDC_FORMAT_MACROS -std=c++11 -o CMakeFiles/osdc_rbd_objs.dir/Striper.cc.o -c /home/aemerson/ceph/src/osdc/Striper.cc
make[2]: Leaving directory '/home/aemerson/ceph/build'
[  1%] Built target osdc_rbd_objs
make -f src/osdc/CMakeFiles/osdc.dir/build.make src/osdc/CMakeFiles/osdc.dir/depend
make[2]: Entering directory '/home/aemerson/ceph/build'
cd /home/aemerson/ceph/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/aemerson/ceph /home/aemerson/ceph/src/osdc /home/aemerson/ceph/build /home/aemerson/ceph/build/src/osdc /home/aemerson/ceph/build/src/osdc/CMakeFiles/osdc.dir/DependInfo.cmake --color=
Dependee "/home/aemerson/ceph/build/src/osdc/CMakeFiles/osdc.dir/DependInfo.cmake" is newer than depender "/home/aemerson/ceph/build/src/osdc/CMakeFiles/osdc.dir/depend.internal".
Dependee "/home/aemerson/ceph/build/src/osdc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/aemerson/ceph/build/src/osdc/CMakeFiles/osdc.dir/depend.internal".
Scanning dependencies of target osdc
make[2]: Leaving directory '/home/aemerson/ceph/build'
make -f src/osdc/CMakeFiles/osdc.dir/build.make src/osdc/CMakeFiles/osdc.dir/build
make[2]: Entering directory '/home/aemerson/ceph/build'
[  1%] Building CXX object src/osdc/CMakeFiles/osdc.dir/Objecter.cc.o
[  1%] Building CXX object src/osdc/CMakeFiles/osdc.dir/Filer.cc.o
cd /home/aemerson/ceph/build/src/osdc && /usr/bin/c++  -DCEPH_LIBDIR=\"/usr/local/lib64\" -DCEPH_PKGLIBDIR=\"/usr/local/lib64/ceph\" -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__linux__ -isystem /home/aemerson/ceph/build/boost/include -I/home/aemerson/ceph/build/src/include -I/home/aemerson/ceph/src -isystem /home/aemerson/ceph/build/include -I/home/aemerson/ceph/src/xxHash -isystem /home/aemerson/ceph/src/rapidjson/include -I/home/aemerson/ceph/src/dmclock/src -I/home/aemerson/ceph/src/dmclock/support/src -I/home/aemerson/ceph/src/googletest/googletest/include  -Wall -Wtype-limits -Wignored-qualifiers -Winit-self -Wpointer-arith -Werror=format-security -fno-strict-aliasing -fsigned-char -Wno-unknown-pragmas -rdynamic -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fdiagnostics-color=auto -I/usr/include/nss3 -I/usr/include/nspr4 -I/usr/include -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -O2 -g  -fPIC   -DHAVE_CONFIG_H -D__CEPH__ -D_REENTRANT -D_THREAD_SAFE -D__STDC_FORMAT_MACROS -std=c++11 -o CMakeFiles/osdc.dir/Filer.cc.o -c /home/aemerson/ceph/src/osdc/Filer.cc
[  1%] Linking CXX static library ../../lib/libosdc.a
cd /home/aemerson/ceph/build/src/osdc && /usr/bin/cmake -P CMakeFiles/osdc.dir/cmake_clean_target.cmake
cd /home/aemerson/ceph/build/src/osdc && /usr/bin/cmake -E cmake_link_script CMakeFiles/osdc.dir/link.txt --verbose=1
/usr/bin/ar qc ../../lib/libosdc.a  CMakeFiles/osdc.dir/Objecter.cc.o CMakeFiles/osdc.dir/Filer.cc.o CMakeFiles/osdc_rbd_objs.dir/ObjectCacher.cc.o CMakeFiles/osdc_rbd_objs.dir/Striper.cc.o
/usr/bin/ranlib ../../lib/libosdc.a
make[2]: Leaving directory '/home/aemerson/ceph/build'
[  1%] Built target osdc
make -f src/client/CMakeFiles/client.dir/build.make src/client/CMakeFiles/client.dir/depend
make[2]: Entering directory '/home/aemerson/ceph/build'
cd /home/aemerson/ceph/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/aemerson/ceph /home/aemerson/ceph/src/client /home/aemerson/ceph/build /home/aemerson/ceph/build/src/client /home/aemerson/ceph/build/src/client/CMakeFiles/client.dir/DependInfo.cmake --color=
Dependee "/home/aemerson/ceph/build/src/client/CMakeFiles/client.dir/DependInfo.cmake" is newer than depender "/home/aemerson/ceph/build/src/client/CMakeFiles/client.dir/depend.internal".
Dependee "/home/aemerson/ceph/build/src/client/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/aemerson/ceph/build/src/client/CMakeFiles/client.dir/depend.internal".
Scanning dependencies of target client
make[2]: Leaving directory '/home/aemerson/ceph/build'
make -f src/client/CMakeFiles/client.dir/build.make src/client/CMakeFiles/client.dir/build
make[2]: Entering directory '/home/aemerson/ceph/build'
cd /home/aemerson/ceph/build/src/client && /usr/bin/c++  -DCEPH_LIBDIR=\"/usr/local/lib64\" -DCEPH_PKGLIBDIR=\"/usr/local/lib64/ceph\" -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__linux__ -isystem /home/aemerson/ceph/build/boost/include -I/home/aemerson/ceph/build/src/include -I/home/aemerson/ceph/src -isystem /home/aemerson/ceph/build/include -I/home/aemerson/ceph/src/xxHash -isystem /home/aemerson/ceph/src/rapidjson/include -I/home/aemerson/ceph/src/dmclock/src -I/home/aemerson/ceph/src/dmclock/support/src -I/home/aemerson/ceph/src/googletest/googletest/include  -Wall -Wtype-limits -Wignored-qualifiers -Winit-self -Wpointer-arith -Werror=format-security -fno-strict-aliasing -fsigned-char -Wno-unknown-pragmas -rdynamic -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fdiagnostics-color=auto -I/usr/include/nss3 -I/usr/include/nspr4 -I/usr/include -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -O2 -g  -fPIC   -DHAVE_CONFIG_H -D__CEPH__ -D_REENTRANT -D_THREAD_SAFE -D__STDC_FORMAT_MACROS -std=c++11 -o CMakeFiles/client.dir/Client.cc.o -c /home/aemerson/ceph/src/client/Client.cc
[  1%] Building CXX object src/client/CMakeFiles/client.dir/Dentry.cc.o
cd /home/aemerson/ceph/build/src/client && /usr/bin/c++  -DCEPH_LIBDIR=\"/usr/local/lib64\" -DCEPH_PKGLIBDIR=\"/usr/local/lib64/ceph\" -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__linux__ -isystem /home/aemerson/ceph/build/boost/include -I/home/aemerson/ceph/build/src/include -I/home/aemerson/ceph/src -isystem /home/aemerson/ceph/build/include -I/home/aemerson/ceph/src/xxHash -isystem /home/aemerson/ceph/src/rapidjson/include -I/home/aemerson/ceph/src/dmclock/src -I/home/aemerson/ceph/src/dmclock/support/src -I/home/aemerson/ceph/src/googletest/googletest/include  -Wall -Wtype-limits -Wignored-qualifiers -Winit-self -Wpointer-arith -Werror=format-security -fno-strict-aliasing -fsigned-char -Wno-unknown-pragmas -rdynamic -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fdiagnostics-color=auto -I/usr/include/nss3 -I/usr/include/nspr4 -I/usr/include -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -O2 -g  -fPIC   -DHAVE_CONFIG_H -D__CEPH__ -D_REENTRANT -D_THREAD_SAFE -D__STDC_FORMAT_MACROS -std=c++11 -o CMakeFiles/client.dir/Dentry.cc.o -c /home/aemerson/ceph/src/client/Dentry.cc
[  1%] Building CXX object src/client/CMakeFiles/client.dir/Fh.cc.o
cd /home/aemerson/ceph/build/src/client && /usr/bin/c++  -DCEPH_LIBDIR=\"/usr/local/lib64\" -DCEPH_PKGLIBDIR=\"/usr/local/lib64/ceph\" -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__linux__ -isystem /home/aemerson/ceph/build/boost/include -I/home/aemerson/ceph/build/src/include -I/home/aemerson/ceph/src -isystem /home/aemerson/ceph/build/include -I/home/aemerson/ceph/src/xxHash -isystem /home/aemerson/ceph/src/rapidjson/include -I/home/aemerson/ceph/src/dmclock/src -I/home/aemerson/ceph/src/dmclock/support/src -I/home/aemerson/ceph/src/googletest/googletest/include  -Wall -Wtype-limits -Wignored-qualifiers -Winit-self -Wpointer-arith -Werror=format-security -fno-strict-aliasing -fsigned-char -Wno-unknown-pragmas -rdynamic -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fdiagnostics-color=auto -I/usr/include/nss3 -I/usr/include/nspr4 -I/usr/include -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -O2 -g  -fPIC   -DHAVE_CONFIG_H -D__CEPH__ -D_REENTRANT -D_THREAD_SAFE -D__STDC_FORMAT_MACROS -std=c++11 -o CMakeFiles/client.dir/Fh.cc.o -c /home/aemerson/ceph/src/client/Fh.cc
[  1%] Building CXX object src/client/CMakeFiles/client.dir/Inode.cc.o
cd /home/aemerson/ceph/build/src/client && /usr/bin/c++  -DCEPH_LIBDIR=\"/usr/local/lib64\" -DCEPH_PKGLIBDIR=\"/usr/local/lib64/ceph\" -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__linux__ -isystem /home/aemerson/ceph/build/boost/include -I/home/aemerson/ceph/build/src/include -I/home/aemerson/ceph/src -isystem /home/aemerson/ceph/build/include -I/home/aemerson/ceph/src/xxHash -isystem /home/aemerson/ceph/src/rapidjson/include -I/home/aemerson/ceph/src/dmclock/src -I/home/aemerson/ceph/src/dmclock/support/src -I/home/aemerson/ceph/src/googletest/googletest/include  -Wall -Wtype-limits -Wignored-qualifiers -Winit-self -Wpointer-arith -Werror=format-security -fno-strict-aliasing -fsigned-char -Wno-unknown-pragmas -rdynamic -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fdiagnostics-color=auto -I/usr/include/nss3 -I/usr/include/nspr4 -I/usr/include -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -O2 -g  -fPIC   -DHAVE_CONFIG_H -D__CEPH__ -D_REENTRANT -D_THREAD_SAFE -D__STDC_FORMAT_MACROS -std=c++11 -o CMakeFiles/client.dir/Inode.cc.o -c /home/aemerson/ceph/src/client/Inode.cc
In file included from /home/aemerson/ceph/src/client/Inode.cc:4:0:

   }
   ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
Preprocessed source stored into /tmp/ccddobQe.out file, please attach this to your bugreport.
src/client/CMakeFiles/client.dir/build.make:134: recipe for target 'src/client/CMakeFiles/client.dir/Inode.cc.o' failed
make[2]: *** [src/client/CMakeFiles/client.dir/Inode.cc.o] Error 1
make[2]: Leaving directory '/home/aemerson/ceph/build'
CMakeFiles/Makefile2:21231: recipe for target 'src/client/CMakeFiles/client.dir/all' failed
make[1]: *** [src/client/CMakeFiles/client.dir/all] Error 2
make[1]: Leaving directory '/home/aemerson/ceph/build'
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2

Expected results:

The program compiles. Or at least gives an error other than reporting a crash and sending me to this bugzilla.

Additional info:

I have had similar problems before, often changes in master will make them go away again, but I suspect there's some failure in GCC that is being tickled under some obscure circumstance.

Comment 1 Jakub Jelinek 2017-06-07 16:39:24 UTC
Can't reproduce with the preprocessed source you've provided, either with gcc-6.3.1-1.fc25 or current trunk.

Comment 2 Adam C. Emerson 2017-06-21 20:28:30 UTC
Hello! Here is a back trace, thank you:

(gdb) run
Starting program: /usr/libexec/gcc/x86_64-redhat-linux/6.3.1/cc1plus -quiet -I /home/aemerson/bar/build/src/include -I /home/aemerson/bar/src -I /home/aemerson/bar/src/xxHash -I /home/aemerson/bar/src/dmclock/src -I /home/aemerson/bar/src/dmclock/support/src -I /home/aemerson/bar/src/googletest/googletest/include -I /usr/include/nss3 -I /usr/include/nspr4 -I /usr/include -D_GNU_SOURCE -D CEPH_LIBDIR=\"/usr/local/lib64\" -D CEPH_PKGLIBDIR=\"/usr/local/lib64/ceph\" -D _FILE_OFFSET_BITS=64 -D _GNU_SOURCE -D __linux__ -U _FORTIFY_SOURCE -D _FORTIFY_SOURCE=2 -U _FORTIFY_SOURCE -D _FORTIFY_SOURCE=2 -D HAVE_CONFIG_H -D __CEPH__ -D _REENTRANT -D _THREAD_SAFE -D __STDC_FORMAT_MACROS -isystem /home/aemerson/bar/build/boost/include -isystem /home/aemerson/bar/build/include -isystem /home/aemerson/bar/src/rapidjson/include /home/aemerson/bar/src/client/Client.cc -quiet -dumpbase Client.cc -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/client.dir/Client.cc.o -g -O2 -Wall -Wtype-limits -Wignored-qualifiers -Winit-self -Wpointer-arith -Werror=format-security -Wno-unknown-pragmas -std=c++11 -fdiagnostics-color=auto -fno-strict-aliasing -fsigned-char -fstack-protector-strong -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -fPIC -o /tmp/ccHYBoIE.s

Program received signal SIGSEGV, Segmentation fault.
lookup_page_table_entry (p=0x725f73693a3a6474) at ../../gcc/ggc-page.c:634
634	  while (table->high_bits != high_bits)
(gdb) where
#0  lookup_page_table_entry (p=0x725f73693a3a6474) at ../../gcc/ggc-page.c:634
#1  0x0000000000693f7b in ggc_set_mark (p=p@entry=0x725f73693a3a6474) at ../../gcc/ggc-page.c:1531
#2  0x0000000000e28290 in gt_ggc_mx_lang_tree_node(void*) () at ./gt-cp-tree.h:236
#3  0x00000000006332ef in gt_ggc_mx (x_r=...) at ./gt-cp-semantics.h:53
#4  0x0000000000631ace in gt_ggc_mx<deferred_access_check> (v=<optimized out>) at ../../gcc/vec.h:1076
#5  gt_ggc_mx_vec_deferred_access_check_va_gc_ (x_p=0x7fffb27b7b40) at ./gt-cp-semantics.h:45
#6  0x0000000000615d11 in gt_ggc_mx_tree_check (x_p=0x7fffb27b5678) at ./gt-cp-parser.h:151
#7  0x0000000000615cdd in gt_ggc_mx<cp_token> (v=<optimized out>) at ../../gcc/vec.h:1076
#8  gt_ggc_mx_vec_cp_token_va_gc_ (x_p=0x7fffe54cd000) at ./gt-cp-parser.h:123
#9  0x0000000000614688 in gt_ggc_mx_cp_lexer (x_p=<optimized out>) at ./gt-cp-parser.h:112
#10 0x0000000000614557 in gt_ggc_mx_cp_parser (x_p=0x7fffe514b360) at ./gt-cp-parser.h:45
#11 0x00000000013a8f79 in ggc_mark_root_tab (rt=0x1505ce0 <gt_ggc_r_gt_cp_parser_h>) at ../../gcc/ggc-common.c:77
#12 0x00000000013a8f35 in ggc_mark_roots() () at ../../gcc/ggc-common.c:94
#13 0x0000000000693559 in ggc_collect () at ../../gcc/ggc-page.c:2201
#14 0x0000000000eb55ff in cgraph_node::finalize_function(tree_node*, bool) () at ../../gcc/cgraphunit.c:456
#15 0x0000000000e19bd5 in expand_or_defer_fn(tree_node*) () at ../../gcc/cp/semantics.c:4237
#16 0x0000000000df1f93 in cp_parser_function_definition_after_declarator(cp_parser*, bool) () at ../../gcc/cp/parser.c:25441
#17 0x0000000000df73c0 in cp_parser_late_parsing_for_member(cp_parser*, tree_node*) () at ../../gcc/cp/parser.c:26313
#18 0x0000000000de6b10 in cp_parser_class_specifier_1(cp_parser*) () at ../../gcc/cp/parser.c:21588
#19 0x0000000000ddd031 in cp_parser_class_specifier (parser=0x7fffe514b360) at ../../gcc/cp/parser.c:21614
#20 cp_parser_type_specifier (is_cv_qualifier=<synthetic pointer>, declares_class_or_enum=<synthetic pointer>, is_declaration=true, 
    decl_specs=<optimized out>, flags=1, parser=<optimized out>) at ../../gcc/cp/parser.c:15868
#21 cp_parser_decl_specifier_seq(cp_parser*, int, cp_decl_specifier_seq*, int*) () at ../../gcc/cp/parser.c:12788
#22 0x0000000000ddc544 in cp_parser_simple_declaration(cp_parser*, bool, tree_node**) () at ../../gcc/cp/parser.c:12322
#23 0x0000000000ddbde9 in cp_parser_block_declaration(cp_parser*, bool) () at ../../gcc/cp/parser.c:12269
#24 0x0000000000ddb9cd in cp_parser_declaration(cp_parser*) () at ../../gcc/cp/parser.c:12166
#25 0x0000000000ddb728 in cp_parser_declaration_seq_opt (parser=parser@entry=0x7fffe514b360) at ../../gcc/cp/parser.c:12045
#26 0x0000000001358a75 in cp_parser_translation_unit (parser=0x7fffe514b360) at ../../gcc/cp/parser.c:4323
#27 c_parse_file() () at ../../gcc/cp/parser.c:37541
#28 0x0000000001386903 in c_common_parse_file() () at ../../gcc/c-family/c-opts.c:1064
#29 0x00000000013d1218 in compile_file() () at ../../gcc/toplev.c:463
#30 0x0000000000d6c7ba in do_compile () at ../../gcc/toplev.c:1986
#31 toplev::m(gdb) run
Starting program: /usr/libexec/gcc/x86_64-redhat-linux/6.3.1/cc1plus -quiet -I /home/aemerson/bar/build/src/include -I /home/aemerson/bar/src -I /home/aemerson/bar/src/xxHash -I /home/aemerson/bar/src/dmclock/src -I /home/aemerson/bar/src/dmclock/support/src -I /home/aemerson/bar/src/googletest/googletest/include -I /usr/include/nss3 -I /usr/include/nspr4 -I /usr/include -D_GNU_SOURCE -D CEPH_LIBDIR=\"/usr/local/lib64\" -D CEPH_PKGLIBDIR=\"/usr/local/lib64/ceph\" -D _FILE_OFFSET_BITS=64 -D _GNU_SOURCE -D __linux__ -U _FORTIFY_SOURCE -D _FORTIFY_SOURCE=2 -U _FORTIFY_SOURCE -D _FORTIFY_SOURCE=2 -D HAVE_CONFIG_H -D __CEPH__ -D _REENTRANT -D _THREAD_SAFE -D __STDC_FORMAT_MACROS -isystem /home/aemerson/bar/build/boost/include -isystem /home/aemerson/bar/build/include -isystem /home/aemerson/bar/src/rapidjson/include /home/aemerson/bar/src/client/Client.cc -quiet -dumpbase Client.cc -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/client.dir/Client.cc.o -g -O2 -Wall -Wtype-limits -Wignored-qualifiers -Winit-self -Wpointer-arith -Werror=format-security -Wno-unknown-pragmas -std=c++11 -fdiagnostics-color=auto -fno-strict-aliasing -fsigned-char -fstack-protector-strong -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -fPIC -o /tmp/ccHYBoIE.s

Program received signal SIGSEGV, Segmentation fault.
lookup_page_table_entry (p=0x725f73693a3a6474) at ../../gcc/ggc-page.c:634
634	  while (table->high_bits != high_bits)
(gdb) where
#0  lookup_page_table_entry (p=0x725f73693a3a6474) at ../../gcc/ggc-page.c:634
#1  0x0000000000693f7b in ggc_set_mark (p=p@entry=0x725f73693a3a6474) at ../../gcc/ggc-page.c:1531
#2  0x0000000000e28290 in gt_ggc_mx_lang_tree_node(void*) () at ./gt-cp-tree.h:236
#3  0x00000000006332ef in gt_ggc_mx (x_r=...) at ./gt-cp-semantics.h:53
#4  0x0000000000631ace in gt_ggc_mx<deferred_access_check> (v=<optimized out>) at ../../gcc/vec.h:1076
#5  gt_ggc_mx_vec_deferred_access_check_va_gc_ (x_p=0x7fffb27b7b40) at ./gt-cp-semantics.h:45
#6  0x0000000000615d11 in gt_ggc_mx_tree_check (x_p=0x7fffb27b5678) at ./gt-cp-parser.h:151
#7  0x0000000000615cdd in gt_ggc_mx<cp_token> (v=<optimized out>) at ../../gcc/vec.h:1076
#8  gt_ggc_mx_vec_cp_token_va_gc_ (x_p=0x7fffe54cd000) at ./gt-cp-parser.h:123
#9  0x0000000000614688 in gt_ggc_mx_cp_lexer (x_p=<optimized out>) at ./gt-cp-parser.h:112
#10 0x0000000000614557 in gt_ggc_mx_cp_parser (x_p=0x7fffe514b360) at ./gt-cp-parser.h:45
#11 0x00000000013a8f79 in ggc_mark_root_tab (rt=0x1505ce0 <gt_ggc_r_gt_cp_parser_h>) at ../../gcc/ggc-common.c:77
#12 0x00000000013a8f35 in ggc_mark_roots() () at ../../gcc/ggc-common.c:94
#13 0x0000000000693559 in ggc_collect () at ../../gcc/ggc-page.c:2201
#14 0x0000000000eb55ff in cgraph_node::finalize_function(tree_node*, bool) () at ../../gcc/cgraphunit.c:456
#15 0x0000000000e19bd5 in expand_or_defer_fn(tree_node*) () at ../../gcc/cp/semantics.c:4237
#16 0x0000000000df1f93 in cp_parser_function_definition_after_declarator(cp_parser*, bool) () at ../../gcc/cp/parser.c:25441
#17 0x0000000000df73c0 in cp_parser_late_parsing_for_member(cp_parser*, tree_node*) () at ../../gcc/cp/parser.c:26313
#18 0x0000000000de6b10 in cp_parser_class_specifier_1(cp_parser*) () at ../../gcc/cp/parser.c:21588
#19 0x0000000000ddd031 in cp_parser_class_specifier (parser=0x7fffe514b360) at ../../gcc/cp/parser.c:21614
#20 cp_parser_type_specifier (is_cv_qualifier=<synthetic pointer>, declares_class_or_enum=<synthetic pointer>, is_declaration=true, 
    decl_specs=<optimized out>, flags=1, parser=<optimized out>) at ../../gcc/cp/parser.c:15868
#21 cp_parser_decl_specifier_seq(cp_parser*, int, cp_decl_specifier_seq*, int*) () at ../../gcc/cp/parser.c:12788
#22 0x0000000000ddc544 in cp_parser_simple_declaration(cp_parser*, bool, tree_node**) () at ../../gcc/cp/parser.c:12322
#23 0x0000000000ddbde9 in cp_parser_block_declaration(cp_parser*, bool) () at ../../gcc/cp/parser.c:12269
#24 0x0000000000ddb9cd in cp_parser_declaration(cp_parser*) () at ../../gcc/cp/parser.c:12166
#25 0x0000000000ddb728 in cp_parser_declaration_seq_opt (parser=parser@entry=0x7fffe514b360) at ../../gcc/cp/parser.c:12045
#26 0x0000000001358a75 in cp_parser_translation_unit (parser=0x7fffe514b360) at ../../gcc/cp/parser.c:4323
#27 c_parse_file() () at ../../gcc/cp/parser.c:37541
#28 0x0000000001386903 in c_common_parse_file() () at ../../gcc/c-family/c-opts.c:1064
#29 0x00000000013d1218 in compile_file() () at ../../gcc/toplev.c:463
#30 0x0000000000d6c7ba in do_compile () at ../../gcc/toplev.c:1986
#31 toplev::main(int, char**) () at ../../gcc/toplev.c:2094
#32 0x0000000000d6dfb7 in main () at ../../gcc/main.c:39
#33 0x00007ffff6c00401 in __libc_start_main (main=0xd6df80 <main>, argc=84, argv=0x7fffffffd488, init=<optimized out>, fini=<optimized out>, 
    rtld_fini=<optimized out>, stack_end=0x7fffffffd478) at ../csu/libc-start.c:289
#34 0x000000000134c97a in _start ()
(gdb) list
629	#if HOST_BITS_PER_PTR <= 32
630	  base = &G.lookup[0];
631	#else
632	  page_table table = G.lookup;
633	  uintptr_t high_bits = (uintptr_t) p & ~ (uintptr_t) 0xffffffff;
634	  while (table->high_bits != high_bits)
635	    table = table->next;
636	  base = &table->table[0];
637	#endif
638
(gdb) print table
$1 = (page_table) 0x0
(gdb)
ain(int, char**) () at ../../gcc/toplev.c:2094
#32 0x0000000000d6dfb7 in main () at ../../gcc/main.c:39
#33 0x00007ffff6c00401 in __libc_start_main (main=0xd6df80 <main>, argc=84, argv=0x7fffffffd488, init=<optimized out>, fini=<optimized out>, 
    rtld_fini=<optimized out>, stack_end=0x7fffffffd478) at ../csu/libc-start.c:289
#34 0x000000000134c97a in _start ()
(gdb) list
629	#if HOST_BITS_PER_PTR <= 32
630	  base = &G.lookup[0];
631	#else
632	  page_table table = G.lookup;
633	  uintptr_t high_bits = (uintptr_t) p & ~ (uintptr_t) 0xffffffff;
634	  while (table->high_bits != high_bits)
635	    table = table->next;
636	  base = &table->table[0];
637	#endif
638
(gdb) print table
$1 = (page_table) 0x0
(gdb)

Comment 3 Jakub Jelinek 2017-06-30 12:58:25 UTC
Haven't managed to reproduce it even with additional --param ggc-min-heapsize=0 --param ggc-min-expand=0 (which triggers the GC at all ggc_collect spots).
So it is hard to debug.
Solely from the above backtrace, it seems 0x725f73693a3a6474 which is being dereferenced as a pointer is actually a portion of a string:
"td::is_r"
The above suggests that this is because some cp_token has tree_check_value pointing to a vector where one of the elements has checks a vector where one of the elements has binfo field which is the above invalid pointer or one of its TREE_CHAIN is.  But it is impossible to find out why that happened without reproduction.
So, if you can reproduce somewhere and can give me access to that box, I can debug further, otherwise there is nothing that can be done here.

Comment 4 Adam C. Emerson 2017-07-12 16:56:33 UTC
This is fixed in the new version of GCC in Fedora 26.


Note You need to log in before you can comment on or make changes to this bug.