Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2015 18:55:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 203964] Clang 3.7.0 crash in i386 buildkernel
Message-ID:  <bug-203964-8-wnbOPXyOtO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203964-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203964-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203964

Dimitry Andric <dim@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dim@FreeBSD.org
             Status|New                         |In Progress

--- Comment #2 from Dimitry Andric <dim@FreeBSD.org> ---
(Note: the .c attachment seems to have been compressed by gzip twice, you have
to uncompress it twice to get at the plaintext.)

Your test case compiles just fine here:

$ clang -cc1 -triple i386-unknown-freebsd11.0 -emit-obj -disable-free
-main-file-name hptnr_config.c -mrelocation-model static -mthread-model posix
-mdisable-fp-elim -masm-verbose -mconstructor-aliases -target-cpu i486
-target-feature -mmx -target-feature -sse -target-feature -aes -target-feature
-avx -no-implicit-float -gdwarf-2 -dwarf-column-info -nostdsysteminc
-nobuiltininc -D _KERNEL -D HAVE_KERNEL_OPTION_HEADERS -D
__printf__=__freebsd_kprintf__ -O2 -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
-Wundef -Wno-pointer-sign -Wmissing-include-dirs -Wno-unknown-pragmas
-Wno-error-tautological-compare -Wno-error-empty-body
-Wno-error-parentheses-equality -Wno-error-unused-function
-Wno-error-pointer-sign -Wno-error-shift-negative-value -Werror
-std=iso9899:1999 -ferror-limit 19 -fmessage-length 0 -ffreestanding -fwrapv
-stack-protector 1 -mstackrealign -fobjc-runtime=gnustep
-fdiagnostics-show-option -vectorize-loops -vectorize-slp -x c
hptnr_config-930780.c

$ ls -l hptnr_config-930780.o
-rw-r--r--  1 dim  dim  3312 2015-10-22 20:54:45 hptnr_config-930780.o

Maybe you were running out of memory?  Does this error reproduce consistently?

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203964-8-wnbOPXyOtO>