[MacRuby] #1362: segfault with "rake test"
#1362: segfault with "rake test" --------------------------------+------------------------------------------- Reporter: austin@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: --------------------------------+------------------------------------------- On the latest Text::Format code (https://github.com/halostatue/text- format), when I run "rake test" (hoe required), I get a segfault: 3399 text-hyphen ‣ rake test /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/bin/macruby -w -Ilib:bin:test:. -e 'require "rubygems"; require "test/unit"; require "test/test_bugs.rb"; require "test/test_text_hyphen.rb"' -- zsh: segmentation fault rake test rake test 8.48s user 0.38s system 69% cpu 12.683 total -- Ticket URL: <http://www.macruby.org/trac/ticket/1362> MacRuby <http://macruby.org/>
#1362: segfault with "rake test" --------------------------------+------------------------------------------- Reporter: austin@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: --------------------------------+------------------------------------------- Comment(by mrada@…): If you have hoe, then you also have a rake from ruby gems. The stock rake gem has problems with MacRuby, specifically what you are talking about (I have this issue frequently). So I think that might be the problem here. A workaround you could try is to uninstall rake from rubygems and to edit the installed gemspec for hoe so that it does not depend on rake. -- Ticket URL: <http://www.macruby.org/trac/ticket/1362#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby