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

Creator crashes when stepping into an interrupted endless loop

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P1: Critical P1: Critical
    • Qt Creator 2.5.0-rc
    • Qt Creator 2.5.0-beta
    • Debugger
    • Win7 64bit
      MinGW/GDB

      Steps to reproduce:

      • create a simple project holding an endless loop
        (just tried a
        while(true) { std::cout << "running" << std::endl; }

        to see when I'm inside the loop)

      • start debugging and hit 'Interrupt' when debugger is inside the loop
      • hit "Step into" (maybe necessary to repeat this several times)

      Current behaviour:

      • Creator crashes

      Expected behaviour:

      • Creator steps into no matter how often 'step into' is hit

        1. backtrace.log
          2 kB
        2. debug.log
          39 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            dt Daniel Teske
            cstenger Christian Stenger
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes