[LLVMbugs] [Bug 15609] New: Segfault during compilation of Objective C

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Mar 27 02:07:55 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=15609

            Bug ID: 15609
           Summary: Segfault during compilation of Objective C
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
          Assignee: unassignedclangbugs at nondot.org
          Reporter: jackridehalgh.dev at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 10243
  --> http://llvm.org/bugs/attachment.cgi?id=10243&action=edit
Invokation of clang from the project's Makefile

I'm following the steps here at http://darling.dolezel.info/en/Build/Ubuntu

My OS is Kali Linux, I'm using Debian clang version 3.2-1~exp8 from the
experimental Debian source

When I try to compile GNUstep Libobjc2, Clang segfaults and I get the following
error message: 

1.    <eof> parser at end of file
2.    Code generation
3.    Running pass 'Function Pass Manager' on module
'/home/equinoxide/Darling/GNUStep/gnustep-libobjc2/Test/BoxedForeignException.m'.
4.    Running pass 'X86 DAG->DAG Instruction Selection' on function '@main'
clang: error: unable to execute command: Segmentation fault
clang: error: clang frontend command failed due to signal (use -v to see
invocation)

-- 
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/20130327/d5fe1966/attachment.html>


More information about the llvm-bugs mailing list