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

QCompleter constructor crash (tested on ARM)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: Not Evaluated Not Evaluated
    • None
    • 4.8.2
    • None
    • ARM

      QCompleter constructor crash when only one argument is passed using QT 4.8.2 on ARM.

      To replicate the bug, I changed toolbarsearch constructor (toolbarsearch.cpp) from browser example in the following way:
      QCompleter *complter= new QCompleter(this);
      completer->setModel(m_stringListModel);

      while the old code was:
      QCompleter *complter= new QCompleter(m_stringListModel,this);

      and the QCompleter constructor crashes (segmentation fault).

      I changed the constructor since arora web browser (http://code.google.com/p/arora/) passes only one argument to the constructor (and then it crashes).
      I think older version of QT are not affected by the bug.

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

            Unassigned Unassigned
            uomotigre UomoTigre
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes