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 518809 - crash in Tasks: I just started the progr...
crash in Tasks: I just started the progr...
Status: RESOLVED INCOMPLETE
Product: evolution
Classification: Applications
Component: BugBuddyBugs
unspecified
Other All
: High critical
: ---
Assigned To: Evolution Triage Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2008-02-26 10:11 UTC by jharbeson
Modified: 2009-11-29 10:50 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description jharbeson 2008-02-26 10:11:38 UTC
Version: 2.10

What were you doing when the application crashed?
I just started the program when it crashed.


Distribution: Fedora release 7 (Moonshine)
Gnome Release: 2.18.3 2007-11-13 (Red Hat, Inc)
BugBuddy Version: 2.18.0

System: Linux 2.6.23.15-80.fc7 #1 SMP Sun Feb 10 16:52:18 EST 2008 x86_64
X Vendor: The X.Org Foundation
X Vendor Release: 10300000
Selinux: Enforcing
Accessibility: Disabled
GTK+ Theme: Clearlooks
Icon Theme: Fedora

Memory status: size: 555081728 vsize: 555081728 resident: 39743488 share: 31371264 rss: 39743488 rss_rlim: 18446744073709551615
CPU usage: start_time: 1204020660 rtime: 65 utime: 57 stime: 8 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

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

(no debugging symbols found)
Using host libthread_db library "/lib64/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 46912496424304 (LWP 20567)]
[New Thread 1105209680 (LWP 20582)]
[New Thread 1084229968 (LWP 20579)]
(no debugging symbols found)
0x0000003f1f20d97f in waitpid () from /lib64/libpthread.so.0

Thread 1 (Thread 46912496424304 (LWP 20567))

  • #0 waitpid
    from /lib64/libpthread.so.0
  • #1 ??
    from /usr/lib64/libgnomeui-2.so.0
  • #2 <signal handler called>
  • #3 g_main_context_check
    from /lib64/libglib-2.0.so.0
  • #4 ??
    from /lib64/libglib-2.0.so.0
  • #5 g_main_context_iteration
    from /lib64/libglib-2.0.so.0
  • #6 giop_recv_buffer_get
    from /usr/lib64/libORBit-2.so.0
  • #7 ORBit_small_invoke_stub
    from /usr/lib64/libORBit-2.so.0
  • #8 Bonobo_ActivationContext_activateMatchingFull
    from /usr/lib64/libbonobo-activation.so.4
  • #9 bonobo_activation_activate
    from /usr/lib64/libbonobo-activation.so.4
  • #10 bonobo_activation_activate_from_id
    from /usr/lib64/libbonobo-activation.so.4
  • #11 ??
    from /usr/lib64/evolution/2.10/components/libevolution-calendar.so
  • #12 g_main_context_dispatch
    from /lib64/libglib-2.0.so.0
  • #13 ??
    from /lib64/libglib-2.0.so.0
  • #14 g_main_loop_run
    from /lib64/libglib-2.0.so.0
  • #15 bonobo_main
    from /usr/lib64/libbonobo-2.so.0
  • #16 main
  • #0 waitpid
    from /lib64/libpthread.so.0


----------- .xsession-errors ---------------------
localuser:jharbeson being added to access control list
SESSION_MANAGER=local/unix:/tmp/.ICE-unix/20402
Error: permissions error in pam_timestamp_check
Unable to connect to yum-updatesd.  Please ensure that the yum-updatesd 
package is installed and that the service is running.
CalDAV Eplugin starting up ...
** (evolution:20567): DEBUG: mailto URL command: evolution --component=mail %s
** (evolution:20567): DEBUG: mailto URL program: evolution
warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7fff8cf5a000
--------------------------------------------------
Comment 1 André Klapper 2008-03-21 01:34:02 UTC
Thanks for taking the time to report this bug.
Unfortunately, the stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash.

Could you please help fixing this by installing some debugging packages [1], start the application as normal, and try to reproduce the crash, if possible?

Once bug-buddy pops up, you can find the stacktrace in the 'Details', now containing way more information. Please copy that stacktrace and paste it as a comment here. Thanks in advance!

[1] Please install debug packages for evolution, evolution-data-server, gtkhtml, gtk, glib, gnome-vfs, pango, libgnome and libgnomeui (as far as those packages are provided by your distribution).

More details can be found here: http://live.gnome.org/GettingTraces
Comment 2 Martin Mai 2009-11-29 10:50:52 UTC
There is a similar trace at https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/453942:

Trace: http://launchpadlibrarian.net/34589116/gdb-evolution-2.txt

I will ask for a better trace with more debug symbols and report back.