ileitch / hijack

Provides an irb session to a running ruby process.
Other
750 stars 22 forks source link

hijack fails missing constant Config #18

Open tpitale opened 8 years ago

tpitale commented 8 years ago
# hijack --debug 932
=> Hijacking.../opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/hijack-0.2.1/lib/hijack/gdb.rb:8:in `initialize': uninitialized constant Hijack::GDB::Config (NameError)
    from /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/hijack-0.2.1/lib/hijack/payload.rb:9:in `new'
    from /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/hijack-0.2.1/lib/hijack/payload.rb:9:in `inject'
    from /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/hijack-0.2.1/lib/hijack/console.rb:10:in `initialize'
    from /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/hijack-0.2.1/lib/hijack.rb:18:in `new'
    from /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/hijack-0.2.1/lib/hijack.rb:18:in `start'
    from /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/hijack-0.2.1/bin/hijack:27:in `<top (required)>'
    from /opt/rubies/ruby-2.2.2/bin/hijack:23:in `load'
    from /opt/rubies/ruby-2.2.2/bin/hijack:23:in `<main>'
tahnok commented 7 years ago

Seems like the version on rubygems is not the one in the latest version. After I install this git version manually this error went away (to be replaced by another error...)

slieker-d commented 6 years ago

Ouch. Over 2 years and no reply. I suppose this repo is no longer supported?