GNOME Bugzilla – Bug 151493
nautilus crashes upon changing folder view from list view to something else
Last modified: 2004-12-22 21:47:04 UTC
Steps to reproduce the crash: 1. open a folder with nautilus 2. view it with the list view 3. change view to something else, for example icon view Expected Results: Just displaying the folder in icon view or whatever has been selected. How often does this happen? Always. Additional Information: The change in src/file-manager/fm-list-view.c (fm_list_view_clear) of 2004-08-19 seems to be the cause of the problem. Debugging Information: Backtrace was generated from '/usr/bin/nautilus' Using host libthread_db library "/lib/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 1091204592 (LWP 24476)] [New Thread 1105009584 (LWP 24480)] [Thread debugging using libthread_db enabled] [New Thread 1091204592 (LWP 24476)] [New Thread 1105009584 (LWP 24480)] [Thread debugging using libthread_db enabled] [New Thread 1091204592 (LWP 24476)] [New Thread 1105009584 (LWP 24480)] [New Thread 1104743344 (LWP 24479)] [New Thread 1104477104 (LWP 24478)] [New Thread 1104198576 (LWP 24477)] 0xffffe410 in ?? ()
+ Trace 49771
Can't reproduce this here using nautilus-2.7.92, could you try a newer version and see if that fixes it?
Sorry for not providing the exact nautilus version, but I was / am using 2.7.92, too. Martin Wehner is taking care of the problem: http://mail.gnome.org/archives/nautilus-list/2004-August/msg00157.html
*** Bug 151698 has been marked as a duplicate of this bug. ***
I introduced this crash with my patch to fix bug 143830. Reopening.
Created attachment 31242 [details] [review] Proposed Patch (Don't commit cell renderer on NULL model) This patch prevents cell_renderer_edited to be called on a NULL model. The patch was accepted by Alex and forwarded to the release-team for freeze break approval.
Fixed in cvs HEAD.
*** Bug 151843 has been marked as a duplicate of this bug. ***