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 328631 - crash in the thumbnailer code with a picture.
crash in the thumbnailer code with a picture.
Status: RESOLVED DUPLICATE of bug 327323
Product: libgnomeui
Classification: Deprecated
Component: general
CVS HEAD
Other Linux
: Normal normal
: ---
Assigned To: libgnomeui maintainers
libgnomeui maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-25 18:46 UTC by Claudio Saavedra
Modified: 2006-01-25 19:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Claudio Saavedra 2006-01-25 18:46:34 UTC
Compiled from HEAD yesterday. Backtrace:

  • #0 select
    from /lib/tls/libc.so.6
  • #1 _XEnq
    from /usr/X11R6/lib/libX11.so.6
  • #2 _XRead
    from /usr/X11R6/lib/libX11.so.6
  • #3 _XReply
    from /usr/X11R6/lib/libX11.so.6
  • #4 XGetSelectionOwner
    from /usr/X11R6/lib/libX11.so.6
  • #5 IA__gdk_selection_owner_get_for_display
    at gdkselection-x11.c line 215
  • #6 IA__gtk_selection_convert
    at gtkselection.c line 944
  • #7 IA__gtk_clipboard_request_contents
    at gtkclipboard.c line 916
  • #8 real_update_paste_menu
    at fm-directory-view.c line 7114
  • #9 real_update_menus
    at fm-directory-view.c line 7453
  • #10 fm_icon_view_update_menus
    at fm-icon-view.c line 1549
  • #11 fm_directory_view_update_menus
    at fm-directory-view.c line 8975
  • #12 update_menus_timeout_callback
    at fm-directory-view.c line 2874
  • #13 g_timeout_dispatch
    at gmain.c line 3292
  • #14 IA__g_main_context_dispatch
  • #15 g_main_context_iterate
    at gmain.c line 2547
  • #16 IA__g_main_loop_run
    at gmain.c line 2751
  • #17 IA__gtk_main
    at gtkmain.c line 991
  • #18 main
    at nautilus-main.c line 435

Comment 1 Claudio Saavedra 2006-01-25 19:20:57 UTC
Ok. It is not nautilus related, but some with the gnome-thumbnail code.

I received a picture in the IM and saved it to the Desktop. Suddenly, nautilus crashed with a g-critical warning like this:

"glib-Critical: g_convert: assertion str != NULL failed."

mv'ing the picture to another folder stoped nautilus to crash. But when I tried to open the folder in Nautilus and EOG, both crashed.

This is the backtrace of EOG.

  • #0 IA__g_logv
    at gmessages.c line 503
  • #1 IA__g_log
    at gmessages.c line 517
  • #2 IA__g_return_if_fail_warning
    at gmessages.c line 532
  • #3 IA__g_convert
  • #4 real_save_png
    at io-png.c line 863
  • #5 IA__gdk_pixbuf_savev
    at gdk-pixbuf-io.c line 1407
  • #6 IA__gdk_pixbuf_save
    at gdk-pixbuf-io.c line 1634
  • #7 gnome_thumbnail_factory_save_thumbnail
    at gnome-thumbnail.c line 1175
  • #8 eog_thumbnail_load
    at eog-thumbnail.c line 100
  • #9 job_thumb_create
    at eog-collection-item.c line 318
  • #10 eog_job_call_action
    at eog-job.c line 382
  • #11 thread_start_func
    at eog-job-manager.c line 85
  • #12 g_thread_create_proxy
    at gthread.c line 582
  • #13 start_thread
    from /lib/tls/libpthread.so.0
  • #14 clone
    from /lib/tls/libc.so.6

The girl^Wpicture causing this mess is here:

http://www.gnome.org/~csaavedr/images/DSC04737.JPG

I don't know exactly where to reassign this bug, but I will move it temporarily to libgnomeui and ask in irc for advice.
Comment 2 Claudio Saavedra 2006-01-25 19:28:14 UTC
Hm. It seems it is already reported.


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