I am working on an open source Mac app that depends on the Accessibility API. I've noticed occasional crashes when calling the AXUIElementCopyAttributeValue and AXUIElementCopyAttributeValues functions
very similar crash logs:
pastebin.com/QuF86Fp4
pastebin.com/QrxyVuRu
pastebin.com/Nceyk6vZ
pastebin.com/m7bLxqe1
pastebin.com/BNtjxd3N
pastebin.com/RHYabPRL
Here is my part of the source code (and the accessibility api wrapper library I am depending on).
https://github.com/dexterleng/vimac/blob/master/ViMac-Swift/Services/QueryWindowService.swift
https://github.com/tmandry/AXSwift/blob/master/Sources/UIElement.swift
very similar crash logs:
pastebin.com/QuF86Fp4
pastebin.com/QrxyVuRu
pastebin.com/Nceyk6vZ
pastebin.com/m7bLxqe1
pastebin.com/BNtjxd3N
pastebin.com/RHYabPRL
Here is my part of the source code (and the accessibility api wrapper library I am depending on).
https://github.com/dexterleng/vimac/blob/master/ViMac-Swift/Services/QueryWindowService.swift
https://github.com/tmandry/AXSwift/blob/master/Sources/UIElement.swift