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 490205 - Catch exceptions when reffing event.source
Catch exceptions when reffing event.source
Status: RESOLVED FIXED
Product: pyatspi2
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Li Yuan
Li Yuan
Depends on:
Blocks:
 
 
Reported: 2007-10-25 16:48 UTC by Eitan Isaacson
Modified: 2019-03-27 20:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed fix (596 bytes, patch)
2007-10-25 16:50 UTC, Eitan Isaacson
committed Details | Review

Description Eitan Isaacson 2007-10-25 16:48:46 UTC
Sometimes, for unknown reasons the event.source could be "None".
The patch below catches related exceptions when doing event.source.ref().
Comment 1 Eitan Isaacson 2007-10-25 16:50:09 UTC
Created attachment 97862 [details] [review]
Proposed fix