Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-68751

WIN64: 'unresolved external symbol __fastfail referenced in function "void __cdecl qt_message_fatal' for debug builds using Windows ICC

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • 5.12
    • Core: Other
    • None

    Description

      Hello, everyone,

      For builds using Windows ICC got error:

              if not exist ..\..\lib\Qt5Cored.dll if exist ..\..\lib\Qt5Cored.dll.embed.manifest del ..\..\lib\Qt5Cored.dll.embed.manifest
              if exist ..\..\lib\Qt5Cored.dll.embed.manifest copy /Y ..\..\lib\Qt5Cored.dll.embed.manifest ..\..\lib\Qt5Cored.dll_manifest.bak
              xilink /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /DLL /SUBSYSTEM:WINDOWS /VERSION:5.12 /MANIFEST /MANIFESTFILE:..\..\lib\Qt5Cored.dll.embed.manifest /OUT:..\..\lib\Qt5Cored.dll @C:\Users\test\AppData\Local\Temp\Qt5Cored.dll.4736.250.jom
         Creating library ..\..\lib\Qt5Cored.lib and object ..\..\lib\Qt5Cored.exp
      qlogging.obj : error LNK2019: unresolved external symbol __fastfail referenced in function "void __cdecl qt_message_fatal(enum QtMsgType,class QMessageLogContext const &,class QString const &)" (?qt_message_fatal@@YAXW4QtMsgType@@AEBVQMessageLogContext@@AEBVQString@@@Z)
      ..\..\lib\Qt5Cored.dll : fatal error LNK1120: 1 unresolved externals
      jom: C:\libQT-5.12-dev\build\qtbase\src\corelib\Makefile.Debug [..\..\lib\Qt5Cored.dll] Error 1120
      jom: C:\libQT-5.12-dev\build\qtbase\src\corelib\Makefile [debug] Error 2
      jom: C:\libQT-5.12-dev\build\qtbase\src\Makefile [sub-corelib-make_first] Error 2
      jom: C:\libQT-5.12-dev\build\qtbase\Makefile [sub-src-make_first] Error 2
      jom: C:\libQT-5.12-dev\build\Makefile [module-qtbase-make_first] Error 2
      

      which relate to recently merged Change #225048.

       

      Reproduced for:

      • builds using Windows ICC with Debug configuration,

      not reproduced for:

      • builds using Windows ICC with Release configuration,
      • builds using mingw-w64 and MSVC.

       

      Best,

      Alexander

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            thiago Thiago Macieira
            sav sav
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes