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 385641 - crash in Open Folder: thumbnailing a "download...
crash in Open Folder: thumbnailing a "download...
Status: RESOLVED DUPLICATE of bug 403255
Product: nautilus
Classification: Core
Component: general
unspecified
Other All
: High critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
nautilus[debugsymbols]
Depends on:
Blocks:
 
 
Reported: 2006-12-13 22:31 UTC by Fernando Herrera
Modified: 2007-03-09 19:19 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Fernando Herrera 2006-12-13 22:31:13 UTC
Version: 2.17.1

What were you doing when the application crashed?
thumbnailing a "download-in-progress" image.
Crash is at nautilus_thumbnail_load_image, while doing:

pixbuf = g_object_ref (gdk_pixbuf_loader_get_pixbuf (loader));

(gdb) p *loader
$4 = {parent_instance = {g_type_instance = {g_class = 0x8438358}, ref_count = 1, qdata = 0x0}, priv = 0x8b56000}

but: 
(gdb) p gdk_pixbuf_loader_get_pixbuf (loader)
$5 = 0

It happens randomly on my Desktop, this image came from a gaim file-transfer over the Desktop.



Distribution: Fedora Core release 6 (Zod)
Gnome Release: 2.17.2 2006-11-23 (JHBuild)
BugBuddy Version: 2.17.3

System: Linux 2.6.18-1.2849.fc6 #1 SMP Fri Nov 10 12:45:28 EST 2006 i686
X Vendor: The X.Org Foundation
X Vendor Release: 70101000
Selinux: No
Accessibility: Enabled

Memory status: size: 74629120 vsize: 0 resident: 74629120 share: 0 rss: 25522176 rss_rlim: 0
CPU usage: start_time: 1166029989 rtime: 0 utime: 399 stime: 0 cutime:347 cstime: 0 timeout: 52 it_real_value: 0 frequency: 14

Backtrace was generated from '/opt/gnome218/bin/nautilus'

Using host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1209009952 (LWP 22684)]
0x00c87402 in __kernel_vsyscall ()

Thread 1 (Thread -1209009952 (LWP 22684))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/libpthread.so.0
  • #2 libgnomeui_segv_handle
    at gnome-ui-init.c line 870
  • #3 <signal handler called>
  • #4 __kernel_vsyscall
  • #5 raise
    from /lib/libc.so.6
  • #6 abort
    from /lib/libc.so.6
  • #7 IA__g_logv
    at gmessages.c line 497
  • #8 IA__g_log
    at gmessages.c line 517
  • #9 IA__g_return_if_fail_warning
  • #10 IA__g_object_ref
    at gobject.c line 1714
  • #11 nautilus_thumbnail_load_image
    at nautilus-thumbnails.c line 400
  • #12 create_normal_cache_icon
    at nautilus-icon-factory.c line 1151
  • #13 nautilus_icon_factory_get_pixbuf_for_icon
    at nautilus-icon-factory.c line 1327
  • #14 nautilus_icon_container_update_icon
    at nautilus-icon-container.c line 5735
  • #15 redo_layout_internal
    at nautilus-icon-container.c line 5839
  • #16 redo_layout_callback
    at nautilus-icon-container.c line 1666
  • #17 g_idle_dispatch
    at gmain.c line 3926
  • #18 IA__g_main_context_dispatch
    at gmain.c line 2045
  • #19 g_main_context_iterate
    at gmain.c line 2677
  • #20 IA__g_main_loop_run
    at gmain.c line 2881
  • #21 IA__gtk_main
    at gtkmain.c line 1148
  • #22 main
    at nautilus-main.c line 548
  • #0 __kernel_vsyscall


----------- .xsession-errors (89696 sec old) ---------------------
(gnome-terminal:25086): GLib-GObject-WARNING **: IA__g_object_get_valist: object class `GtkSettings' has no property named `gtk-cursor-blink-timeout'
(gnome-terminal:25086): GLib-GObject-WARNING **: IA__g_object_get_valist: object class `GtkSettings' has no property named `gtk-cursor-blink-timeout'
(gnome-terminal:25086): GLib-GObject-WARNING **: IA__g_object_get_valist: object class `GtkSettings' has no property named `gtk-cursor-blink-timeout'
(gnome-terminal:25086): GLib-GObject-WARNING **: IA__g_object_get_valist: object class `GtkSettings' has no property named `gtk-cursor-blink-timeout'
(gnome-terminal:25086): GLib-GObject-WARNING **: IA__g_object_get_valist: object class `GtkSettings' has no property named `gtk-cursor-blink-timeout'
(gnome-terminal:25086): GLib-GObject-WARNING **: IA__g_object_get_valist: object class `GtkSettings' has no property named `gtk-cursor-blink-timeout'
(gnome-terminal:25086): GLib-GObject-WARNING **: IA__g_object_get_valist: object class `GtkSettings' has no property named `gtk-cursor-blink-timeout'
...Too much output, ignoring rest...
--------------------------------------------------
Comment 1 Christian Kirbach 2007-03-09 19:19:29 UTC
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade.


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