Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.6.0
-
None
-
Windows 12, MSVC 2022, Qt 6.6.0
-
-
668ce80e9 (dev), 4a1f51177 (6.6), 1d66691f8 (tqtc/lts-6.5), dc10bfa2f (tqtc/lts-6.2)
Description
I have the SEC_E_INVALID_TOKEN error coming up form the qtls_schannel.cpp (at line 1599 with MSVC) in every few days or weeks and kills my application with Q_UNREACHABLE:
} else if (status == SEC_E_INVALID_TOKEN) { qCWarning(lcTlsBackendSchannel, "Got SEC_E_INVALID_TOKEN!"); Q_UNREACHABLE(); // Happened once due to a bug, but shouldn't generally happen(?)
I have to rebuild the whole qtbase if I want to change this to be non-fatal ?
I am using the TLS plugin through the QHttpServer with the Viber REST API.
Attachments
For Gerrit Dashboard: QTBUG-118458 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
513556,3 | Schannel: change UNREACHABLE into error-handling | dev | qt/qtbase | Status: MERGED | +2 | 0 |
518671,2 | Schannel: change UNREACHABLE into error-handling | 6.6 | qt/qtbase | Status: MERGED | +2 | 0 |
519100,2 | Schannel: change UNREACHABLE into error-handling | tqtc/lts-6.5 | qt/tqtc-qtbase | Status: MERGED | +2 | 0 |
519493,3 | Schannel: change UNREACHABLE into error-handling | tqtc/lts-6.2 | qt/tqtc-qtbase | Status: MERGED | +2 | 0 |