Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 5.12.1
-
Fix Version/s: 5.13.0 RC 1
-
Component/s: SerialBus: MOD Bus
-
Labels:
-
Environment:Windows 10, MSVC 2015
-
Platform/s:
-
Commits:a40fcae40fdc4d7cd658c4b8ab38aad7572f2ecf
Description
Periodically, an assert will occur indicating that processQueue is in an unexpected state which is Idle. The assert specifically is:
Q_ASSERT_X(false, "processQueue", QByteArray("unexpected state: ").append(m_state));
This does not appear to happen on macOS at least, but only on Windows where it might be easier to reproduce.
Attachments
Issue Links
- is duplicated by
-
QTBUG-53767 modbus request timeout on windows
-
- Closed
-
-
QTBUG-73230 QModbusRtuSerialMaster Q_ASSERT_X "processQueue", "response timer active"
-
- Closed
-