Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
None
-
5.15.2
-
None
-
Window 10 professional 21h1
Description
result:
QWindow *QAccessibleWidget::window() const { const QWidget *w = widget(); Q_ASSERT(w); QWindow *result = w->windowHandle(); if (!result) { if (const QWidget *nativeParent = w->nativeParentWidget()) result = nativeParent->windowHandle(); } return result; }
this code crash, in release mode assert no effect but w is NULL.
QLabel::setText lead to "NameChanged" QAccessibleEvent, then crash
here is call stack
Attachments
Issue Links
- duplicates
-
QTBUG-95134 crash in QAccessibleWidget::window() function with NULL pointer
-
- Reported
-
- relates to
-
QTBUG-95134 crash in QAccessibleWidget::window() function with NULL pointer
-
- Reported
-