After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 326143 - Selecing replace during a conflict copy crashes nautilus
Selecing replace during a conflict copy crashes nautilus
Status: RESOLVED DUPLICATE of bug 324262
Product: nautilus
Classification: Core
Component: general
2.13.x
Other All
: High critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-07 22:05 UTC by Bas van der Lei
Modified: 2006-01-08 15:30 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
patch removes dialog titles from function calls (6.45 KB, patch)
2006-01-07 23:01 UTC, Bas van der Lei
reviewed Details | Review

Description Bas van der Lei 2006-01-07 22:05:42 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 ()

Thread 3 (Thread -1227535440 (LWP 686))

  • #0 __kernel_vsyscall
  • #1 poll
    from /lib/tls/i686/cmov/libc.so.6
  • #2 g_main_context_iterate
    at gmain.c line 2846




------- 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".

Comment 1 Bas van der Lei 2006-01-07 23:01:52 UTC
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.
Comment 2 Christian Neumair 2006-01-08 15:30:26 UTC
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 ***