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

EINVAL QWaitCondition::wait(): cv wait failure (Invalid argument)

    XMLWordPrintable

Details

    • Integrity

    Description

      Even when QWaitCondition is not being used in the application source, Application gives message:

       error verbose 1 [] QWaitCondition::wait(): cv wait failure (Invalid argument).

      Looks like the message is generated in the wait() function of the QWaitCondition class

       if (code && code != ETIMEDOUT)
      report_error(code, "QWaitCondition::wait()", "cv wait");
      
      Also, as far as I understand, this is an error:
      #define EINVAL 22 /* Invalid argument */

      attached stack trace for EINVAL(22) error. 

      What could the QWaitCondition problem be related to?

      Attachments

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

        Activity

          People

            thiago Thiago Macieira
            irfan.omair@gmail.com irfan B omair
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes