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

QImage constructor crash when opening some tiff images

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 4.7.4
    • 4.7.0, 4.7.3
    • Image formats
    • None
    • Windows mingw
    • c9d2445bc3bbccd3cc6cfb95f09108cabe981840

    Description

      When trying to create QImage from some tiff images it crashes with SIGSEGV (example tiff in attachment). Usecase:

      #include <QImage>

      int main(int argc, char *argv[])
      {
      QImage image("test.tiff");
      return 0;
      }

      Attachments

        1. backtrace.log
          4 kB
        2. test.tiff
          316 kB

        Issue Links

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

          Activity

            People

              kkalland Kim Motoyoshi Kalland (Inactive)
              ewienik ewienik
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes