GNOME Bugzilla – Bug 136430
Crash when opening the trash folder
Last modified: 2004-12-22 21:47:04 UTC
I get a crash when clicking in the Trash icon from the desktop, or on second try when opening the trash location from the Places menu in a spatial window (browser window works fine). (gdb) bt
+ Trace 44875
$6 = {trash = 0x957bce8, callback = 0x8087840 <position_and_show_window_callback>, callback_data = 0x9438d48, delegated_attributes = 0, non_delegated_attributes = NAUTILUS_FILE_ATTRIBUTE_METADATA, non_ready_files = 0x0, initializing = 0} The attached patch fixes this issue by setting pending_file_for_position before calling nautilus_file_call_when_ready, in nautilus-window-manage-views.c. I tested and it doesn't seem to have bad effects, but I'm not sure this is the right fix.
Created attachment 25285 [details] [review] crash fix
Bumping prio, because of the patch. Gustavo, can you also send to nutilus-list? Nautilus maint like patches sent to the mailing list so that they don't get lost in bugzilla spam.
looks good, please commit
Committed.
*** Bug 136601 has been marked as a duplicate of this bug. ***