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 484905 - gthumb crashed with SIGSEGV in g_list_remove_link()
gthumb crashed with SIGSEGV in g_list_remove_link()
Status: RESOLVED OBSOLETE
Product: gthumb
Classification: Other
Component: general
2.10.x
Other Linux
: Normal critical
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2007-10-09 01:37 UTC by Pedro Villavicencio
Modified: 2009-09-23 12:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pedro Villavicencio 2007-10-09 01:37:35 UTC
This bug has been reported here:

https://bugs.launchpad.net/ubuntu/+source/gthumb/+bug/149135

"After importing photos from pptp gthumb crashed after opening corresponding folder."

".

Thread 2 (process 19251)

  • #0 clone
    from /lib/tls/i686/cmov/libc.so.6
  • #1 ??
  • #2 ??

Thread 1 (process 19157)

  • #0 IA__g_list_remove_link
    at /build/buildd/glib2.0-2.14.1/glib/glist.c line 273
  • #1 gth_file_list_exec_next_op
    at gth-file-list.c line 1904
  • #2 update_thumbs_stopped
    at gth-file-list.c line 310
  • #3 g_idle_dispatch
    at /build/buildd/glib2.0-2.14.1/glib/gmain.c line 4132
  • #4 IA__g_main_context_dispatch
    at /build/buildd/glib2.0-2.14.1/glib/gmain.c line 2061
  • #5 g_main_context_iterate
    at /build/buildd/glib2.0-2.14.1/glib/gmain.c line 2694
  • #6 IA__g_main_loop_run
    at /build/buildd/glib2.0-2.14.1/glib/gmain.c line 2898
  • #7 IA__gtk_main
    at /build/buildd/gtk+2.0-2.12.0/gtk/gtkmain.c line 1144
  • #8 main
    at main.c line 738

Comment 1 Paolo Bacchilega 2007-10-14 07:57:46 UTC
this looks like a bug in gdk_pixbuf_new_from_file_at_scale, reassigning the bug...
Comment 2 Matthias Clasen 2007-10-17 02:11:21 UTC
It is not actually clear from the stacktrace which thread the problem happens in;
but according to the downstream bug, it is in thread 7, which does not make this look like a gtk problem.
Comment 3 Michael Chudobiak 2009-09-23 12:48:00 UTC
Marking as obsolete, due to the rewrite in ext branch (http://live.gnome.org/gthumb).