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 403932 - crash in gThumb Image Viewer: Using vfs-testing branch...
crash in gThumb Image Viewer: Using vfs-testing branch...
Status: RESOLVED FIXED
Product: gthumb
Classification: Other
Component: general
unspecified
Other All
: High critical
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2007-02-03 13:48 UTC by Michael Chudobiak
Modified: 2007-02-03 18:39 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Michael Chudobiak 2007-02-03 13:48:42 UTC
What were you doing when the application crashed?
Using vfs-testing branch, svn rev 1323.

This crash occurs when viewing images in a remote VFS folder (ssh://...), and I use Tools > Convert Format > Destination > Other...

- Mike


Distribution: Fedora Core release 6 (Zod)
Gnome Release: 2.16.0 2006-09-04 (Red Hat, Inc)
BugBuddy Version: 2.16.0

System: Linux 2.6.19-1.2895.fc6 #1 SMP Wed Jan 10 19:28:18 EST 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 70101000
Selinux: Enforcing
Accessibility: Disabled
----------- .xsession-errors ---------------------
SESSION_MANAGER=local/strawberry.domain.avtechpulse.com:/tmp/.ICE-unix/26240
Introspect error: The name edu.duke.linux.yum was not provided by any .service files
Unable to connect to yum-updatesd.  Please ensure that the yum-updatesd 
package is installed and that the service is running.
Initializing nautilus-open-terminal extension
** (bug-buddy:26493): WARNING **: Couldn't load icon for Open Folder
Cannot access memory at address 0x0
Cannot access memory at address 0x0
** (bug-buddy:26548): WARNING **: Couldn't load icon for Open Folder
Cannot access memory at address 0x0
Cannot access memory at address 0x0
** (bug-buddy:26630): WARNING **: Couldn't load icon for Open Folder
--------------------------------------------------

Memory status: size: 144711680 vsize: 0 resident: 144711680 share: 0 rss: 48828416 rss_rlim: 0
CPU usage: start_time: 1170510401 rtime: 0 utime: 354 stime: 0 cutime:330 cstime: 0 timeout: 24 it_real_value: 0 frequency: 0

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

Using host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1208326432 (LWP 26567)]
[New Thread -1324582000 (LWP 26582)]
[New Thread -1324549232 (LWP 26581)]
[New Thread -1324516464 (LWP 26580)]
[New Thread -1261544560 (LWP 26573)]
[New Thread -1261511792 (LWP 26572)]
0x00a9f402 in __kernel_vsyscall ()

Thread 1 (Thread -1208326432 (LWP 26567))

  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/libpthread.so.0
  • #2 gnome_gtk_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 strcmp
    from /lib/libc.so.6
  • #5 _gtk_file_system_model_path_do
    at gtkfilesystemmodel.c line 1169
  • #6 show_and_select_paths_finished_loading
    at gtkfilechooserdefault.c line 6112
  • #7 fs_module_init
    from /usr/lib/gtk-2.0/2.10.0/filesystems/libgnome-vfs.so
  • #8 fs_module_init
    from /usr/lib/gtk-2.0/2.10.0/filesystems/libgnome-vfs.so
  • #9 fs_module_init
    from /usr/lib/gtk-2.0/2.10.0/filesystems/libgnome-vfs.so
  • #10 g_idle_dispatch
    at gmain.c line 3928
  • #11 IA__g_main_context_dispatch
    at gmain.c line 2045
  • #12 g_main_context_iterate
    at gmain.c line 2677
  • #13 IA__g_main_loop_run
    at gmain.c line 2881
  • #14 IA__gtk_main
    at gtkmain.c line 1148
  • #15 main
    at main.c line 800
  • #0 __kernel_vsyscall

Comment 1 Michael Chudobiak 2007-02-03 18:39:56 UTC
Fixed in svn. Set local_only to FALSE in all glade files.

- Mike