Bug 1177425 - [abrt] clang: SetCommentRetentionState(): clang killed by SIGSEGV
Summary: [abrt] clang: SetCommentRetentionState(): clang killed by SIGSEGV
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: llvm
Version: 21
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Adam Jackson
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:dbf808c3e3dc23457633d68f184...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-12-27 09:43 UTC by sean-clancy
Modified: 2015-12-02 16:52 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-12-02 06:31:21 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (88.40 KB, text/plain)
2014-12-27 09:43 UTC, sean-clancy
no flags Details
File: core_backtrace (2.34 KB, text/plain)
2014-12-27 09:43 UTC, sean-clancy
no flags Details
File: dso_list (1.06 KB, text/plain)
2014-12-27 09:43 UTC, sean-clancy
no flags Details
File: environ (3.79 KB, text/plain)
2014-12-27 09:44 UTC, sean-clancy
no flags Details
File: exploitable (82 bytes, text/plain)
2014-12-27 09:44 UTC, sean-clancy
no flags Details
File: maps (5.71 KB, text/plain)
2014-12-27 09:44 UTC, sean-clancy
no flags Details
File: open_fds (271 bytes, text/plain)
2014-12-27 09:44 UTC, sean-clancy
no flags Details
File: proc_pid_status (971 bytes, text/plain)
2014-12-27 09:44 UTC, sean-clancy
no flags Details
File: var_log_messages (167 bytes, text/plain)
2014-12-27 09:44 UTC, sean-clancy
no flags Details

Description sean-clancy 2014-12-27 09:43:53 UTC
Description of problem:
running clang static analyzer on OpenCV with precompiled headers enabled.

scan-build cmake opencv_source
scan-build make

Version-Release number of selected component:
clang-3.5.0-4.fc21

Additional info:
reporter:       libreport-2.3.0
backtrace_rating: 4
cmdline:        /usr/bin/clang++ -cc1 -triple x86_64-redhat-linux-gnu -fsyntax-only -disable-free -disable-llvm-verifier -main-file-name lapack.cpp -mrelocation-model pic -pic-level 2 -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -target-feature +sse -target-feature +sse2 -target-feature +sse3 -target-feature +ssse3 -target-linker-version 2.24 -momit-leaf-frame-pointer -dwarf-column-info -ffunction-sections -resource-dir /usr/bin/../lib/clang/3.5.0 -include-pch /home/beat/workspace/opencv/static_analyze/modules/core/precomp.hpp.gch -D CVAPI_EXPORTS -D OPENCV_NOSTL -D __OPENCV_BUILD=1 -D NDEBUG -D NDEBUG -I /home/beat/workspace/opencv/src/3rdparty/include/opencl/1.2 -I /home/beat/workspace/opencv/src/3rdparty/ippicv/unpack/ippicv_lnx/include -I /home/beat/workspace/opencv/static_analyze -I /home/beat/workspace/opencv/src/modules/core/include -I /home/beat/workspace/opencv/src/modules/core/src -I /home/beat/workspace/opencv/static_analyze/modules/core -internal-isystem /usr/bin/../lib/gcc/x86_64-redhat-linux/4.9.2/../../../../include/c++/4.9.2 -internal-isystem /usr/bin/../lib/gcc/x86_64-redhat-linux/4.9.2/../../../../include/c++/4.9.2/x86_64-redhat-linux -internal-isystem /usr/bin/../lib/gcc/x86_64-redhat-linux/4.9.2/../../../../include/c++/4.9.2/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.5.0/include -internal-externc-isystem /usr/include -internal-externc-isystem /usr/lib/gcc/x86_64-redhat-linux/4.9.2/include -O3 -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-long-long -fdeprecated-macro -fdebug-compilation-dir /home/beat/workspace/opencv/static_analyze/modules/core -ferror-limit 19 -fmessage-length 0 -fvisibility hidden -fvisibility-inlines-hidden -mstackrealign -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -vectorize-loops -vectorize-slp -x c++ /home/beat/workspace/opencv/src/modules/core/src/lapack.cpp -E -o /tmp/scan-build-2014-12-27-102210-15146-1/failures/clang_other_error_v1kh7W.ii
crash_function: SetCommentRetentionState
executable:     /usr/bin/clang
kernel:         3.17.6-300.fc21.x86_64
runlevel:       N 5
type:           CCpp

Truncated backtrace:
Thread no. 1 (7 frames)
 #0 SetCommentRetentionState at /usr/src/debug/llvm-3.5.0.src/tools/clang/include/clang/Lex/Preprocessor.h:516
 #1 clang::DoPrintPreprocessedInput at PrintPreprocessedOutput.cpp:717
 #2 clang::PrintPreprocessedAction::ExecuteAction at FrontendActions.cpp:654
 #3 clang::FrontendAction::Execute at FrontendAction.cpp:415
 #4 clang::CompilerInstance::ExecuteAction at CompilerInstance.cpp:810
 #5 clang::ExecuteCompilerInvocation at ExecuteCompilerInvocation.cpp:222
 #6 cc1_main at cc1_main.cpp:112

Comment 1 sean-clancy 2014-12-27 09:43:56 UTC
Created attachment 973426 [details]
File: backtrace

Comment 2 sean-clancy 2014-12-27 09:43:58 UTC
Created attachment 973427 [details]
File: core_backtrace

Comment 3 sean-clancy 2014-12-27 09:43:59 UTC
Created attachment 973428 [details]
File: dso_list

Comment 4 sean-clancy 2014-12-27 09:44:00 UTC
Created attachment 973429 [details]
File: environ

Comment 5 sean-clancy 2014-12-27 09:44:01 UTC
Created attachment 973430 [details]
File: exploitable

Comment 6 sean-clancy 2014-12-27 09:44:02 UTC
Created attachment 973431 [details]
File: maps

Comment 7 sean-clancy 2014-12-27 09:44:03 UTC
Created attachment 973432 [details]
File: open_fds

Comment 8 sean-clancy 2014-12-27 09:44:04 UTC
Created attachment 973433 [details]
File: proc_pid_status

Comment 9 sean-clancy 2014-12-27 09:44:05 UTC
Created attachment 973434 [details]
File: var_log_messages

Comment 10 Fedora End Of Life 2015-11-04 14:32:19 UTC
This message is a reminder that Fedora 21 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 21. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '21'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 21 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 11 Fedora End Of Life 2015-12-02 06:31:25 UTC
Fedora 21 changed to end-of-life (EOL) status on 2015-12-01. Fedora 21 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


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