Created
January 17, 2013 00:59
-
-
Save andrewkatz/4552578 to your computer and use it in GitHub Desktop.
jasmine segfault
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[~/dev/outright] [rails-3.0-upgrade ✗] rake jasmine:ci | |
Unable to load thrift_native extension. Defaulting to pure Ruby libraries. | |
WARNING: Nokogiri was built against LibXML version 2.7.3, but has dynamically loaded 2.7.8 | |
[DEPRECATION WARNING] Nested I18n namespace lookup under "activerecord.attributes.txn" is no longer supported | |
/Users/andrewkatz/.rvm/rubies/ree-1.8.7-2012.02/bin/ruby -S rspec /Users/andrewkatz/.rvm/gems/ree-1.8.7-2012.02@outright/gems/jasmine-1.3.1/lib/jasmine/run_specs.rb --colour --format progress -r /Users/andrewkatz/dev/outright/config/environment | |
Unable to load thrift_native extension. Defaulting to pure Ruby libraries. | |
WARNING: Nokogiri was built against LibXML version 2.7.3, but has dynamically loaded 2.7.8 | |
[DEPRECATION WARNING] Nested I18n namespace lookup under "activerecord.attributes.txn" is no longer supported | |
Waiting for jasmine server on 58225... | |
[2013-01-16 16:58:23] INFO WEBrick 1.3.1 | |
[2013-01-16 16:58:23] INFO ruby 1.8.7 (2012-02-08) [i686-darwin12.2.1] | |
[2013-01-16 16:58:23] INFO WEBrick::HTTPServer#start: pid=88405 port=58225 | |
Waiting for jasmine server on 58225... | |
jasmine server started. | |
/Users/andrewkatz/.rvm/gems/ree-1.8.7-2012.02@outright/gems/rspec-mocks-2.12.1/lib/rspec/mocks/extensions/marshal.rb:5: [BUG] Segmentation fault | |
ruby 1.8.7 (2012-02-08 MBARI 8/0x6770 on patchlevel 358) [i686-darwin12.2.1], MBARI 0x6770, Ruby Enterprise Edition 2012.02 | |
rake aborted! | |
/Users/andrewkatz/.rvm/rubies/ree-1.8.7-2012.02/bin/ruby -S rspec /Users/andrewkatz/.rvm/gems/ree-1.8.7-2012.02@outright/gems/jasmine-1.3.1/lib/jasmine/run_specs.rb --colour --format progress -r /Users/andrewkatz/dev/outright/config/environment failed | |
/Users/andrewkatz/.rvm/gems/ree-1.8.7-2012.02@outright/gems/rspec-core-2.12.2/lib/rspec/core/rake_task.rb:156:in `run_task' | |
/Users/andrewkatz/.rvm/gems/ree-1.8.7-2012.02@outright/gems/rspec-core-2.12.2/lib/rspec/core/rake_task.rb:124:in `initialize' | |
/Users/andrewkatz/.rvm/gems/ree-1.8.7-2012.02@outright/gems/rspec-core-2.12.2/lib/rspec/core/rake_task.rb:122:in `send' | |
/Users/andrewkatz/.rvm/gems/ree-1.8.7-2012.02@outright/gems/rspec-core-2.12.2/lib/rspec/core/rake_task.rb:122:in `initialize' | |
/Users/andrewkatz/.rvm/gems/ree-1.8.7-2012.02@outright/gems/jasmine-1.3.1/lib/jasmine/tasks/jasmine.rake:41 | |
/Users/andrewkatz/.rvm/gems/ree-1.8.7-2012.02@outright/bin/ruby_noexec_wrapper:14 | |
Tasks: TOP => jasmine_continuous_integration_runner | |
(See full trace by running task with --trace) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment