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

dead loop in QWindowsFontDatabaseFT::populate()

    XMLWordPrintable

Details

    Description

      In windows platform plug-in there is a function QWindowsFontDatabaseFT::populate(), it will call EnumFontFamiliesEx() to enumerate font families, that function will enter a dead loop and never return.
      The following program can reproduce this problem:

      int main(int argc, char *argv[])
      {
          QApplication a(argc, argv);
      
          QPushButton b("Hello World!");
          b.show();
          
          return a.exec();
      }
          

      Attachments

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

        Activity

          People

            esabraha Eskil Abrahamsen Blomfeldt
            jianliang79 liang jian
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes