Uploaded image for project: 'Qt for MCUs'
  1. Qt for MCUs
  2. QTMCU-347

LinkedListNode_AlreadyListMember error within DependencyBase::insertInto property.h

    XMLWordPrintable

Details

    Description

      Reproducer attached. Just build it with 2.8.x, let it run and wait for crashing. The error is

      Qt for MCUs error: Core:LinkedListNode_AlreadyListMember:132, line: 160, params: 0, 0, 0.
      See https://doc.qt.io/QtForMCUs/qtul-error-handling.html for more information.
      

      which, after some searching, should be due to "DependencyBase::insertInto" in property.h. At line 160, it goes like:

      QUL_DEBUG_ASSERT(!next && !node->prev, QulError_LinkedListNode_AlreadyListMember);
      

      The point is that the crash is not very consistent. One may see the crash anytime within, roughly speaking, 30 minutes (I've tested it for half a day and only seen it 3 times). Or rarely, crash may not happen at all.

      Attachments

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

        Activity

          People

            srodal Samuel Rødal
            luqiaochen Luqiao Chen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes