Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
5.15.15, 6.5.2
-
None
-
WINDOWS 10
-
-
c1b0f0287 (dev), a03931095 (dev), 0e65cbc82 (dev), a9561e15e (dev), 46b5edec2 (6.8), a92e3cf30 (6.8), c6d6e05aa (6.8), caa560931 (dev), 717580c19 (dev), 93686386c (dev), f51896b74 (dev), d7edf2894 (dev), f5ff1096e (6.8), 51f7513bc (6.8), 267e378d1 (6.8)
Description
Problem Description:
Run the attached Qt demo (QAccessible_leak), then turn on the Narrator feature on the Windows platform, and observe that the memory of this process will continue to increase.
Reproduction Steps:
- Run QAccessible_leak.
- Open the perfmon tool, add the Private Bytes counter for this process.
- Operate QAccessible_leak to make it gain focus.
- Observe the memory change of this process (for 5 minutes), at this time the memory of this process does not change much.
- Press the Ctrl+Windows+Enter key combination to turn on the Narrator feature.
- Operate QAccessible_leak to make it gain focus.
- Observe the memory change of this process (for 5 minutes), and find that the memory of this process continues to increase.
- Press the Ctrl+Windows+Enter key combination to turn off the Narrator feature.
- Operate QAccessible_leak to make it gain focus.
- Observe the memory change of this process (for 5 minutes), and find that the memory of this process still continues to increase.