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

gdb (gdborig) crash on some code in 64 bits

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • Qt Creator 4.12.2, Qt Creator 4.12.4
    • Debugger
    • None
    • Windows Qt creator 4.12.4 minigw 8.1.0 64bit and qt 5.15.0
      Windows Qt creator 4.12.2 minigw 7.3.0 64bit and qt 5.12.9
    • Windows

    Description

      GDB (gdborig.exe) crash on some code. This problem only shows up when debug code for 64 bits.
      To reproduce:

      • use code below
      • build by mingw 64 bits
      • set breakpoint on "return 0;"
      • debug.

      Example code:

      #include <stdio.h>
      
      int main()
      {
          {
              char    buf[256];
          }
      
          return 0;
      }
      

      Attachments

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

        Activity

          People

            hjk hjk
            popovsamuil Samuil Popov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes