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 785047 - Fix crash when using the magnifier
Fix crash when using the magnifier
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: magnifier
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2017-07-18 07:51 UTC by Joaquim Rocha
Modified: 2017-07-18 10:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix crash when using the magnifier (1.87 KB, patch)
2017-07-18 07:52 UTC, Joaquim Rocha
accepted-commit_now Details | Review

Description Joaquim Rocha 2017-07-18 07:51:54 UTC
The first time that the session is started, it can happen that the
AT SPI hasn't been correctly initialized, and this results in a crash
when attempting to register the caret or focus listeners.

In order to avoid this, these changes check the result of initializing
the AT SPI, to allow further attempts when it has failed.
Comment 1 Joaquim Rocha 2017-07-18 07:52:00 UTC
Created attachment 355803 [details] [review]
Fix crash when using the magnifier
Comment 2 Florian Müllner 2017-07-18 08:03:53 UTC
Review of attachment 355803 [details] [review]:

LGTM
Comment 3 Joaquim Rocha 2017-07-18 10:30:03 UTC
Pushed to master.