From: Kenta Murata Date: 2011-08-22T12:14:19+09:00 Subject: [ruby-core:39042] [Ruby 1.9 - Bug #5194][Rejected] exceptions caught compiling with clang 2.1 on OSX 10.7 Issue #5194 has been updated by Kenta Murata. Category set to build Status changed from Open to Rejected Priority changed from Normal to Low Target version set to 1.9.4 Which revision did you build? I tried to build r33019 with "Apple clang version 2.1 (tags/Apple/clang-163.7.1) (based on LLVM 3.0svn)", and it was succeeded including "make test". If you can reproduce this issue with the latest revision of trunk, I believe it may be due to your environment. ---------------------------------------- Bug #5194: exceptions caught compiling with clang 2.1 on OSX 10.7 http://redmine.ruby-lang.org/issues/5194 Author: Jones Lee Status: Rejected Priority: Low Assignee: Category: build Target version: 1.9.4 ruby -v: 1.9.4dev Got exception when compiling ruby1.9.4dev with clang 2.1 (Xcode 4) on OSX Lion 10.7 Source SVN date: 16/08/2011 compiling ./enc/ascii.c compiling ./enc/us_ascii.c compiling ./enc/unicode.c compiling ./enc/utf_8.c generating newline.c ... converter for universal_newline converter for crlf_newline converter for cr_newline done. (0.06user 0.01system 0.02elapsed) compiling newline.c compiling ./missing/setproctitle.c compiling dmyext.c linking miniruby :1: [BUG] Bus Error ruby 1.9.4dev (2011-08-16) [x86_64-darwin11.0.0] -- Control frame information ----------------------------------------------- c:0003 p:0002 s:0006 b:0006 l:000005 d:000005 TOP :1 c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH c:0001 p:0000 s:0002 b:0002 l:002128 d:002128 TOP -- Ruby level backtrace information ---------------------------------------- :1:in `' -- C level backtrace information ------------------------------------------- See Crash Report log file under ~/Library/Logs/CrashReporter or /Library/Logs/CrashReporter, for the more detail of. -- Other runtime information ----------------------------------------------- * Loaded script: ./miniruby * Loaded features: 0 enumerator.so [NOTE] You may have encountered a bug in the Ruby interpreter or extension libraries. Bug reports are welcome. For details: http://www.ruby-lang.org/bugreport.html make: *** [.rbconfig.time] Abort trap: 6 -- http://redmine.ruby-lang.org