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 564722 - Evolution crashed when cancelling a Password popup
Evolution crashed when cancelling a Password popup
Status: RESOLVED DUPLICATE of bug 532165
Product: evolution
Classification: Applications
Component: Mailer
2.22.x (obsolete)
Other All
: Normal critical
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2008-12-16 11:55 UTC by Kandepu Prasad
Modified: 2008-12-17 05:41 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Kandepu Prasad 2008-12-16 11:55:26 UTC
Steps to reproduce:
I have a gmail(IMAP) account. While I was using Evolution it gave me a password popup for this account. I gave the password and clicked on ok. But the authentication failed some how and re-prompted for password. I clicked on Cancel button and Evolution crashed.

Stack trace:
Distribution: openSUSE 11.0 (i586)
Gnome Release: 2.22.1 2008-06-07 (SUSE)
BugBuddy Version: 2.22.0

System: Linux 2.6.25.18-0.2-pae #1 SMP 2008-10-21 16:30:26 +0200 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10400090
Selinux: No
Accessibility: Enabled
GTK+ Theme: Clearlooks
Icon Theme: Tango

Memory status: size: 191012864 vsize: 191012864 resident: 50491392 share: 27406336 rss: 77897728 rss_rlim: 1791457280
CPU usage: start_time: 1229404678 rtime: 10334 utime: 8827 stime: 1507 cutime:22 cstime: 42 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/evolution'

[?1034h[Thread debugging using libthread_db enabled]
[New Thread 0xb64b8720 (LWP 3494)]
[New Thread 0xacefbb90 (LWP 8369)]
[New Thread 0xad6fcb90 (LWP 8309)]
[New Thread 0xb024eb90 (LWP 3618)]
[New Thread 0xb0dc7b90 (LWP 3617)]
0xffffe430 in __kernel_vsyscall ()

Thread 1 (Thread 0xb64b8720 (LWP 3494))

  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/libpthread.so.0
  • #2 g_spawn_sync
    from /usr/lib/libglib-2.0.so.0
  • #3 g_spawn_command_line_sync
    from /usr/lib/libglib-2.0.so.0
  • #4 ??
    from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
  • #5 ??
    from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
  • #6 google_breakpad::ExceptionHandler::InternalWriteMinidump
    from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
  • #7 google_breakpad::ExceptionHandler::HandleException
    from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
  • #8 <signal handler called>
  • #9 update_or_redraw
    at htmlimage.c line 1093
  • #10 g_cclosure_marshal_VOID__VOID
    from /usr/lib/libgobject-2.0.so.0
  • #11 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #12 signal_emit_unlocked_R
    from /usr/lib/libgobject-2.0.so.0
  • #13 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #14 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #15 gdk_pixbuf_loader_prepare
    at gdk-pixbuf-loader.c line 292
  • #16 gif_main_loop
    at io-gif.c line 917
  • #17 gdk_pixbuf__gif_image_load_increment
    at io-gif.c line 1581
  • #18 gdk_pixbuf_loader_load_module
    at gdk-pixbuf-loader.c line 395
  • #19 IA__gdk_pixbuf_loader_write
    at gdk-pixbuf-loader.c line 418
  • #20 html_image_factory_write_pixbuf
    at htmlimage.c line 1147
  • #21 gtk_html_stream_write
    at gtkhtml-stream.c line 79
  • #22 emhs_sync_write
    at em-html-stream.c line 114
  • #23 emss_process_message
    at em-sync-stream.c line 64
  • #24 g_idle_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #25 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #26 g_main_context_iterate
    from /usr/lib/libglib-2.0.so.0
  • #27 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #28 bonobo_main
    at bonobo-main.c line 311
  • #29 main
    at main.c line 793
  • #0 __kernel_vsyscall


----------- .xsession-errors (176 sec old) ---------------------
GMailContacts Error: Invalid credentials
Could not read Gnome Bookmarks file /home/kandepu/.gtk-bookmarks: Could not find file "/home/kandepu/.gtk-bookmarks".
Universe contains 343 items.
GMailContacts Error: Invalid credentials
Could not read Gnome Bookmarks file /home/kandepu/.gtk-bookmarks: Could not find file "/home/kandepu/.gtk-bookmarks".
Universe contains 343 items.
GMailContacts Error: Invalid credentials
(gnome-terminal:5525): Vte-WARNING **: No handler for control sequence `device-control-string' defined.
Could not read Gnome Bookmarks file /home/kandepu/.gtk-bookmarks: Could not find file "/home/kandepu/.gtk-bookmarks".
Universe contains 343 items.
GMailContacts Error: Invalid credentials
Could not read Gnome Bookmarks file /home/kandepu/.gtk-bookmarks: Could not find file "/home/kandepu/.gtk-bookmarks".
Universe contains 343 items.
GMailContacts Error: Invalid credentials
--------------------------------------------------


Other information:
Comment 1 palfrey 2008-12-16 13:50:48 UTC
Looks like a duplicate of Bug 338921?
Comment 2 André Klapper 2008-12-16 21:07:28 UTC
Looks more like a dup of bug 532165 to me because of the gdk_pixbuf_loader_prepare call and the ones after that.

Kandepu, as you're a Novell employee: Any reason to not run a recent release but ancient 2.22? Not really helpful...

*** This bug has been marked as a duplicate of 532165 ***
Comment 3 Kandepu Prasad 2008-12-17 05:41:44 UTC
Andre: We have some test machines with older versions also just to have a regression test when ever required.