Details
-
Bug
-
Resolution: Cannot Reproduce
-
P1: Critical
-
None
-
5.12
-
None
-
* Windows 10 x64,
* mingw-w64 x86_64 posix seh 8.1.0,
* ICC 2018 Update 3,
* MSVC 2017 15.8.0,
* Windows SDK 10.0.17134.12,
* Qt5-dev-6077565b3ec70c1fb334801543b0894914cb0e06.
Description
Hello, everyone,
For Qt Creator documentation build got error:
qmake CONFIG-=precompile_header -r && nmake -U docs <snip> c:\libQT-5.12-dev\MSVC64DH\bin\qdoc.exe -outputdir C:/QTCREATOR-4.8.0-dev/build/doc/qtcreator C:/QTCREATOR-4.8.0-dev/build/doc/qtcreator.qdocconf -indexdir C:/libQT-5.12-dev/MSVC64DH/doc -indexdir C:/QTCREATOR-4.8.0-dev/build/doc <snip> NMAKE : fatal error U1077: 'call' : return code '0xc0000409' Stop.
Reproduced for:
- "QtCreator with Qt5-dev-6077565b3ec" documentation build using mingw-w64 and MSVC,
not reproduced for:
- "QtCreator with Qt5-dev-d16c0d26752" documentation build using mingw-w64 and MSVC.
This is not a hardware issue, since qdoc throws runtime error after using about 2^32 bytes of RAM, while build system has 2^34 bytes available.
This ticket may consist of two:
- qdoc memory leakage,
- Qt Creator, or rather Qt5, documentation build issue, which revealed qdoc error above.
(need be verified)
Best,
Alexander