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 346286 - crash when using ctr+m
crash when using ctr+m
Status: RESOLVED FIXED
Product: gnome-commander
Classification: Other
Component: application
1.2.x
Other All
: Normal major
: 1.2.1
Assigned To: epiotr
epiotr
Depends on:
Blocks:
 
 
Reported: 2006-06-30 13:25 UTC by koos
Modified: 2008-01-04 23:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description koos 2006-06-30 13:25:54 UTC
Steps to reproduce:
1. select multiple files and rename them using ctr+m
2. go to another directory
3. same as step 1, now gmcd crashes


Stack trace:
Backtrace was generated from '/usr/local/bin/gnome-commander'

Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1223616832 (LWP 6170)]
[New Thread -1225057360 (LWP 6173)]
0xffffe410 in __kernel_vsyscall ()

Thread 1 (Thread -1223616832 (LWP 6170))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/i686/cmov/libpthread.so.0
  • #2 libgnomeui_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 init
    at gnome-cmd-advrename-dialog.c line 867
  • #5 g_type_create_instance
    from /usr/lib/libgobject-2.0.so.0
  • #6 g_object_thaw_notify
    from /usr/lib/libgobject-2.0.so.0
  • #7 g_object_newv
    from /usr/lib/libgobject-2.0.so.0
  • #8 g_object_new_valist
    from /usr/lib/libgobject-2.0.so.0
  • #9 g_object_new
    from /usr/lib/libgobject-2.0.so.0
  • #10 gtk_type_new
    from /usr/lib/libgtk-x11-2.0.so.0
  • #11 gnome_cmd_advrename_dialog_new
    at gnome-cmd-advrename-dialog.c line 899
  • #12 gnome_cmd_file_list_show_advrename_dialog
    at gnome-cmd-file-list.c line 2188
  • #13 gnome_cmd_file_list_keypressed
    at gnome-cmd-file-list.c line 2429
  • #14 on_list_key_pressed
    at gnome-cmd-file-selector.c line 1198
  • #15 _gtk_marshal_BOOLEAN__BOXED
    from /usr/lib/libgtk-x11-2.0.so.0
  • #16 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #17 g_signal_stop_emission
    from /usr/lib/libgobject-2.0.so.0
  • #18 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #19 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #20 gtk_widget_activate
    from /usr/lib/libgtk-x11-2.0.so.0
  • #21 gtk_window_propagate_key_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #22 gtk_window_activate_key
    from /usr/lib/libgtk-x11-2.0.so.0
  • #23 _gtk_marshal_BOOLEAN__BOXED
    from /usr/lib/libgtk-x11-2.0.so.0
  • #24 g_cclosure_new_swap
    from /usr/lib/libgobject-2.0.so.0
  • #25 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #26 g_signal_stop_emission
    from /usr/lib/libgobject-2.0.so.0
  • #27 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #28 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #29 gtk_widget_activate
    from /usr/lib/libgtk-x11-2.0.so.0
  • #30 gtk_propagate_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #31 gtk_main_do_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #32 _gdk_events_queue
    from /usr/lib/libgdk-x11-2.0.so.0
  • #33 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #34 g_main_context_check
    from /usr/lib/libglib-2.0.so.0
  • #35 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #36 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #37 main
    at main.c line 126
  • #0 __kernel_vsyscall


Other information:
Comment 1 epiotr 2006-10-07 14:47:01 UTC
Can't reproduce the bug. May you confirm that the bug is still present in the latest code from cvs repo?


TIA,
Piotr
Comment 2 koos 2006-10-23 10:34:18 UTC
You were right, I discovered that I omitted some information for reproducing this bug. 
To reproduce it you have to do a 'regex replacing'. When this is used gnome-commander will crash the next time the advanced rename tool is used.

Good luck,
Koos
Comment 3 epiotr 2008-01-04 23:18:00 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.