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 329536 - Segfault while accessing Exchange Calendars
Segfault while accessing Exchange Calendars
Status: RESOLVED DUPLICATE of bug 341334
Product: evolution
Classification: Applications
Component: Shell
2.6.x (obsolete)
Other All
: High critical
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2006-02-01 22:57 UTC by Xavier Spriet
Modified: 2013-09-13 00:50 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Xavier Spriet 2006-02-01 22:57:31 UTC
Steps to reproduce:
This crash occurs while clicking on the 'Calendars' button in Evolution
2.5.90-ubuntu1 (Ubuntu Dapper). I am using a MS-Exchange account, and one of my
2 calendars has changed since the last time I ran evolution, however I did
experience a crash as well back then.

Stack trace:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1210067264 (LWP 31138)]
0x4274ed18 in strcmp () from /lib/tls/i686/cmov/libc.so.6
(gdb) thread apply all bt

Thread 1 (Thread -1210067264 (LWP 31138))

  • #0 strcmp
    from /lib/tls/i686/cmov/libc.so.6
  • #1 e_component_registry_peek_info
  • #2 e_history_remove_matching
  • #3 _ORBIT_skel_small_GNOME_Evolution_Shell_handleURI
    from /usr/lib/evolution/2.6/libeshell.so.0
  • #4 ORBit_c_stub_invoke
    from /usr/lib/libORBit-2.so.0
  • #5 GNOME_Evolution_Shell_handleURI
    from /usr/lib/evolution/2.6/libeshell.so.0
  • #6 es_menu_hook_get_type
  • #7 es_menu_hook_get_type
  • #8 g_child_watch_add
    from /usr/lib/libglib-2.0.so.0
  • #9 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #10 g_main_context_check
    from /usr/lib/libglib-2.0.so.0
  • #11 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #12 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #13 main

Other information:
The backtrace appears to point at /usr/lib/evolution/2.6/libeshell.so.0 so I am
hoping that I filed this under the right component.
Comment 1 Harish Krishnaswamy 2006-06-05 12:11:17 UTC
Thanks for the bug report. Unfortunately, that stack trace is not very useful in determining the cause of the crash. Can you get us one with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so.
Comment 2 André Klapper 2006-07-28 13:10:16 UTC

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