GNOME Bugzilla – Bug 570531
SVN head -- OWA -- accepting calendar invitation deadlocks evo
Last modified: 2013-09-13 00:58:51 UTC
Steps to reproduce: 1. receive a calendar invitation 2. click on add to calendar 3. evo deadlocks, must force quit and restart Stack trace: Other information:
Thanks for taking the time to report this bug. Without a stack trace from the crash it's very hard to determine what caused it. Can you get us a stack trace? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
Stack traces. evolution-exchange-storage: segfaults here... Loaded symbols for /lib/libnss_dns.so.2 0xffffe424 in __kernel_vsyscall () (gdb) cont Continuing. [New Thread 0xb3dfeb90 (LWP 26093)] [Thread 0xb3dfeb90 (LWP 26093) exited] [New Thread 0xb3dfeb90 (LWP 26162)] [New Thread 0xb4afdb90 (LWP 26163)] [New Thread 0xb5affb90 (LWP 26164)] [New Thread 0xb52feb90 (LWP 26165)] [New Thread 0xb11e6b90 (LWP 26166)] [New Thread 0xb09e5b90 (LWP 26167)] [New Thread 0xb01e4b90 (LWP 26168)] [New Thread 0xaf9e3b90 (LWP 26169)] [Thread 0xaf9e3b90 (LWP 26169) exited] [New Thread 0xaf9e3b90 (LWP 26170)] [New Thread 0xae9ffb90 (LWP 26171)] [New Thread 0xadfffb90 (LWP 26172)] [New Thread 0xad5ffb90 (LWP 26173)] [New Thread 0xac9ffb90 (LWP 26174)] [New Thread 0xac1feb90 (LWP 26175)] [Thread 0xb5affb90 (LWP 26164) exited] [Thread 0xb4afdb90 (LWP 26163) exited] [Thread 0xb3dfeb90 (LWP 26162) exited] [Thread 0xb09e5b90 (LWP 26167) exited] [Thread 0xb01e4b90 (LWP 26168) exited] [Thread 0xb11e6b90 (LWP 26166) exited] [Thread 0xb52feb90 (LWP 26165) exited] [Thread 0xae9ffb90 (LWP 26171) exited] [Thread 0xadfffb90 (LWP 26172) exited] [Thread 0xad5ffb90 (LWP 26173) exited] [Thread 0xac9ffb90 (LWP 26174) exited] [Thread 0xaf9e3b90 (LWP 26170) exited] [Thread 0xac1feb90 (LWP 26175) exited] [New Thread 0xac1feb90 (LWP 26176)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xac1feb90 (LWP 26176)] icalparameter_get_partstat (param=0x0) at icalderivedparameter.c:1338 /cpartition/src/libical-0.43/src/libical/icalderivedparameter.c:1338:38701:beg:0xb7c88f23 (gdb) thread apply all bt full
+ Trace 212243
Thread 18 (Thread 0xac1feb90 (LWP 26176))
evolution-data-server status re above: (gdb) thread apply all bt full
+ Trace 212244
in ../sysdeps/unix/sysv/linux/poll.c (gdb)
evolution status re above: (gdb) thread apply all bt full
+ Trace 212245
Thread 1 (Thread 0xb66556c0 (LWP 9650))
Crash in a libical function #0 0xaaaaaaaa icalparameter_get_partstat (param=0x0) at icalderivedparameter.c:1338
+ Trace 212247
I wonder how much related it is to the movement to upstream libical. Did you clear your $PREFIX subdirs from the previous libical, which was part of evolution-data-server? Just in case it doesn't use incorrect headers and/or libraries.
(In reply to comment #5) > Crash in a libical function > #0 0xaaaaaaaa icalparameter_get_partstat (param=0x0) at > icalderivedparameter.c:1338 > #1 0x0807158a in check_owner_partstatus_for_declined (backend=<value optimized > out>, icalcomp=0x9e17520) at > ../../../evolution-exchange/calendar/e-cal-backend-exchange-calendar.c:723 > #2 0x08075cbe in receive_objects (backend=0x80f02c8, cal=0x811f4f0, > calobj=0xa8ccc51 > "..."...) at evolution-exchange/calendar/e-cal-backend-exchange-calendar.c:1690 > > I wonder how much related it is to the movement to upstream libical. Did you > clear your $PREFIX subdirs from the previous libical, which was part of > evolution-data-server? Just in case it doesn't use incorrect headers and/or > libraries. > Not sure. I use Paul's make file from http://mad-scientist.us/evolution.html to build. I can completely blow away my svn trees and build from scratch if that would help to determine the answer? Give me an hour or so to rebuild everything.
*** Bug 570536 has been marked as a duplicate of this bug. ***
OK -- looks like a complete removal and rebuild has resolved this issue. I'm closing this ticket.