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

High pointer values displayed as a negative hex number

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • Qt Creator 3.6.0-rc1
    • Qt Creator 3.6.0-rc1
    • Debugger
    • None

    Description

      Compile the following application with a 64-bit toolchain.

      int main()
      {
          void *foo = (void*)0xffffffffffffffaaULL;
          return 0; // break
      }

      The L&E pane shows foo as 0x-56.

      Attachments

        For Gerrit Dashboard: QTCREATORBUG-15326
        # Subject Branch Project Status CR V

        Activity

          People

            hjk hjk
            orgads Orgad Shaneh
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes