Redcar crashes if it has been out of focus for too long.
Reported by dvyjones | January 21st, 2010 @ 07:07 PM
If redcar doesn't have focus, and I keep it out of focus for some time (not sure how long, but 5-ish minutes is my guess) I get this error when I switch back:
/iomega/code/redcar/plugins/application_swt/lib/application_swt/clipboard.rb:27:in `attach_model_listeners': undefined method `join' for nil:NilClass (NoMethodError)
from /iomega/code/redcar/plugins/core/lib/core/observable.rb:103:in `call'
from /iomega/code/redcar/plugins/core/lib/core/observable.rb:103:in `run_blocks'
from /iomega/code/redcar/plugins/core/lib/core/observable.rb:103:in `each'
from /iomega/code/redcar/plugins/core/lib/core/observable.rb:103:in `run_blocks'
from /iomega/code/redcar/plugins/core/lib/core/observable.rb:96:in `notify_listeners'
from /iomega/code/redcar/plugins/application/lib/application/clipboard.rb:31:in `<<'
from /iomega/code/redcar/plugins/application/lib/application/clipboard.rb:64:in `check_for_changes'
from /iomega/code/redcar/plugins/application/lib/application/clipboard.rb:41:in `length'
... 22 levels...
from /iomega/code/redcar/plugins/core/lib/core/gui.rb:39:in `start'
from /iomega/code/redcar/lib/redcar/boot.rb:75:in `pump'
from /iomega/code/redcar/lib/redcar/../../bin/redcar:14
I have two files open and a directory pane. I'm on HEAD (3abbb093ec305db41336ce36e657e438ce37ba12).
Comments and changes to this ticket
-
Daniel Lucraft January 23rd, 2010 @ 06:20 AM
- State changed from new to resolved
I believe this is fixed. Let me know if it happens again.
-
irondan_2358 February 5th, 2010 @ 07:35 PM
- Tag changed from crash, focus, redcar to crash
Hi ,
I had the same issue today. After a couple minutes without focus redcar app crashed. I've attached the stack.
redcar 0.3.2DEV on Debian.
Cheers,
Daniel
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A programmer's text editor for Gnome.
People watching this ticket
Attachments
Tags
Referenced by
- 152 Redcar crashes due to undefined method `join' BTW, it seems to be the same as issue #122. But that one ...