[LLVMbugs] [Bug 1843] New: compiler segfaults when compiling ruby 1.9 ( latest svn version)

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Dec 7 06:39:55 PST 2007


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

           Summary: compiler segfaults when compiling ruby 1.9 (latest svn
                    version)
           Product: tools
           Version: 2.1
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: critical
          Priority: P2
         Component: llvm-gcc
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: v.konrad at lse.ac.uk
                CC: llvmbugs at cs.uiuc.edu


llvm-gcc -g -O2  -I. -I.ext/include/i686-linux -I./include -I.  -DRUBY_EXPORT
-D_GNU_SOURCE=1  -c vm.c
vm.c: In function ‘vm_call0’:
vm.c:483: warning: passing argument 7 of ‘vm_call_bmethod’ discards
qualifiers from pointer target type
vm.c: At top level:
vm.c:1901: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://developer.apple.com/bugreporter> for instructions.
make: *** [vm.o] Error 1
--------------------------------
llvm-gcc --version:

llvm-gcc (GCC) 4.2.1(llvm) (Based on Apple Inc. build 5530)
Copyright (C) 2007 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.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list