GNOME Bugzilla – Bug 539812
crash in GNOME Commander: I was deleting two folde...
Last modified: 2009-03-31 20:51:17 UTC
Version: 1.2.6 What were you doing when the application crashed? I was deleting two folder I had just created. The folders was empty: gmc crash only when I delete the folders together; all it's correct when I delete only one of them. Distribution: Fedora release 9 (Sulphur) Gnome Release: 2.22.2 2008-05-28 (Red Hat, Inc) BugBuddy Version: 2.22.0 System: Linux 2.6.25.6-55.fc9.i686 #1 SMP Tue Jun 10 16:27:49 EDT 2008 i686 X Vendor: The X.Org Foundation X Vendor Release: 10499902 Selinux: Enforcing Accessibility: Disabled GTK+ Theme: ClearlooksClassic Icon Theme: Fedora Memory status: size: 68726784 vsize: 68726784 resident: 19894272 share: 13348864 rss: 19894272 rss_rlim: 4294967295 CPU usage: start_time: 1214250456 rtime: 43 utime: 39 stime: 4 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/local/bin/gnome-commander' [Thread debugging using libthread_db enabled] [New Thread 0xb7f3b9b0 (LWP 3093)] [New Thread 0xb6520b90 (LWP 3094)] 0x00110416 in __kernel_vsyscall ()
+ Trace 201192
Thread 2 (Thread 0xb6520b90 (LWP 3094))
----------- .xsession-errors --------------------- Initializing nautilus-open-terminal extension ** (nautilus:2828): WARNING **: Unable to add monitor: Non supportato ** (nm-applet:2864): WARNING **: nm_object_get_property: Error getting 'ActiveConnections' for /org/freedesktop/NetworkManager: The name org.freedesktop.NetworkManager was not provided by any .service Cannot access memory at address 0x84 Cannot access memory at address 0x84 Cannot access memory at address 0x84 Cannot access memory at address 0x84 Cannot access memory at address 0x72 Cannot access memory at address 0x72 Cannot access memory at address 0x84 Cannot access memory at address 0x84 --------------------------------------------------
Today I've tried the same operation with the new 1.2.7 version, just builded from svn, but the same error happens.
*** Bug 543786 has been marked as a duplicate of this bug. ***
*** Bug 559197 has been marked as a duplicate of this bug. ***
*** Bug 577177 has been marked as a duplicate of this bug. ***
maybe a fedora-only issue? I tried to reproduce this bug but everything seems to work correctly (gnome-commander 1.2.6, ubuntu version).
*** Bug 577183 has been marked as a duplicate of this bug. ***
Just today I have installed a new distro (PCLinuxOS) and I have tested this bug in GMC but it worked fine. Now I'm trying the same on Mandriva 2009 and OpenSuse 11.1 (live CD in Virtualbox) and in both cases the program work correctly (GMC 1.2.7). But if I do the same test in Fedora, GMC crash. Now I'm woking with Fedora 9 (GMC 1.2.8) but also F10 have the same problem. Only I have tryed to ran GMC from terminal and when the bug appear the terminal say this: --------------------------------- [user@localhost ~]$ gnome-commander Cannot access memory at address 0x84 Cannot access memory at address 0x84 --------------------------------- Is there some other test that I can do? Does anyone have GMC with Fedora to verify the problem? Bye
What svn revision of gcmd do you use? Revisions prior to 2398 are known to have broken Italian translation strings (it.po) for "Deleted %ld of %ld file"/"Deleted %ld of %ld files" message. Judging from the stack trace it must be the cause of your trouble:
+ Trace 214025
that refers to the code: data->msg = g_strdup_printf (ngettext("Deleted %ld of %ld file", "Deleted %ld of %ld files", info->files_total), info->file_index, info->files_total); Please verify, if the bug is still present in the latest code from svn repo.
As you suggest, I have downloaded the revision 2499 this morning from svn repo and now GMC works with Fedora! Thanks a lot.