GNOME Bugzilla – Bug 330491
nautilus-2.13.90 crash center-clicking on certain files in open folders
Last modified: 2006-03-12 21:19:20 UTC
Steps to reproduce: 1. Open a folder 2. Center-click on file to launch its application and close folder 3. Stack trace: Backtrace was generated from '/usr/libexec/<unknown>' Using host libthread_db library "/lib/tls/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 46912597945696 (LWP 7380)] [New Thread 1116105056 (LWP 7419)] [New Thread 1074006368 (LWP 7381)] 0x00002aaaaf6f1eba in waitpid () from /lib/tls/libpthread.so.0
+ Trace 66027
Thread 1 (Thread 46912597945696 (LWP 7380))
Other information: Gentoo 2005.1/AMD64/Gnome 2.14_beta1 This happens with pdf, avi, jpg and tar files. It does not happen with plain text, OpenOffice or MSOffice, or mp3 files. Now that I look at that list, all of the files that crashed when opening had thumbnails -- could this be Bug 327323 again?
*** Bug 330460 has been marked as a duplicate of this bug. ***
Now that thumbnailing of text files is working again, I should mention that center-clicking on text files does not cause this crash.
(In reply to comment #2) > center-clicking on text files does not cause this crash. It does crash here with cvs HEAD, and I'm not getting the 'crash' dialogue anymore.
This crasher still occurs with nautilus 2.13.91.
Yep, can reproduce. Probably a side-effect of the new activation code.
This still happens with nautilus 2.13.92.
*** Bug 332882 has been marked as a duplicate of this bug. ***
Fixed in CVS: 2006-02-28 Martin Wehner <martin.wehner@gmail.com> * src/file-manager/fm-directory-view.c: (activate_callback): Close the window after the file activation, not before. Fixes a crash when middle-clicking a file (#330491).
*** Bug 334342 has been marked as a duplicate of this bug. ***