GNOME Bugzilla – Bug 753282
segfault when duplicating a folder
Last modified: 2015-09-08 14:27:37 UTC
Steps to reproduce: - open Nautilus - select any folder - Ctrl+C / Ctrl+V to duplicate it - Nautilus will segfault Bisected to commit 2db9a2950b90e82f6f2123280cbf209976bce977 Author: Carlos Soriano <csoriano@gnome.org> Date: Tue Jul 14 10:13:48 2015 +0200 progress-info: allow finished infos to remain alive We want to not hide the operations and the operations button in the toolbar if the popover is open. For that, we need to allow operations widgets to remain alive even when the operation is finished. For that we need to add a new status state to copying/moving/trashing, like copied/moved/trashed. On the way, improve the wording of file-operations to match the mockups, and also make the report operations code more consistent to each other.
Can you provide a stack trace? I can't reproduce it here.
Still happening for me with nautilus 5e528b36d2. Backtrace:
+ Trace 235373
Also happens when copying two or more files to the same folder
+ Trace 235422
Thread 7 (Thread 0x7fffe10cd700 (LWP 24775))
Created attachment 310906 [details] [review] file-operations: fix crash when copying Commit 2db9a295 introduced an obvious crash, not sure how I managed to make it in if it was part of the tests and seems it was working for other people. Anyway, we were using the wrong argument, which pointed to a wrong address when reporting operations, and that was causing a crash. To fix it, remove the spurious argument.
Attachment 310906 [details] pushed as 04c6c58 - file-operations: fix crash when copying