Skip to content

Instantly share code, notes, and snippets.

/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.
[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.
#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
@a5sk4s
a5sk4s / brew info
Created May 31, 2014 17:55
postgis upgrade error while installing sfcgal
$ 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
@a5sk4s
a5sk4s / big.log
Created May 29, 2014 18:15
Output from 'rvm ruby-1.9.3-p545 do rvm --trace gemset reset_env'
do rvm --trace gemset reset_env
rvm 1.25.26 (stable) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [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 ]]
@a5sk4s
a5sk4s / gist:b7b6524caafafce9be20
Created May 27, 2014 23:21
grep -rn "ruby-1.9.3-p448" ~/.rvm/wrappers
$ 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
@a5sk4s
a5sk4s / gist:9822278
Created March 28, 2014 00:22
angularfire-seed e2e tests in protractor speak
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");
@a5sk4s
a5sk4s / install output
Last active August 29, 2015 13:55
fsevent install issue on mac os x 10.6.8
$ npm install <path_to_fsevents>/
> fsevents@0.2.0 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:
@a5sk4s
a5sk4s / output.txt
Created July 24, 2013 22:30
v8 3.19.18.4 does not build on mac os x 10.6.8
$ 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
$ 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