Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
None
-
5.15.3
Description
There is no simple app example yet but the issue happens on Pixel2 device with Android 11 if any accessibility service is turned on, e.g.
or AnyDesk Control Service AD1
as soon as any accessibility service is started our app crashes randomly at different places - even on start. The trace in logcat is the same
==================================
W/Qt A11Y: AccessibilityEvent with empty description
E/libc++abi: Pure virtual function called!
A/libc: Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 8075
==================================
The issue is similar to the closed QTBUG-85379
Attachments
Issue Links
- duplicates
-
QTBUG-95764 pure virtual call in QAccessibleQuickItem
- Closed
- relates to
-
QTBUG-85379 Crash when changing enabled state of Button in onPressed when using Material style
- Closed
- mentioned in
-
Page Loading...