Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-29291

[cdb] nullptr QVariant crashes debugger

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • Qt Creator 11.0.0-beta2
    • Qt Creator 9.0.2, Qt Creator 11.0.0-beta1
    • Debugger
    • None
    • Windows
    • c7b8ed520 (11.0)

    Description

      The following code causes the cdb debugger to crash on Windows:
       

      auto v = QVariant::fromValue(nullptr);
      
      qDebug() << v;
      

       
      I have also tried gdb and lldb on Linux and it works without crashes.

      Attachments

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

        Activity

          People

            davschul David Schulz
            silverq Silver Zachara
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes