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

Fix CTF backend trace event recursion problem

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:

                There are no open Gerrit changes