From: Motohiro KOSAKI Date: 2011-11-07T00:58:14+09:00 Subject: [ruby-dev:44810] [ruby-trunk - Bug #5078][Closed] test-all make SystemStackError on OS X 10.7 (Lion) Issue #5078 has been updated by Motohiro KOSAKI. Status changed from Feedback to Closed そもそも今のtrunkだとllvm-gccでビルド不可能なので(configureではじいている)、再現確認は無理ですね closeします ---------------------------------------- Bug #5078: test-all make SystemStackError on OS X 10.7 (Lion) http://redmine.ruby-lang.org/issues/5078 Author: Motohiro KOSAKI Status: Closed Priority: Normal Assignee: Category: Target version: ruby -v: - Lion上でmake test-all が以下のように SystemStackErrorを引き起こします。 不思議なことに make test-all TESTS="-v -q rexml" のように rexml だけ実行すると無事完走します。 XPathTester#test_tobis_preceding = 0.00 s = . XPathTester#test_toms_text_node = 0.00 s = . XPathTester#test_translate = 0.01 s = . XPathTester#test_union = 0.00 s = . XPathTester#test_union2 = 0.00 s = . XPathTester#test_xpath_namespace = 0.00 s = . XPathTesterDd#test_Dd_preceding_sibling_all = 0.00 s = . XPathTesterDd#test_Dd_preceding_sibling_children = 0.00 s = . XpathTestCase#test_ancestors = 0.00 s = . XpathTestCase#test_comment_in_xpath_query = 0.00 s = . XpathTestCase#test_parentage = 0.00 s = . XpathTestCase#test_text_as_element = 0.00 s = . XpathTestCase#test_text_in_xpath_query = 0.00 s = . /Users/kosaki/ruby/git/lib/test/unit.rb:563: stack level too deep (SystemStackError) make: *** [yes-test-all] Error 1 -- http://redmine.ruby-lang.org