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

QDeclarative crashes with PARAM_RTP_MEM_FILL=FALSE on VxWorks

    XMLWordPrintable

Details

    • VxWorks

    Description

      When PARAM_RTP_MEM_FILL=FALSE then VxWorks is not filling memory allocations with 0s, which cause the QML Engine crash.
      5.15 had the following change:
      #if OS(VXWORKS)
      // page allocator expects mmap'ed memory to be zero'ed
      memset(result, 0, bytes);
      #endif
      in reserveAndCommit()

      Attachments

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

        Activity

          People

            karimpinter Karim Pinter
            karimpinter Karim Pinter
            Veli-Pekka Heinonen Veli-Pekka Heinonen
            Karim Pinter Karim Pinter
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes