[llvm-bugs] [Bug 28456] New: compiler crash [freebsd specific?]

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Jul 7 08:58:12 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=28456

            Bug ID: 28456
           Summary: compiler crash [freebsd specific?]
           Product: clang
           Version: 3.5
          Hardware: PC
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: bugzilla at hannes.hauswedell.net
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 16711
  --> https://llvm.org/bugs/attachment.cgi?id=16711&action=edit
crash cpp

One test in our library's test suite crashes clang-3.5.2 on FreeBSD, but not on
OSX or Linux. Also newer versions on FreeBSD are not affected. Please see the
information below.

% make test_align_simd
Scanning dependencies of target seqan_library
Built target seqan_library
Scanning dependencies of target test_align_simd
Building CXX object
tests/align/CMakeFiles/test_align_simd.dir/test_align_simd.cpp.o
Stack dump:
0.      Program arguments: /usr/local/llvm35/bin/clang -cc1 -triple
x86_64-portbld-freebsd10.1 -emit-obj -disable-free -disable-llvm-verifier
-main-file-name test_align_simd.cpp -mrelocation-model static -mdisable-fp-elim
-masm-verbose -mconstructor-aliases -munwind-tables -target-cpu x86-64
-target-linker-version 2.17.50 -dwarf-column-info -coverage-file
/home/mi/h4nn3s/devel/seqan_local-build/clang35_release/tests/align/CMakeFiles/test_align_simd.dir/test_align_simd.cpp.o
-resource-dir /usr/local/llvm35/bin/../lib/clang/3.5.2 -D
SEQAN_ENABLE_TESTING=1 -D SEQAN_HAS_EXECINFO=1 -D _FILE_OFFSET_BITS=64 -D
_GLIBCXX_USE_C99=1 -D _LARGEFILE_SOURCE -D SEQAN_GLOBAL_EXCEPTION_HANDLER=1 -I
/home/mi/h4nn3s/devel/seqan_local/include -internal-isystem /usr/include/c++/v1
-O3 -W -Wall -Wstrict-aliasing -pedantic -std=c++14 -fdeprecated-macro
-fdebug-compilation-dir
/home/mi/h4nn3s/devel/seqan_local-build/clang35_release/tests/align
-ferror-limit 19 -fmessage-length 0 -mstackrealign -fobjc-runtime=gnustep
-fcxx-exceptions -fexceptions -fdiagnostics-show-option -fcolor-diagnostics
-vectorize-loops -vectorize-slp -o
CMakeFiles/test_align_simd.dir/test_align_simd.cpp.o -x c++
/home/mi/h4nn3s/devel/seqan_local/tests/align/test_align_simd.cpp 
1.      <eof> parser at end of file
2.     
/home/mi/h4nn3s/devel/seqan_local/include/seqan/basic/test_system.h:244:17:
instantiating function definition 'make'
3.      /home/mi/h4nn3s/devel/seqan_local/tests/align/test_align_simd.h:483:1
<Spelling=<scratch space>:117:1>: instantiating function definition
'SimdAlignTestCommon__Linear_Align'
4.      /home/mi/h4nn3s/devel/seqan_local/tests/align/test_align_simd.h:483:1
<Spelling=/home/mi/h4nn3s/devel/seqan_local/include/seqan/basic/test_system.h:356:22>:
instantiating function definition 'runTest'
5.      /home/mi/h4nn3s/devel/seqan_local/tests/align/test_align_simd.h:418:6:
instantiating function definition 'testAlignSimd'
6.      /home/mi/h4nn3s/devel/seqan_local/tests/align/test_align_simd.h:369:6:
instantiating function definition 'testAlignSimd'
7.     
/home/mi/h4nn3s/devel/seqan_local/include/seqan/sequence/container_view_zip.h:283:1:
instantiating function definition 'makeZipView'
8.     
/home/mi/h4nn3s/devel/seqan_local/include/seqan/sequence/container_view_zip.h:92:5:
instantiating function definition 'ContainerView'
9.     
/home/mi/h4nn3s/devel/seqan_local/include/seqan/basic/iterator_zip.h:650:1:
instantiating function definition 'makeZipIterator'
10.    
/home/mi/h4nn3s/devel/seqan_local/include/seqan/basic/iterator_zip.h:128:5:
instantiating function definition 'Iter'
clang: error: unable to execute command: Segmentation fault (core dumped)
clang: error: clang frontend command failed due to signal (use -v to see
invocation)
clang version 3.5.2 (tags/RELEASE_352/final)
Target: x86_64-portbld-freebsd10.1
Thread model: posix

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160707/f20dca87/attachment.html>


More information about the llvm-bugs mailing list