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

tst_mediaobject exits with 0,1 Kill

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P2: Important P2: Important
    • None
    • 4.6.2
    • (Inactive) mmfphonon
    • None

      The auto test completes but exits as a crash.

      Gareth writes:
      ---------------------
      Well, the obvious candidate is
      0c8d49ca: Added support for video surfaces to Phonon MMF backend

      This refactored the backend pretty heavily, introduced some new ABCs etc.

      I'd suggest that you first try reverting this and see if it fixes the crash.

      One possible cause is that some objects both:

      • are owned as a QScopedPointer
      • inherit from QObject and have a non-NULL parent pointer
        See e.g. Backend::m_effectFactory.

      So maybe we're seeing a double deletion when objects are deallocated? (But (a) this is unlikely because ~QObject removes itself from the parent's children array and (b) we never saw it before)

      Anyway, identifying the commit which causes this would be a good first step.

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

            gastockw Gareth Stockwell
            fenglich Frans Englich (closed Nokia identity)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes