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

QImage constructor crash when opening some tiff images

XMLWordPrintable

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

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

        1. test.tiff
          316 kB
        2. backtrace.log
          4 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes