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 470493 - crash on folder delete
crash on folder delete
Status: RESOLVED DUPLICATE of bug 492169
Product: gthumb
Classification: Other
Component: general
unspecified
Other Linux
: Normal critical
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
: 487412 487729 488610 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-08-26 18:38 UTC by Michael Chudobiak
Modified: 2007-11-01 12:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Chudobiak 2007-08-26 18:38:35 UTC
View folder "/photos/test".

Double-click on ".." to go to the parent folder, "/photos".

Right-click on the "test" folder in the sidebar, and select "Move to trash".

The progress count is wrong (for example, "Moving file 124 of 62"), and this crash occurs:



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.22.1-41.fc7 #1 SMP Fri Jul 27 18:10:34 EDT 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10300000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Bluecurve
Icon Theme: Bluecurve

Memory status: size: 126517248 vsize: 126517248 resident: 57487360 share: 32690176 rss: 57487360 rss_rlim: 4294967295
CPU usage: start_time: 1188153320 rtime: 707 utime: 614 stime: 93 cutime:100 cstime: 7 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/gthumb'

[?1034hUsing host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1208616416 (LWP 13377)]
[New Thread -1263002736 (LWP 13422)]
[New Thread -1286612080 (LWP 13386)]
[New Thread -1286083696 (LWP 13385)]
[New Thread -1285555312 (LWP 13384)]
[New Thread -1262474352 (LWP 13381)]
[New Thread -1261945968 (LWP 13380)]
0x00110402 in __kernel_vsyscall ()

Thread 1 (Thread -1208616416 (LWP 13377))

  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/libpthread.so.0
  • #2 ??
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 gth_browser_notify_file_rename
    at gth-browser.c line 5852
  • #5 monitor_directory_renamed_cb
    at gth-browser.c line 5900
  • #6 gthumb_marshal_VOID__STRING_STRING
    at gthumb-marshal.c line 550
  • #7 g_closure_invoke
    from /lib/libgobject-2.0.so.0
  • #8 ??
    from /lib/libgobject-2.0.so.0
  • #9 g_signal_emit_valist
    from /lib/libgobject-2.0.so.0
  • #10 g_signal_emit
    from /lib/libgobject-2.0.so.0
  • #11 gth_monitor_notify_directory_renamed
    at gth-monitor.c line 587
  • #12 all_windows_notify_directory_rename
    at main.c line 836
  • #13 folder_progress_update_cb
    at dlg-file-utils.c line 2044
  • #14 dispatch_xfer_callback
    at gnome-vfs-job.c line 283
  • #15 dispatch_sync_job_callback
    at gnome-vfs-job.c line 448
  • #16 ??
    from /lib/libglib-2.0.so.0
  • #17 g_main_context_dispatch
    from /lib/libglib-2.0.so.0
  • #18 ??
    from /lib/libglib-2.0.so.0
  • #19 g_main_loop_run
    from /lib/libglib-2.0.so.0
  • #20 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #21 main
    at main.c line 738
  • #0 __kernel_vsyscall


----------- .xsession-errors (123 sec old) ---------------------
warning: the debug information found in "/usr/lib/debug//usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so.debug" does not match "/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so" (CRC misma
warning: the debug information found in "/usr/lib/debug//usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so.debug" does not match "/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so" (CRC misma
warning: the debug information found in "/usr/lib/debug//usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.so.debug" does not match "/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.so" (CRC mis
Cannot access memory at address 0x0
Cannot access memory at address 0x0
(gnome-terminal:9106): Vte-WARNING **: No handler for control sequence `device-control-string' defined.
Unable to connect to yum-updatesd.  Please ensure that the yum-updatesd 
package is installed and that the service is running.
--------------------------------------------------
Comment 1 Michael Chudobiak 2007-08-26 18:39:06 UTC
svn trunk rev 1977.

- Mike
Comment 2 Paolo Bacchilega 2007-08-27 12:38:00 UTC
I cannot reproduce this problem using the gthumb-2-10 branch, is this tha same for you?
Comment 3 Michael Chudobiak 2007-08-27 12:59:11 UTC
gthumb-2-10 no longer crashes after your most recent commit.

Something is still not quite right, because the progress bar still says "Moving 122 of 62". But it is no longer a crasher.

I could not reproduce this on my Fedora Core 6 system. It only occurred on my Fedora 7 system.

- Mike
Comment 4 Michael Chudobiak 2007-10-17 11:42:37 UTC
*** Bug 487412 has been marked as a duplicate of this bug. ***
Comment 5 Michael Chudobiak 2007-10-18 11:56:25 UTC
*** Bug 487729 has been marked as a duplicate of this bug. ***
Comment 6 Michael Chudobiak 2007-10-22 12:03:08 UTC
*** Bug 488610 has been marked as a duplicate of this bug. ***
Comment 7 Michael Chudobiak 2007-11-01 12:52:25 UTC

*** This bug has been marked as a duplicate of 492169 ***