Skip to content

Instantly share code, notes, and snippets.

@GarstgerUnhold
Created January 27, 2011 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GarstgerUnhold/798716 to your computer and use it in GitHub Desktop.
Save GarstgerUnhold/798716 to your computer and use it in GitHub Desktop.
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.OutOfMemoryError: Java heap space)
org.eclipse.swt.SWT:-1:in `error'
org.eclipse.swt.SWT:-1:in `error'
org.eclipse.swt.widgets.Synchronizer:-1:in `syncExec'
org.eclipse.swt.widgets.Display:-1:in `syncExec'
/Users/johannes/workspace/redcar/plugins/swt/lib/swt.rb:105:in `sync_exec'
/Users/johannes/workspace/redcar/plugins/redcar/redcar.rb:20:in `update_gui'
/Users/johannes/workspace/redcar/plugins/html_view/lib/html_view.rb:95:in `attach_controller_listeners'
/Users/johannes/workspace/redcar/plugins/core/lib/core/observable.rb:103:in `call'
/Users/johannes/workspace/redcar/plugins/core/lib/core/observable.rb:103:in `observable_run_blocks'
/Users/johannes/workspace/redcar/plugins/core/lib/core/observable.rb:103:in `map'
/Users/johannes/workspace/redcar/plugins/core/lib/core/observable.rb:103:in `observable_run_blocks'
/Users/johannes/workspace/redcar/plugins/core/lib/core/observable.rb:96:in `notify_listeners'
/Users/johannes/workspace/redcar/plugins/html_view/lib/html_controller.rb:25:in `execute'
/Users/johannes/workspace/redcar/plugins/project_search/lib/project_search/word_search_controller.rb:141:in `search'
/Users/johannes/workspace/redcar/plugins/project_search/lib/project_search/word_search.rb:75:in `call'
/Users/johannes/workspace/redcar/plugins/project_search/lib/project_search/word_search.rb:75:in `send_file_results'
/Users/johannes/workspace/redcar/plugins/project_search/lib/project_search/word_search.rb:68:in `generate_results'
/Users/johannes/workspace/redcar/plugins/project_search/lib/project_search/word_search.rb:38:in `each'
/Users/johannes/workspace/redcar/plugins/project_search/lib/project_search/word_search.rb:38:in `generate_results'
/Users/johannes/workspace/redcar/plugins/project_search/lib/project_search/word_search_controller.rb:144:in `search'
/Users/johannes/workspace/redcar/plugins/project_search/lib/project_search/word_search_controller.rb:117:in `initialize'
/Users/johannes/workspace/redcar/plugins/project_search/lib/project_search/word_search_controller.rb:117:in `new'
/Users/johannes/workspace/redcar/plugins/project_search/lib/project_search/word_search_controller.rb:117:in `search'
/Users/johannes/workspace/redcar/plugins/html_view/lib/html_view.rb:148:in `function'
/Users/johannes/workspace/redcar/plugins/swt/lib/swt/event_loop.rb:13:in `start'
/Users/johannes/workspace/redcar/plugins/core/lib/core/gui.rb:39:in `start'
/Users/johannes/workspace/redcar/lib/redcar.rb:184:in `pump'
/Users/johannes/workspace/redcar/bin/redcar:30
org.eclipse.swt.SWT:-1:in `error': org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.OutOfMemoryError: Java heap space) (NativeException)
from org.eclipse.swt.SWT:-1:in `error'
from org.eclipse.swt.widgets.Synchronizer:-1:in `runAsyncMessages'
from org.eclipse.swt.widgets.Display:-1:in `runAsyncMessages'
from org.eclipse.swt.widgets.Display:-1:in `readAndDispatch'
from /Users/johannes/workspace/redcar/plugins/swt/lib/swt/event_loop.rb:13:in `start'
from /Users/johannes/workspace/redcar/plugins/core/lib/core/gui.rb:39:in `start'
from /Users/johannes/workspace/redcar/lib/redcar.rb:184:in `pump'
from /Users/johannes/workspace/redcar/bin/redcar:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment