User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5 Build Identifier: Thunar crashes if I move or "Go" back and forth through several directories quickly using the Alt + Left Arrow, Alt + Right Arrow keys. Reproducible: Always Steps to Reproduce: 1. Open a directory several levels down 2. Press Alt + Left Arrow several times 3. Press Alt + Right Arrow several times to return to the starting directory Actual Results: Thunar crashes and must be restarted to continue. Expected Results: Thunar should switch directory views. My directories had an assortment of small PNG files and subdirectories. At first I thought it was an occasional problem but now I can duplicate the crash each time by moving through directories too quickly using the Arrow keys.
Please attach a backtrace of the crash (see http://gaim.sourceforge.net/gdb.php for details in case you don't know what a backtrace is).
Created attachment 814 gdb backtrace from Thunar crash
Indeed, with the detailed view, it is possible to make it crash. It seems to be a bug in GtkTreeView (esp. since it works fine with ExoIconView) where GtkTreeView doesn't respond properly to get_visible_range() while loading the model. Please file a bug report to GTK+.
Resolving to INVALID, seems to be a bug in GTK+.