GNOME Bugzilla – Bug 77681
Nautilus is crashing when you do Back and Forward Multiple times.
Last modified: 2009-08-15 18:40:50 UTC
Build :Solaris 9 64 Bit with the Build 3rd march 2002 Procedure : 1)Start Nautilus. 2)Select and Double click on a folder . 3)Select and Double click on the folder to open another fodler 4) Now do Back and forward multiple times by using "CTRL+[" and "CTRL+]". 5) Natilus is crashing . This is always repeatable . Debugging Information .
+ Trace 20365
Sorry the Build is Gnome2.0 1st April 2002 .
Still would be nice to see symbols from Wipro.
Here's a trace with more detail. I can reproduce it very easily, just by pressing the keys a few times quickly. The quick fix is to just ignore forward/backward keys when they are not appropriate. The correct thing may be to find out why we are getting Bonobo exev verb calls when the buttons should be insensitive. It seems there is some kind of race condition happening.
+ Trace 21222
cc'ing michael and adding the GNOME2.0.0 keyword; it shouldn't be this easy to crash nautilus if we can at all avoid it. [Puntable if we can't fix, of course.] Damon: is this solaris specific?
No, it isn't Solaris-specific. And it is very easy to reproduce. It would be simple to just ignore keypresses when we are at the ends of the history lists. I think we should just do that.
Created attachment 8294 [details] [review] Patch to fix it. (Well, to quietly ignore the problem rather than abort.)
Added PATCH, sun_patches keywords. OK to commit? (I can't crash it any more.)
Sure. Fine to commit this change.
thanks. committed.
Couldn't simulate the problem with the latest sources from CVS head. I guess the bug can be closed.
Thanks for verifying. Marking bug as Closed.