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 615947 - Crash immediately after starting when trying to connect to an Exchange server using MAPI
Crash immediately after starting when trying to connect to an Exchange server...
Status: RESOLVED DUPLICATE of bug 615086
Product: evolution-mapi
Classification: Applications
Component: Mail
0.30.x
Other Linux
: High critical
: ---
Assigned To: evolution-mapi-maint
evolution-mapi-maint
Depends on:
Blocks:
 
 
Reported: 2010-04-16 11:06 UTC by joel
Modified: 2010-06-14 03:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Output of running CAMEL_DEBUG=all evolution (26.91 KB, text/x-log)
2010-04-16 11:06 UTC, joel
Details
Output of running 'gdb evolution' (4.51 KB, text/x-log)
2010-04-16 11:07 UTC, joel
Details
Output of running 'gdb evolution' with debugging symbols enabled (11.82 KB, text/x-log)
2010-04-16 12:33 UTC, joel
Details
Output of running 'gdb evolution' (third time lucky) (15.46 KB, text/x-log)
2010-04-22 09:49 UTC, joel
Details

Description joel 2010-04-16 11:06:36 UTC
Created attachment 158883 [details]
Output of running CAMEL_DEBUG=all evolution

Using a clean Evolution profile, attempting to connect to an Exchange server using MAPI will crash evolution just after logging in. I am using Evolution 2.30.0 and evolution-mapi 0.30.0, downloaded from projects.gnome.org and compiled from source. I have attached the output of running evolution with the CAMEL_DEBUG=all variable set, and also of running 'gdb evolution'.
Comment 1 joel 2010-04-16 11:07:07 UTC
Created attachment 158884 [details]
Output of running 'gdb evolution'
Comment 2 Akhil Laddha 2010-04-16 11:46:42 UTC
Pasting traces outside - 

Program received signal SIGABRT, Aborted.
[Switching to Thread 0xb35fbb70 (LWP 21303)]
0x0012d422 in __kernel_vsyscall ()
(gdb) thread apply all bt


==========


Thanks for taking the time to report this bug.
Unfortunately, that 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. Can you get us a stack trace with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
Comment 3 joel 2010-04-16 12:33:15 UTC
Created attachment 158888 [details]
Output of running 'gdb evolution' with debugging symbols enabled

I believe this is what you're looking for. This is a full stacktrace obtained after I installed the debugging symbols for evolution-data-server, libgtkhtml, glib, gtk and gnome-vfs.
Comment 4 Matthew Barnes 2010-04-16 12:42:27 UTC
Thanks.  Moving to evolution-mapi.
Comment 5 Akhil Laddha 2010-04-19 04:07:20 UTC
Joel, traces are missing evolution-mapi related debuginfo. 

Could you please install debuginfo packages of evolution-mapi and talloc. Next time when you paste gdb traces, please paste the crash point as well. I meant to say these lines above 'thread apply all bt'.

Program received signal SIGABRT, Aborted.
[Switching to Thread 0xb35fbb70 (LWP 21303)]
0x0012d422 in __kernel_vsyscall ()
(gdb) thread apply all bt
Comment 6 joel 2010-04-22 09:49:47 UTC
Created attachment 159320 [details]
Output of running 'gdb evolution' (third time lucky)

The packages with debugging symbols were not found, so I recompiled talloc and evolution-mapi with the DEB_BUILD_OPTIONS=nostrip,noopt environment variable set. Hopefully this will be enough now to figure out what's happening!
Comment 7 Akhil Laddha 2010-06-04 04:32:14 UTC
Looks like duplicate of bug 615086 as per
https://bugzilla.gnome.org/show_bug.cgi?id=615086#c5
Comment 8 Milan Crha 2010-06-11 14:13:41 UTC
(In reply to comment #7)
> Looks like duplicate of bug 615086

Yup, it's the same issue.
Comment 9 Akhil Laddha 2010-06-14 03:51:44 UTC

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