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

QtQml build error with Intel Compiler

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.3.0
    • 5.2.0
    • None
    • 8e22d71b225576ae7ccd6ed349c05219bae7689e

    Description

      ../../include/QtQml/5.2.0/QtQml/private/../../../../../src/qml/jsruntime/qv4object_p.h(208): internal error: assertion failed at: "shared/cfe/edgcpfe/lower_init.c", line 3351

      PropertyAttributes *newAttrs = new PropertyAttributes[arrayOffset + arrayAlloc];

      Appears to be a dynamic allocation issue according to this.
      https://devtalk.nvidia.com/default/topic/369934/cuda-programming-and-performance/compiler-error/

      Full icpc call

      gmake[3]: Entering directory `/usr/local/qt-everywhere-opensource-src-5.2.0/qtdeclarative/src/qml'
      icpc -c -O0 -g -fvisibility=hidden -fvisibility-inlines-hidden -std=c++0x -fno-exceptions -w1 -Wall -Wcheck -wd1572,873,2259,2261 -D_REENTRANT -D_REENTRANT -D_REENTRANT -fPIC -fno-jump-tables -DQT_NO_URL_CAST_FROM_STRING -DQT_NO_INTEGER_EVENT_COORDINATES -DQT_BUILD_QML_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DWTF_EXPORT_PRIVATE= -DJS_EXPORT_PRIVATE= -DWTFReportAssertionFailure=qmlWTFReportAssertionFailure -DWTFReportBacktrace=qmlWTFReportBacktrace -DWTFInvokeCrashHook=qmlWTFInvokeCrashHook -DENABLE_LLINT=0 -DENABLE_DFG_JIT=0 -DENABLE_DFG_JIT_UTILITY_METHODS=1 -DENABLE_JIT_CONSTANT_BLINDING=0 -DBUILDING_QT__ -DWTF_USE_UDIS86=0 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/local/qt-everywhere-opensource-src-5.2.0/qtbase/mkspecs/linux-icc-64 -I. -I../../include -I../../include/QtQml -I../../include/QtQml/5.2.0 -I../../include/QtQml/5.2.0/QtQml -I../3rdparty/masm/jit -I../3rdparty/masm/assembler -I../3rdparty/masm/runtime -I../3rdparty/masm/wtf -I../3rdparty/masm/stubs -I../3rdparty/masm/stubs/wtf -I../3rdparty/masm -I../3rdparty/masm/disassembler -I../3rdparty/masm/disassembler/udis86 -Icompiler -I. -Ijsruntime -I. -I../3rdparty/double-conversion -Ianimations -I/usr/local/qt-everywhere-opensource-src-5.2.0/qtbase/include -I/usr/local/qt-everywhere-opensource-src-5.2.0/qtbase/include/QtNetwork -I/usr/local/qt-everywhere-opensource-src-5.2.0/qtbase/include/QtCore/5.2.0 -I/usr/local/qt-everywhere-opensource-src-5.2.0/qtbase/include/QtCore/5.2.0/QtCore -I/usr/local/qt-everywhere-opensource-src-5.2.0/qtbase/include/QtCore -I.moc -o .obj/moc_qqmllocale_p.o .moc/moc_qqmllocale_p.cpp
      ../../include/QtQml/5.2.0/QtQml/private/../../../../../src/qml/jsruntime/qv4object_p.h(208): internal error: assertion failed at: "shared/cfe/edgcpfe/lower_init.c", line 3351

      PropertyAttributes *newAttrs = new PropertyAttributes[arrayOffset + arrayAlloc];
      ^

      compilation aborted for .moc/moc_qqmllocale_p.cpp (code 4)
      gmake[3]: *** [.obj/moc_qqmllocale_p.o] Error 4
      gmake[3]: Leaving directory `/usr/local/qt-everywhere-opensource-src-5.2.0/qtdeclarative/src/qml'

      Attachments

        For Gerrit Dashboard: QTBUG-36577
        # Subject Branch Project Status CR V

        Activity

          People

            thiago Thiago Macieira
            rich Richard Fleck
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes