[LLVMbugs] [Bug 23756] New: crash caused by assignment to anonymous class

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jun 4 07:54:43 PDT 2015


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

            Bug ID: 23756
           Summary: crash caused by assignment to anonymous class
           Product: new-bugs
           Version: 3.6
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: tomilovanatoliy at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 14433
  --> https://llvm.org/bugs/attachment.cgi?id=14433&action=edit
source

Crush with following message:

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.6.0 (tags/RELEASE_360/final 235480)
Target: x86_64-unknown-linux-gnu
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to
http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and
associated run script.
clang: note: diagnostic msg: 
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /tmp/main-f52826.cpp
clang: note: diagnostic msg: /tmp/main-f52826.sh
clang: note: diagnostic msg: 

********************

Invocation:

"/usr/local/bin/clang" "-cc1" "-triple" "x86_64-unknown-linux-gnu" "-emit-obj"
"-mrelax-all" "-disable-free" "-disable-llvm-verifier" "-main-file-name"
"main.cpp" "-mrelocation-model" "static" "-mthread-model" "posix"
"-mdisable-fp-elim" "-fmath-errno" "-masm-verbose" "-mconstructor-aliases"
"-munwind-tables" "-fuse-init-array" "-target-cpu" "x86-64"
"-target-linker-version" "2.22" "-dwarf-column-info" "-Weverything"
"-Wno-c++98-compat" "-Wno-c++98-compat-pedantic" "-Wno-c++98-compat"
"-pedantic" "-w" "-std=gnu++1z" "-fdeprecated-macro" "-ferror-limit" "19"
"-fmessage-length" "0" "-mstackrealign" "-fobjc-runtime=gcc" "-fcxx-exceptions"
"-fexceptions" "-fdiagnostics-show-option" "-x" "c++" "main-f52826.cpp"

-- 
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/20150604/59d17d23/attachment.html>


More information about the llvm-bugs mailing list