• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
clang failed with exit code 250
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

clang failed with exit code 250


  • Subject: clang failed with exit code 250
  • From: Paul Summermatter <email@hidden>
  • Date: Thu, 01 Jul 2010 12:48:50 -0400

All,

Before filing a bug, I wanted to check to make sure I wasn't doing something stupid.  I'm trying to compile our iPhone project on Xcode 3.2.3 with LLVM 1.5.  When I do so, I get the following error (note that this same code compiles fine with GCC 4.2):

UNREACHABLE executed!
0  clang             0x0000000100d3d502
1  clang             0x0000000100d3d9e4
2  libSystem.B.dylib 0x00007fff8637735a _sigtramp + 26
3  libSystem.B.dylib 0x00000001011d48b0 _sigtramp + 2061882736
4  clang             0x0000000100d18ccd
5  clang             0x0000000100cdfc33
6  clang             0x00000001008c2a7f
7  clang             0x00000001008a478f
8  clang             0x00000001008dd5cc
9  clang             0x00000001008ddf60
10 clang             0x00000001008dee3c
11 clang             0x000000010097949e
12 clang             0x0000000100cc95c2
13 clang             0x0000000100cc9794
14 clang             0x0000000100cc9956
15 clang             0x0000000100037615
16 clang             0x0000000100253751
17 clang             0x000000010003a20e
18 clang             0x00000001000215a3
19 clang             0x0000000100024878
20 clang             0x000000010001f8d8
Stack dump:
0. Program arguments: /Developer/3.2.3/Platforms/iPhoneOS.platform/Developer/usr/bin/clang -cc1 -triple thumbv6-apple-darwin3.1.3-iphoneos -S -disable-free -disable-llvm-verifier -main-file-name TCBackgroundView.m -pic-level 1 -mdisable-fp-elim -target-abi apcs-gnu -target-cpu arm1136jf-s -mfloat-abi soft -target-feature +soft-float-abi -g -resource-dir /Developer/3.2.3/Platforms/iPhoneOS.platform/Developer/usr/lib/clang/1.5 -isysroot /Developer/3.2.3/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.0.sdk -iquote /Users/paulrs/Developer/MyCompany/iphone/branches/4.13.0/cocoa/MyApp/build/MyApp.build/Debug-iphoneos/MyApp-iPhoneOnly.build/MyApp-generated-files.hmap -iquote /Users/paulrs/Developer/MyCompany/iphone/branches/4.13.0/cocoa/MyApp/build/MyApp.build/Debug-iphoneos/MyApp-iPhoneOnly.build/MyApp-project-headers.hmap -include-pch /var/folders/Cb/Cb0A0moT2RWN-++8ZPlqJ++++TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/MyApp_Prefix-cqybpdvfsyyukwfesjvpuejxijyb/MyApp_Prefix.pch.pth -I/Users/paulrs/Developer/MyCompany/iphone/branches/4.13.0/cocoa/MyApp/build/MyApp.build/Debug-iphoneos/MyApp-iPhoneOnly.build/MyApp-own-target-headers.hmap -I/Users/paulrs/Developer/MyCompany/iphone/branches/4.13.0/cocoa/MyApp/build/MyApp.build/Debug-iphoneos/MyApp-iPhoneOnly.build/MyApp-all-target-headers.hmap -F/Users/paulrs/Developer/MyCompany/iphone/branches/4.13.0/cocoa/MyApp/build/Debug-iphoneos -I/Users/paulrs/Developer/MyCompany/iphone/branches/4.13.0/cocoa/MyApp/build/Debug-iphoneos/include -I../../ThirdParty/core-plot/framework -I../../ThirdParty/core-plot/framework/iPhoneOnly -I../../ThirdParty/core-plot/framework/MacOnly -I../../ThirdParty/core-plot/framework/Source -I../../ThirdParty/core-plot/framework/TestResources -I/Users/paulrs/Developer/MyCompany/iphone/branches/4.13.0/cocoa/MyApp/build/MyApp.build/Debug-iphoneos/MyApp-iPhoneOnly.build/DerivedSources/armv6 -I/Users/paulrs/Developer/MyCompany/iphone/branches/4.13.0/cocoa/MyApp/build/MyApp.build/Debug-iphoneos/MyApp-iPhoneOnly.build/DerivedSources -O0 -Wno-trigraphs -Werror-implicit-function-declaration -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wunknown-pragmas -Wshadow -Wfour-char-constants -Wsign-compare -Wshorten-64-to-32 -Wall -Wendif-labels -Winvalid-pch -Wformat=2 -Wmissing-format-attribute -Wwrite-strings -Wstrict-aliasing=2 -Wpacked -Wmissing-field-initializers -Wextra -Wdisabled-optimization -Wfloat-equal -Wunreachable-code -Wdiv-by-zero -Wbad-function-cast -Wnested-externs -Wold-style-definition -std=c99 -ferror-limit 19 -fmessage-length 0 -fvisibility hidden -fdiagnostics-print-source-range-info -fblocks -fsjlj-exceptions -fobjc-nonfragile-abi -fpascal-strings -fdiagnostics-show-option -o /var/folders/Cb/Cb0A0moT2RWN-++8ZPlqJ++++TI/-Tmp-/cc-p76C0n.s -x objective-c /Users/paulrs/Developer/MyCompany/iphone/branches/4.13.0/cocoa/MyApp/UI/BackgroundView.m 
1. <eof> parser at end of file
2. Code generation
3. Running pass 'ARM Instruction Selection' on function '@"\01-[BackgroundView drawRect:]"'
clang: error: compiler command failed due to signal 6 (use -v to see invocation)
Command /Developer/3.2.3/Platforms/iPhoneOS.platform/Developer/usr/bin/clang failed with exit code 250
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: clang failed with exit code 250
      • From: Paul Summermatter <email@hidden>
  • Prev by Date: Re: BetterAuthorizationSample question
  • Next by Date: Re: DIE 0x000023f4 has multiple AT_byte_size attributes error message
  • Previous by thread: Re: BetterAuthorizationSample question
  • Next by thread: Re: clang failed with exit code 250
  • Index(es):
    • Date
    • Thread