GNOME Bugzilla – Bug 326143
Selecing replace during a conflict copy crashes nautilus
Last modified: 2006-01-08 15:30:26 UTC
Distribution: Ubuntu 5.10 (breezy) Package: nautilus Severity: Normal Version: GNOME2.13.4 2.13.3 Gnome-Distributor: GARNOME Synopsis: Selecing replace during a conflict copy crashes nautilus Bugzilla-Product: nautilus Bugzilla-Component: general Bugzilla-Version: 2.13.3 BugBuddy-GnomeVersion: 2.0 (2.13.0) Description: Description of the crash: Nautilus crashes when selecting the replace button in the conflict copy dialog. The conflict dialog also contains a extra button named "Conflict While Copying". This button preforms the action of the Skip button, and the Skip button does actually replace the file. Steps to reproduce the crash: 1. Copy a file to a folder which contains a file with the same name 2. Select "Replace" from the dialog Expected Results: * Replace the file * Not displaying the first button "Conflict While Copying" in the dialog Additional Information: After same research it seems the patch for bug 323134 didn't update all the dialogs. That's probably the reason why there is an extra button, it would have been the title for the dialog. Debugging Information: Backtrace was generated from '/home/henk/garnome/bin/nautilus' Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". `system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols. [Thread debugging using libthread_db enabled] [New Thread -1225906496 (LWP 685)] [New Thread -1291277392 (LWP 941)] [New Thread -1227535440 (LWP 686)] 0xffffe410 in __kernel_vsyscall ()
+ Trace 65027
Thread 3 (Thread -1227535440 (LWP 686))
------- Bug created by bug-buddy at 2006-01-07 22:05 ------- Unknown version 2.13.3 in product nautilus. Setting version to "2.13.x".
Created attachment 56940 [details] [review] patch removes dialog titles from function calls I've been doing some grep'ing through the code to find function calls that still have the title argument. So here is my patch that should update these function calls.
Thanks for your bug report and your efforts! However, this particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 324262 ***