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
/Users/akrubic/.rvm/gems/ruby-2.0.0-p481@scoring/extensions/x86_64-darwin-10/2.0.0/kgio-2.9.2/kgio_ext.bundle: [BUG] Segmentation fault | |
ruby 2.0.0p481 (2014-05-08 revision 45883) [x86_64-darwin10.8.0] | |
-- Crash Report log information -------------------------------------------- | |
See Crash Report log file under the one of following: | |
* ~/Library/Logs/CrashReporter | |
* /Library/Logs/CrashReporter | |
* ~/Library/Logs/DiagnosticReports | |
* /Library/Logs/DiagnosticReports | |
the more detail of. |
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
[2014-06-29 15:35:21] __rvm_run_wrapper | |
__rvm_run_wrapper () | |
{ | |
( file="$1"; | |
action="${2:-}"; | |
shift 2; | |
rubies_string="${1:-}"; | |
export -a args; | |
args=($@); | |
source "$rvm_scripts_path"/$file ) |
This file has been truncated, but you can view the full file.
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
#0:-e:1::-: Tracer.on ; Gem::GemRunner.new.run(["wrappers", "regenerate"]) | |
#0:/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/rubygems/gem_runner.rb:27:Gem::GemRunner:>: def initialize(options={}) | |
#0:/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/rubygems/gem_runner.rb:29:Gem::GemRunner:-: @command_manager_class = options[:command_manager] || Gem::CommandManager | |
#0:/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/rubygems/gem_runner.rb:30:Gem::GemRunner:-: @config_file_class = options[:config_file] || Gem::ConfigFile | |
#0:/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/rubygems/gem_runner.rb:31:Gem::GemRunner:<: end | |
#0:/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/rubygems/gem_runner.rb:36:Gem::GemRunner:>: def run args | |
#0:/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/rubygems/gem_runner.rb:37:Gem::GemRunner:-: build_args = extract_build_args args | |
#0:/Users/akrubic/.rvm/r |
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
$ brew doctor | |
Warning: Your file-system on / appears to be CaSe SeNsItIvE. | |
Homebrew is less tested with that - don't worry but please report issues. | |
$ brew --config | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: c6d35b4d47fd2ac2cea8b83c2fd49ddf66a82fd7 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar |
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
do rvm --trace gemset reset_env | |
rvm 1.25.26 (stable) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/] | |
+ 1401386888.N /scripts/cli : __rvm_parse_args() 791 > [[ -z '' ]] | |
+ 1401386888.N /scripts/cli : __rvm_parse_args() 791 > [[ -n '' ]] | |
+ 1401386888.N /scripts/cli : __rvm_parse_args() 794 > [[ error == '' ]] | |
+ 1401386888.N /scripts/cli : __rvm_parse_args() 794 > [[ 0 -eq 1 ]] | |
+ 1401386888.N /scripts/cli : __rvm_parse_args() 794 > [[ -n '' ]] | |
+ 1401386888.N /scripts/cli : __rvm_parse_args() 86 > [[ -n gemset ]] |
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
$ grep -rn "ruby-1.9.3-p448" ~/.rvm/wrappers | |
/Users/akrubic/.rvm/wrappers/ruby-1.9.3-p545/airbrake:3:if [[ -s "/Users/akrubic/.rvm/environments/ruby-1.9.3-p448" ]] | |
/Users/akrubic/.rvm/wrappers/ruby-1.9.3-p545/airbrake:5: source "/Users/akrubic/.rvm/environments/ruby-1.9.3-p448" | |
/Users/akrubic/.rvm/wrappers/ruby-1.9.3-p545/airbrake:8: echo "ERROR: Missing RVM environment file: '/Users/akrubic/.rvm/environments/ruby-1.9.3-p448'" >&2 | |
/Users/akrubic/.rvm/wrappers/ruby-1.9.3-p545/annotate:3:if [[ -s "/Users/akrubic/.rvm/environments/ruby-1.9.3-p448" ]] | |
/Users/akrubic/.rvm/wrappers/ruby-1.9.3-p545/annotate:5: source "/Users/akrubic/.rvm/environments/ruby-1.9.3-p448" | |
/Users/akrubic/.rvm/wrappers/ruby-1.9.3-p545/annotate:8: echo "ERROR: Missing RVM environment file: '/Users/akrubic/.rvm/environments/ruby-1.9.3-p448'" >&2 | |
/Users/akrubic/.rvm/wrappers/ruby-1.9.3-p545/autospec:3:if [[ -s "/Users/akrubic/.rvm/environments/ruby-1.9.3-p448" ]] | |
/Users/akrubic/.rvm/wrappers/ruby-1.9.3-p545/autospec:5: source "/Users/akr |
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
describe('my app', function() { | |
var ptor; | |
beforeEach(function() { | |
browser.driver.get('app/index.html'); | |
ptor = protractor.getInstance(); | |
}); | |
it('should automatically redirect to /home when location hash/fragment is empty', function() { | |
// expect(browser.location().url()).toBe("/home"); |
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
$ npm install <path_to_fsevents>/ | |
> [email protected] install <path_to_project>/node_modules/fsevents | |
> node-gyp rebuild | |
CXX(target) Release/obj.target/fse/fsevents.o | |
In file included from ../fsevents.cc:81: | |
../src/thread.cc: In static member function ‘static void* fse::FSEvents::threadRun(void*)’: | |
../src/thread.cc:30: error: ‘kFSEventStreamCreateFlagFileEvents’ was not declared in this scope | |
In file included from ../fsevents.cc:82: |
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
$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew upgrade v8 2>&1 | |
==> Upgrading 1 outdated package, with result: | |
v8 3.19.18.4 | |
==> Upgrading v8 | |
rm /usr/local/bin/v8 | |
rm /usr/local/bin/process | |
rm /usr/local/bin/preparser | |
rm /usr/local/bin/mksnapshot.ia32 | |
rm /usr/local/bin/lineprocessor | |
rm /usr/local/bin/d8 |
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
$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew upgrade gearman 2>&1 | |
==> Upgrading 1 outdated package, with result: | |
gearman 1.1.7 | |
==> Upgrading gearman | |
rm /usr/local/bin/gearman | |
rm /usr/local/bin/gearadmin | |
rm /usr/local/include/libgearman-1.0 | |
rm /usr/local/include/libgearman | |
rm /usr/local/lib/pkgconfig/gearmand.pc | |
rm /usr/local/lib/libgearman.dylib |
NewerOlder