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 657110 - Evolution shell crashes in calendar view with accessibility turned on
Evolution shell crashes in calendar view with accessibility turned on
Status: RESOLVED DUPLICATE of bug 643526
Product: evolution
Classification: Applications
Component: Shell
3.0.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2011-08-22 20:21 UTC by Jonathan Briggs
Modified: 2011-09-06 17:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jonathan Briggs 2011-08-22 20:21:44 UTC
I ran Orca some time last week and it turned on accessibilty in Gnome 3.

Today when I switch to the Evolution calendar view, it crashed with a seg fault.

Debugging shows this backtrace:

  • #0 et_get_n_children
    at gal-a11y-e-table.c line 132
  • #1 ??
    from /usr/lib64/gtk-3.0/modules/libatk-bridge.so
  • #2 g_main_context_dispatch
    from /lib64/libglib-2.0.so.0
  • #3 ??
    from /lib64/libglib-2.0.so.0
  • #4 g_main_loop_run
    from /lib64/libglib-2.0.so.0
  • #5 gtk_main
    from /usr/lib64/libgtk-3.so.0
  • #6 main
    at main.c line 734

The crash code is:
    et = E_TABLE (gtk_accessible_get_widget (GTK_ACCESSIBLE (a11y)));                 │
   
--> if (et->group) {                                           

The variable 'et' is optimized out but the disassembly is:
    mov    0x50(%rax),%rbx 

And register rax is 0. So 'et' must have been NULL.

The contents of 'a11y' do not look that useful but they are:
{object = {parent = {parent = {g_type_instance = {g_class = 0xc83bb0}, ref_count = 3, 
        qdata = 0x0}, description = 0x0, name = 0xc70fa0 "Memos", accessible_parent = 0x0, 
      role = ATK_ROLE_UNKNOWN, relation_set = 0xcbb560,	layer = ATK_LAYER_INVALID}, priv = 0xccb720}}
Comment 1 Jonathan Briggs 2011-08-22 23:54:15 UTC
If I turn off org.gnome.desktop.interface toolkit-accessibility using dconf-editor, then run Evolution again, it does not crash.
Comment 2 Milan Crha 2011-09-06 17:16:19 UTC
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade.

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