Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.6.0
-
Windows 10, MSVC 2015,64bit, others
-
24411e9743735d6323f1d3686f8b989a5122f83b
Description
See https://codereview.qt-project.org/#/c/153638/
Suspicion so far is that sth broke in QLocalSocket.
The debugger tries to write sth onto the local socket in signal newConnection(), which fails.
Assert is:
FATAL : tst_QQmlDebugLocal::initTestCase() ASSERT: "writeBytes == p.b.size()" in file ..\..\..\..\..\src\plugins\qmltooling\shared\qpacketprotocol.cpp, line 289
Introduced by "Make QWindowsPipeWriter thread-free." 0307c008bf71e1272385d0e7f7c8d2c5a1ba6526 (https://codereview.qt-project.org/#/c/152304/ )
Attachments
Issue Links
- relates to
-
QTBUG-70638 Qt 5.12/Windows: Test qtdeclarative\tests\auto\qml\debugger\qqmldebuglocal asserts
- Closed