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 585104 - crash in Evolution Mail and Calendar: Just sent an e-mail, the...
crash in Evolution Mail and Calendar: Just sent an e-mail, the...
Status: RESOLVED INCOMPLETE
Product: evolution
Classification: Applications
Component: BugBuddyBugs
2.24.x (obsolete)
Other All
: High critical
: ---
Assigned To: Evolution Triage Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2009-06-08 03:30 UTC by abartlet
Modified: 2009-09-03 11:55 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description abartlet 2009-06-08 03:30:41 UTC
What were you doing when the application crashed?
Just sent an e-mail, then selected inbox.


Distribution: Fedora release 10 (Cambridge)
Gnome Release: 2.24.3 2009-01-16 (Red Hat, Inc)
BugBuddy Version: 2.24.2

System: Linux 2.6.27.24-170.2.68.fc10.x86_64 #1 SMP Wed May 20 22:47:23 EDT 2009 x86_64
X Vendor: The X.Org Foundation
X Vendor Release: 10503000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Nodoka
Icon Theme: Fedora

Memory status: size: 1373011968 vsize: 1373011968 resident: 626077696 share: 25833472 rss: 626077696 rss_rlim: 18446744073709551615
CPU usage: start_time: 1244412980 rtime: 41658 utime: 36715 stime: 4943 cutime:924 cstime: 177 timeout: 0 it_real_value: 0 frequency: 100

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

[Thread debugging using libthread_db enabled]
[New Thread 0x7fae0e1607f0 (LWP 26674)]
[New Thread 0x7fadf4138950 (LWP 790)]
[New Thread 0x7fadfc1e8950 (LWP 26773)]
[New Thread 0x7fadf26e9950 (LWP 26771)]
[New Thread 0x7fadf61fc950 (LWP 26715)]
[New Thread 0x7fadf6bfd950 (LWP 26714)]
[New Thread 0x7fadfdc5f950 (LWP 26709)]
[New Thread 0x7fadfe660950 (LWP 26708)]
[New Thread 0x7fadffd0e950 (LWP 26706)]
[New Thread 0x7fae0070f950 (LWP 26705)]
[New Thread 0x7fae01f44950 (LWP 26702)]
[New Thread 0x7fae02945950 (LWP 26701)]
0x00000031ffc0ec2f in __libc_waitpid (pid=797, stat_loc=0x7fff161c1e20, 
    options=0) at ../sysdeps/unix/sysv/linux/waitpid.c:41
41	  int result = INLINE_SYSCALL (wait4, 4, pid, stat_loc, options, NULL);

Thread 1 (Thread 0x7fae0e1607f0 (LWP 26674))

  • #0 __libc_waitpid
    at ../sysdeps/unix/sysv/linux/waitpid.c line 41
  • #1 IA__g_spawn_sync
    at gspawn.c line 382
  • #2 IA__g_spawn_command_line_sync
    at gspawn.c line 694
  • #3 ??
    from /usr/lib64/gtk-2.0/modules/libgnomebreakpad.so
  • #4 ??
    from /usr/lib64/gtk-2.0/modules/libgnomebreakpad.so
  • #5 <signal handler called>
  • #6 IA__g_type_check_instance_is_a
    at gtype.c line 3695
  • #7 e_shell_window_peek_shell
    at e-shell-window.c line 1120
  • #8 impl_ShellView_setButtonIcon
    at e-shell-view.c line 83
  • #9 GNOME_Evolution_ShellView_setButtonIcon
    at Evolution-stubs.c line 42
  • #10 e_component_view_set_button_icon
    at e-component-view.c line 146
  • #11 real_flush_updates
    at mail-folder-cache.c line 198
  • #12 do_async_event
    at mail-mt.c line 681
  • #13 mail_msg_idle_cb
    at mail-mt.c line 491
  • #14 g_main_dispatch
    at gmain.c line 2144
  • #15 IA__g_main_context_dispatch
    at gmain.c line 2697
  • #16 g_main_context_iterate
    at gmain.c line 2778
  • #17 IA__g_main_loop_run
    at gmain.c line 2986
  • #18 bonobo_main
    at bonobo-main.c line 311
  • #19 main
    at main.c line 690


----------- .xsession-errors (100 sec old) ---------------------
(evolution:26674): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
(evolution:26674): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
(evolution:26674): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
(evolution:26674): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
(evolution:26674): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
(evolution:26674): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
(evolution:26674): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
(evolution:26674): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
--------------------------------------------------
Comment 1 Milan Crha 2009-07-13 14:08:40 UTC
This is very strange, see the iconName parameter changing all around the trace:
  • #8 impl_ShellView_setButtonIcon
    at e-shell-view.c line 83
  • #9 GNOME_Evolution_ShellView_setButtonIcon
    at Evolution-stubs.c line 42
  • #10 e_component_view_set_button_icon
    at e-component-view.c line 146


If you can still reproduce this reliably, could you try running evolution under valgrind and upload captured log here, please? Evolution will be quite slow, I know. The command is:
   $ valgrind --leak-check=full evolution &>v.log
and the result is a text file v.log. Thanks in advance.
Comment 2 Akhil Laddha 2009-09-03 11:55:01 UTC
Closing this bug report as no further information has been provided. Please
feel free to reopen this bug if you can provide the information asked for with
current stable version 2.26.3 Thanks!