Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Memory leak in libQt5Core.so.5.15.7
Forum Updated to NodeBB v4.3 + New Features

Memory leak in libQt5Core.so.5.15.7

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 447 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    chandrakant2023
    wrote on last edited by
    #1

    Found the memory leak in libQt5Core.so.5.15.7
    Following is the valgrind stack, can Qt help to resolve this, any fix version available for Rocky 8

    ==1819== 312 bytes in 3 blocks are definitely lost in loss record 13,372 of 14,268
    ==1819== at 0x4C388C3: operator new(unsigned long) (vg_replace_malloc.c:422)
    ==1819== by 0x144555E7: QEventLoop::QEventLoop(QObject*) (in /opt/Qt/lib/libQt5Core.so.5.15.7)
    ==1819== by 0x14283480: QThread::exec() (in /opt/Qt/lib/libQt5Core.so.5.15.7)
    ==1819== by 0x142846A2: ??? (in /opt/Qt/lib/libQt5Core.so.5.15.7)
    ==1819== by 0x14BB81C9: start_thread (in /usr/lib64/libpthread-2.28.so)
    ==1819== by 0x15738E72: clone (in /usr/lib64/libc-2.28.so)

    =======================
    ==1766== 107 (40 direct, 67 indirect) bytes in 1 blocks are definitely lost in loss record 11,877 of 14,215
    ==1766== at 0x4C39B6F: operator new[](unsigned long) (vg_replace_malloc.c:640)
    ==1766== by 0x143DEB71: ??? (in /opt/Qt/lib/libQt5Core.so.5.15.7)
    ==1766== by 0x143DA27C: ??? (in /opt/Qt/lib/libQt5Core.so.5.15.7)
    ==1766== by 0x143DA403: QProcess::start(QString const&, QStringList const&, QFlagsQIODevice::OpenModeFlag) (in /opt/Qt/lib/libQt5Core.so.5.15.7)
    ==1766== by 0x143DA5D5: QProcess::start(QString const&, QFlagsQIODevice::OpenModeFlag) (in /opt/Qt/lib/libQt5Core.so.5.15.7)

    jsulmJ 1 Reply Last reply
    0
    • C chandrakant2023

      Found the memory leak in libQt5Core.so.5.15.7
      Following is the valgrind stack, can Qt help to resolve this, any fix version available for Rocky 8

      ==1819== 312 bytes in 3 blocks are definitely lost in loss record 13,372 of 14,268
      ==1819== at 0x4C388C3: operator new(unsigned long) (vg_replace_malloc.c:422)
      ==1819== by 0x144555E7: QEventLoop::QEventLoop(QObject*) (in /opt/Qt/lib/libQt5Core.so.5.15.7)
      ==1819== by 0x14283480: QThread::exec() (in /opt/Qt/lib/libQt5Core.so.5.15.7)
      ==1819== by 0x142846A2: ??? (in /opt/Qt/lib/libQt5Core.so.5.15.7)
      ==1819== by 0x14BB81C9: start_thread (in /usr/lib64/libpthread-2.28.so)
      ==1819== by 0x15738E72: clone (in /usr/lib64/libc-2.28.so)

      =======================
      ==1766== 107 (40 direct, 67 indirect) bytes in 1 blocks are definitely lost in loss record 11,877 of 14,215
      ==1766== at 0x4C39B6F: operator new[](unsigned long) (vg_replace_malloc.c:640)
      ==1766== by 0x143DEB71: ??? (in /opt/Qt/lib/libQt5Core.so.5.15.7)
      ==1766== by 0x143DA27C: ??? (in /opt/Qt/lib/libQt5Core.so.5.15.7)
      ==1766== by 0x143DA403: QProcess::start(QString const&, QStringList const&, QFlagsQIODevice::OpenModeFlag) (in /opt/Qt/lib/libQt5Core.so.5.15.7)
      ==1766== by 0x143DA5D5: QProcess::start(QString const&, QFlagsQIODevice::OpenModeFlag) (in /opt/Qt/lib/libQt5Core.so.5.15.7)

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @chandrakant2023 said in Memory leak in libQt5Core.so.5.15.7:

      can Qt help to resolve this

      This is Qt user forum.
      If you want to ask developers of Qt then you should go to their developers mailing list.
      And keep in minf that Valgrind often reports false positives for Qt.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      Christian EhrlicherC C 2 Replies Last reply
      0
      • jsulmJ jsulm

        @chandrakant2023 said in Memory leak in libQt5Core.so.5.15.7:

        can Qt help to resolve this

        This is Qt user forum.
        If you want to ask developers of Qt then you should go to their developers mailing list.
        And keep in minf that Valgrind often reports false positives for Qt.

        Christian EhrlicherC Offline
        Christian EhrlicherC Offline
        Christian Ehrlicher
        Lifetime Qt Champion
        wrote on last edited by
        #3

        And if you really want to report this then you should install the Qt debug information first to get the line numbers.

        Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
        Visit the Qt Academy at https://academy.qt.io/catalog

        1 Reply Last reply
        0
        • jsulmJ jsulm

          @chandrakant2023 said in Memory leak in libQt5Core.so.5.15.7:

          can Qt help to resolve this

          This is Qt user forum.
          If you want to ask developers of Qt then you should go to their developers mailing list.
          And keep in minf that Valgrind often reports false positives for Qt.

          C Offline
          C Offline
          chandrakant2023
          wrote on last edited by
          #4

          @jsulm Thank you for this inputs.
          Can you help me point to correct channel or developer mailing list please ?

          jsulmJ 1 Reply Last reply
          0
          • C chandrakant2023

            @jsulm Thank you for this inputs.
            Can you help me point to correct channel or developer mailing list please ?

            jsulmJ Offline
            jsulmJ Offline
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @chandrakant2023 https://lists.qt-project.org/listinfo/development

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved