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

Log tags are queued and never come out if the state machine gets destroyed in between

    XMLWordPrintable

Details

    Description

      Messages from log use QueuedConnection targeting the state machine itself and those messages are discarded if the state machine gets destroyed before they are handled.

      QScxmlExecutionEngine::step has:

              QMetaObject::invokeMethod(stateMachine,
                                        "log",
                                        Qt::QueuedConnection,
                                        Q_ARG(QString, label),
                                        Q_ARG(QString, str));
      

      Attachments

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

        Activity

          People

            ulherman Ulf Hermann
            poikelin Joni Poikelin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes