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

MSVC link.exe (x86) fails with OOM when linking Qt5WebEngineCored.dll

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P0: Blocker
    • 5.6.0 Beta
    • 5.6
    • WebEngine
    • None
    • MSVC 2015 x86 toolchain, Windows 10 (64 bit)
    • 7fc3024a16af6e96b6391b0dc19d6b5887372d05

    Description

      Sometimes the linking step for QtWebEngine on Windows fails on MSVC 2015 32 bit:

              link /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /MACHINE:X86 /LIBPATH:"C:\Program Files (x86)\Windows Kits\8.1\Lib\win8\um\x86" /DELAYLOAD:dbghelp.dll /DELAYLOAD:dwmapi.dll /DELAYLOAD:shell32.dll /DELAYLOAD:uxtheme.dll /DELAYLOAD:cfgmgr32.dll /DELAYLOAD:powrprof.dll /DELAYLOAD:setupapi.dll /DELAYLOAD:mf.dll /DELAYLOAD:mfplat.dll /DELAYLOAD:mfreadwrite.dll /DELAYLOAD:BluetoothApis.dll /DELAYLOAD:Bthprops.cpl /DELAYLOAD:dinput8.dll /DELAYLOAD:user32.dll /DELAYLOAD:d3d9.dll /DELAYLOAD:d3d11.dll /DELAYLOAD:dxva2.dll /PDB:D:\dev\qt\5.6\msvc-2015-32\qtbase\lib\Qt5WebEngineCored.pdb /maxilksize:0x7ff00000 /safeseh /dynamicbase /ignore:4199 /ignore:4221 /nxcompat /largeaddressaware /SUBSYSTEM:WINDOWS,5.01 /INCREMENTAL:NO /FIXED:NO /DYNAMICBASE:NO wininet.lib dnsapi.lib version.lib msimg32.lib ws2_32.lib usp10.lib psapi.lib dbghelp.lib winmm.lib shlwapi.lib cfgmgr32.lib powrprof.lib setupapi.lib advapi32.lib kernel32.lib gdi32.lib winspool.lib comdlg32.lib shell32.lib ole32.lib oleaut32.lib user32.lib uuid.lib odbc32.lib odbccp32.lib delayimp.lib credui.lib netapi32.lib /SAFESEH /NXCOMPAT /OPT:REF @D:/dev/qt/5.6/msvc-2015-32/qtwebengine/src/core/api/Debug\qtwebenginecoreapid.lib.objects /DEBUG /DLL /SUBSYSTEM:WINDOWS /VERSION:5.6 /MANIFEST:embed /OUT:D:\dev\qt\5.6\msvc-2015-32\qtbase\lib\Qt5WebEngineCored.dll @C:\Users\kakoehne\AppData\Local\Temp\nm70D.tmp
         Creating library D:\dev\qt\5.6\msvc-2015-32\qtbase\lib\Qt5WebEngineCored.lib and object D:\dev\qt\5.6\msvc-2015-32\qtbase\lib\Qt5WebEngineCored.exp
      LINK : fatal error LNK1102: out of memory
      

      This is not 100% reproducable though, as sometimes calling the same line repeatedly helps.

      Attachments

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

        Activity

          People

            jbornema Joerg Bornemann
            kkohne Kai Köhne
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes