GNOME Bugzilla – Bug 457101
crash in GNOME Commander: I try rename files via C...
Last modified: 2007-07-30 01:19:54 UTC
Version: 1.2.4 What were you doing when the application crashed? I try rename files via Ctrl+M, by regex [0-9][0-9]\. to $c\. (i need replace last two number in filename by counter). Distribution: Fedora release 7 (Moonshine) Gnome Release: 2.18.3 2007-07-02 (Red Hat, Inc) BugBuddy Version: 2.18.0 System: Linux 2.6.21-1.3228.fc7 #1 SMP Tue Jun 12 15:37:31 EDT 2007 i686 X Vendor: The X.Org Foundation X Vendor Release: 10300000 Selinux: No Accessibility: Disabled GTK+ Theme: Clearlooks Icon Theme: Fedora Memory status: size: 70037504 vsize: 70037504 resident: 26673152 share: 20008960 rss: 26673152 rss_rlim: 4294967295 CPU usage: start_time: 1184503566 rtime: 456 utime: 422 stime: 34 cutime:1 cstime: 1 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/gnome-commander' (no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1208633632 (LWP 3792)] (no debugging symbols found) 0x00de3402 in __kernel_vsyscall ()
+ Trace 148161
Thread 1 (Thread -1208633632 (LWP 3792))
----------- .xsession-errors --------------------- (gnome-commander:3792): Gtk-WARNING **: unable to find signal handler for object(GnomeCmdDir:0x965aed0) with func(0x8095120) and data(0x953a040) Varování manažera oken: Neplatné WM_TRANSIENT_FOR window 0x3600654 specifikováno pro 0x36008d0 (). closing ** (gthumb:5484): CRITICAL **: set_paths__step2: assertion `k < N_LOADERS' failed ** (gthumb:5484): CRITICAL **: set_paths__step2: assertion `k < N_LOADERS' failed ** (gthumb:5484): CRITICAL **: set_paths__step2: assertion `k < N_LOADERS' failed closing warning: .dynamic section for "/usr/lib/gnome-commander/libgcmd.so.0" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations --------------------------------------------------
Confirmed - gcmd crashes after second CTRL+M if used regex replacements. But in your case you don't need regexes, simply use (instead of default $N) the following: $n(:-2)$c(2).$e as filename template. Please refer to the manual for detailed explanation of placeholders.
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but the maintainers need more information to fix the bug. Could you please answer the questions in the other report in order to help the developers? *** This bug has been marked as a duplicate of 447882 ***