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 381548 - crash in Evolution:
crash in Evolution:
Status: RESOLVED FIXED
Product: Evolution Exchange
Classification: Deprecated
Component: Connector
2.8.x
Other All
: High critical
: ---
Assigned To: Connector Maintainer
Ximian Connector QA
: 409513 432243 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-12-02 10:23 UTC by yehuda
Modified: 2007-08-24 06:50 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
The debug trace you wanted (8.42 KB, text/plain)
2007-06-08 23:29 UTC, jjmartinson
  Details
proposed patch (899 bytes, patch)
2007-07-19 16:10 UTC, Milan Crha
committed Details | Review

Description yehuda 2006-12-02 10:23:46 UTC
What were you doing when the application crashed?



Distribution: Ubuntu 6.10 (edgy)
Gnome Release: 2.16.1 2006-10-02 (Ubuntu)
BugBuddy Version: 2.16.0

Memory status: size: 65826816 vsize: 0 resident: 65826816 share: 0 rss: 18882560 rss_rlim: 0
CPU usage: start_time: 1165055001 rtime: 0 utime: 85 stime: 0 cutime:80 cstime: 0 timeout: 5 it_real_value: 0 frequency: 7

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

Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1232755024 (LWP 19769)]
0xffffe410 in __kernel_vsyscall ()

Thread 1 (Thread -1232755024 (LWP 19769))

  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/tls/i686/cmov/libc.so.6
  • #2 gnome_gtk_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 segv_redirect
    at main.c line 426
  • #4 <signal handler called>
  • #5 e2k_context_fba
    at e2k-context.c line 654
  • #6 e2k_autoconfig_get_context
    at e2k-autoconfig.c line 464
  • #7 exchange_account_connect
    at exchange-account.c line 1420
  • #8 exchange_config_listener_authenticate
    at exchange-config-listener.c line 738
  • #9 account_added
    at exchange-config-listener.c line 890
  • #10 g_cclosure_marshal_VOID__OBJECT
    from /usr/lib/libgobject-2.0.so.0
  • #11 g_value_set_boxed
    from /usr/lib/libgobject-2.0.so.0
  • #12 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #13 g_signal_chain_from_overridden
    from /usr/lib/libgobject-2.0.so.0
  • #14 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #15 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #16 gconf_accounts_changed
    at e-account-list.c line 175
  • #17 e_account_list_construct
    at e-account-list.c line 253
  • #18 idle_construct
    at exchange-config-listener.c line 1099
  • #19 g_source_is_destroyed
    from /usr/lib/libglib-2.0.so.0
  • #20 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #21 g_main_context_check
    from /usr/lib/libglib-2.0.so.0
  • #22 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #23 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #24 main
    at main.c line 615
  • #0 __kernel_vsyscall

Comment 1 Kjartan Maraas 2007-01-16 09:22:24 UTC
Can you still reproduce this or has it been fixed in a later release?
Comment 2 palfrey 2007-02-19 16:04:47 UTC
*** Bug 409513 has been marked as a duplicate of this bug. ***
Comment 3 Akhil Laddha 2007-04-23 12:25:12 UTC
*** Bug 432243 has been marked as a duplicate of this bug. ***
Comment 4 Veerapuram Varadhan 2007-06-07 11:37:47 UTC
Can somebody attach a E2K_DEBUG=4 trace when it crashes?  See http://www.gnome.org/projects/evolution/bugs.shtml for how to generate E2K_DEBUG trace.
Comment 5 jjmartinson 2007-06-08 23:29:22 UTC
Created attachment 89629 [details]
The debug trace you wanted
Comment 6 Milan Crha 2007-06-12 18:05:33 UTC
Varadhan, I've also a debug trace in downstream bug [1], look at comment #30 and #31. I hope that helps. (Looks a bit similar to jjmartinson's, but I may be wrong.)

[1] https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=206631
Comment 7 Milan Crha 2007-07-19 16:10:05 UTC
Created attachment 91994 [details] [review]
proposed patch

for evolution-data-server;

Here is attached patch from downstream bug from a reporter, maybe it helps here too.

(In reply to comment #5)
> Created an attachment (id=89629) [edit]
> The debug trace you wanted
>
I was talking to varadhan on IRC and he needs to ask you if you could connect to OWA. According to your E2K_DEBUG log, it seems you have disabled cookies in your browser and OWA requires cookies to be enabled. Crash needs to be fixed, irrespective of cookies are enabled or not, however varadhan would like to know whether enabling cookies fixes your connectivity problems.
Comment 8 Veerapuram Varadhan 2007-08-23 16:44:10 UTC
Some Exchange admins customize their FBA login page and thereby disable some fields that have empty strings.  Hmm... Can somebody document how many ways one can customize their login page?  Sigh.

Milan:  Please commit the patch to trunk.
Comment 9 Milan Crha 2007-08-24 06:50:01 UTC
Committed to trunk. Committed revision 7988.