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 581747 - Hang in _gdk_pixbuf_lock, gdk_pixbuf_loader_load_module
Hang in _gdk_pixbuf_lock, gdk_pixbuf_loader_load_module
Status: RESOLVED DUPLICATE of bug 473862
Product: evolution
Classification: Applications
Component: Mailer
2.26.x (obsolete)
Other Linux
: Normal major
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
: 581749 600723 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-05-07 13:59 UTC by Brian J. Murrell
Modified: 2010-09-22 15:28 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26



Description Brian J. Murrell 2009-05-07 13:59:53 UTC



Comment 1 Akhil Laddha 2009-05-08 03:35:57 UTC
*** Bug 581749 has been marked as a duplicate of this bug. ***
Comment 2 Milan Crha 2010-09-21 18:02:45 UTC
*** Bug 600723 has been marked as a duplicate of this bug. ***
Comment 3 Milan Crha 2010-09-21 18:06:52 UTC
I see this on actual master when selecting a contact with couple various IM entries filled; with gtk2-2.20.1-1 on a 32bit installation.

Updated line numbers:
  • #0 __kernel_vsyscall
  • #1 __lll_lock_wait
    at ../nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S line 142
  • #2 _L_lock_697
    from /lib/libpthread.so.0
  • #3 __pthread_mutex_lock
    at pthread_mutex_lock.c line 61
  • #4 _gdk_pixbuf_lock
    at gdk-pixbuf-io.c line 116
  • #5 gdk_pixbuf_loader_load_module
    at gdk-pixbuf-loader.c line 379
  • #6 gdk_pixbuf_loader_eat_header_write
  • #7 IA__gdk_pixbuf_loader_write
  • #8 html_image_factory_write_pixbuf
  • #9 gtk_html_stream_write
  • #10 gtk_html_write
  • #11 web_view_request_stream_read_cb
    at e-web-view.c line 239
  • #12 async_ready_callback_wrapper
    at ginputstream.c line 470
  • #13 g_simple_async_result_complete
    at gsimpleasyncresult.c line 692
  • #14 complete_in_idle_cb_for_thread
    at gsimpleasyncresult.c line 757
  • #15 g_idle_dispatch
    at gmain.c line 4224
  • #16 g_main_dispatch
    at gmain.c line 2119
  • #17 g_main_context_dispatch
    at gmain.c line 2672
  • #18 g_main_context_iterate
    at gmain.c line 2750
  • #19 g_main_loop_run
    at gmain.c line 2958
  • #20 IA__gtk_main
    at gtkmain.c line 1219
  • #21 main
    at main.c line 671

Comment 4 Milan Crha 2010-09-21 18:09:29 UTC
As mentioned in bug #600723, this really seams to be bug #473862
Comment 5 Milan Crha 2010-09-22 15:28:34 UTC
OK, the reproducer from comment #3 is fixed when I try with actual gdk-pixbuf git master, which is two commits after 2.22.1 version bump. Seeing the thing, I'm marking this bug as a duplicate of bug #473862.

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