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

Race condition in QtCamera2.java

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 6.8
    • Multimedia
    • Android

    Description

      There is a race condition in the QtCamera2.java several members such as mState and mCaptureSession. This is accessed from the background thread that handles state and capture-callbacks. It is also accessed from the "takePhoto()" method which is called from C++ on whatever thread the QCamera lives within.

      Currently this issue is not actively causing misbehavior and fixing it would require significant effort and testing to make sure we don't introduce regressions and new bugs. Until we have customer bugreports related to this, we don't have to fix this immediately.

      Attachments

        Issue Links

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

          Activity

            People

              npskalerud Nils Petter Skålerud
              npskalerud Nils Petter Skålerud
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes