Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
dev
-
None
-
061ab84e9 (dev), 6098cf017 (6.5), 88a1d2792 (tqtc/lts-6.2), 2adc22539 (6.6), 73afcce12 (tqtc/lts-5.15), 693c9e6b1 (dev), aba3523b3 (6.5), ad472257f (tqtc/lts-6.2), ee09dbe13 (6.6), 19eb7f7e4 (tqtc/lts-5.15)
Description
ASAN complains in tst_QHostInfo::lookupConnectToFunctionPointerDeleted() that the QSlotObjectBase is leaked, and, indeed, the lookupHostImpl() function is really laissez-faire with the slotObj ref-counting (basically, it's ignoring it completely).
But if I fix that, then I'm getting the QFAIL executed.
Since I can't fix it in a short time, I'm creating this issue.
ASAN log and fix attempts attached.
Attachments
Issue Links
- relates to
-
QTBUG-115330 QCoreApplication::requestPermission() is leaking slot objects
- Closed