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

Segfault in QTextCursor::document

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • None
    • 4.7.4
    • GUI: Text handling
    • None

    Description

      The QTextCursor::document functions segfaults in the following test program

      #include <QTextCursor>
      #include <QDebug>

      int main()
      {
      QTextCursor cursor;
      qDebug() << cursor.document();

      Patch to resolve problem as attachment.

      Attachments

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

        Activity

          People

            esabraha Eskil Abrahamsen Blomfeldt
            jupakari Juuso Pakarinen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes