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

Crash in QGraphicsItem::paint

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 6.5.2
    • GUI: Painting
    • None
    • Windows 10
    • Windows

    Description

      Hi,
      my Application is crashing in a custom QGraphicsItem paint Function.
      I just have to execute
      QImage temp(1000, 1000, QImage::Format::Format_Indexed8);
      painter->drawImage(target, temp, temp.rect());

      Then I get a QList::at crash because d was deleted and it generates an access violation.
      Somewhere in
      convertIndexedToARGB32PM(unsigned int * buffer, int count, const QList<unsigned int> * clut)

      Attachments

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

        Activity

          People

            vgt Eirik Aavitsland
            f.h. Frederik Hupe
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes