Skip to content

Instantly share code, notes, and snippets.

@jvantuyl
Created November 5, 2010 19:21
Show Gist options
  • Save jvantuyl/664636 to your computer and use it in GitHub Desktop.
Save jvantuyl/664636 to your computer and use it in GitHub Desktop.
Output of Redcar when crashed by save_all_on_lose_focus plugin bug
Redcar 0.8.1 ( i686-darwin10.3.0 )
java -XstartOnFirstThread -d32 -client -Xmx500m -Xss1024k -Djruby.memory.max=500m -Djruby.stack.max=1024k -cp /Users/kagato/.redcar/assets/jruby-complete-1.5.3.jar org.jruby.Main /Users/kagato/.rvm/gems/ruby-1.8.7-p174/gems/redcar-0.8.1/bin/redcar --no-sub-jruby --ignore-stdin
Redcar 0.8.1 ( java )
loading plugins took 5.058
took 1.35s to load textmate assets
initializing gui took 1.226s
project start took 0.008s
#<Redcar::ApplicationSWT::Treebook:0x1d866c5>#<Redcar::ApplicationSWT::Treebook:0x1d866c5>#<Redcar::ApplicationSWT::Treebook:0x1d866c5>start time: 8.815
/Users/kagato/.redcar/plugins/redcar-save-all-on-lose-focus/lib/save_all_on_lose_focus.rb:8: undefined method `edit_view' for #<Redcar::HtmlTab "Plugins"> (NoMethodError)
from /Users/kagato/.redcar/plugins/redcar-save-all-on-lose-focus/lib/save_all_on_lose_focus.rb:8:in `select'
from /Users/kagato/.redcar/plugins/redcar-save-all-on-lose-focus/lib/save_all_on_lose_focus.rb:8
from /Users/kagato/.rvm/gems/ruby-1.8.7-p174/gems/redcar-0.8.1/plugins/core/lib/core/observable.rb:103:in `call'
from /Users/kagato/.rvm/gems/ruby-1.8.7-p174/gems/redcar-0.8.1/plugins/core/lib/core/observable.rb:103:in `observable_run_blocks'
from /Users/kagato/.rvm/gems/ruby-1.8.7-p174/gems/redcar-0.8.1/plugins/core/lib/core/observable.rb:103:in `map'
from /Users/kagato/.rvm/gems/ruby-1.8.7-p174/gems/redcar-0.8.1/plugins/core/lib/core/observable.rb:103:in `observable_run_blocks'
from /Users/kagato/.rvm/gems/ruby-1.8.7-p174/gems/redcar-0.8.1/plugins/core/lib/core/observable.rb:96:in `notify_listeners'
from /Users/kagato/.rvm/gems/ruby-1.8.7-p174/gems/redcar-0.8.1/plugins/application/lib/application.rb:272:in `lost_application_focus'
from /Users/kagato/.rvm/gems/ruby-1.8.7-p174/gems/redcar-0.8.1/plugins/application_swt/lib/application_swt.rb:63:in `shellDeactivated'
from /Users/kagato/.rvm/gems/ruby-1.8.7-p174/gems/redcar-0.8.1/plugins/swt/lib/swt/full_swt.rb:95:in `call'
from /Users/kagato/.rvm/gems/ruby-1.8.7-p174/gems/redcar-0.8.1/plugins/swt/lib/swt/full_swt.rb:95:in `run'
from /Users/kagato/.rvm/gems/ruby-1.8.7-p174/gems/redcar-0.8.1/plugins/swt/lib/swt/event_loop.rb:13:in `start'
from /Users/kagato/.rvm/gems/ruby-1.8.7-p174/gems/redcar-0.8.1/plugins/core/lib/core/gui.rb:39:in `start'
from /Users/kagato/.rvm/gems/ruby-1.8.7-p174/gems/redcar-0.8.1/lib/redcar.rb:180:in `pump'
from /Users/kagato/.rvm/gems/ruby-1.8.7-p174/gems/redcar-0.8.1/bin/redcar:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment