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

Fix CTF backend trace event recursion problem

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 6.5
    • Core: Plugins
    • None

    Description

      Any tracing library should be independent of the code it is tracing. This is not the case with CTF backend, it is build together with the same codes it is trying to trace. It uses threds, mutexes and other classes, which might potentially have traces in them in the future(not currently). This means that the tracing backend itself can generate new trace events creating infinite recursive loop. This doesn't just consern only the plugin, but any code inside Q_TRACE_XXX macros.

      Attachments

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

        Activity

          People

            anmaatta Antti Määttä
            anmaatta Antti Määttä
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes