https://bugs.kde.org/show_bug.cgi?id=389100

            Bug ID: 389100
           Summary: Debugged application crashes when hitting
                    Q_ASSERT(false)
           Product: kdevelop
           Version: 5.2.1
          Platform: openSUSE RPMs
                OS: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: NOR
         Component: general
          Assignee: kdevelop-bugs-n...@kde.org
          Reporter: ottw...@gmail.com
  Target Milestone: ---

Running this
```
#include <QDebug>
int main(int argc, char *argv[])
{
    Q_ASSERT(false);
    qDebug() << "I'm still alive";
    return 0;
}
```
in KDevelop results in this:
```
/home/super/devel/qassk/build> /home/super/devel/qassk/build/qassk
ASSERT: "false" in file ../main.cpp, line 4
*** Failure: /home/super/devel/qassk/build/qassk has crashed ***
```

in qtcreator:
```
Debugging starts
&"warning: GDB: Failed to set controlling terminal: Unpassender IOCTL
(I/O-Control) f\303\274r das Ger\303\244t\n"
I'm still alive
Debugging has finished
```

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to