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

      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));
      

        1. qtbug135802.zip
          2 kB
          Joni Poikelin
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

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

              Created:
              Updated:

                There are no open Gerrit changes