Details
Description
- Open simple.pro from Creator's repository
- Set a breakpoint at call to testStdSet() (simple_gdbtest_app.cpp, 2037)
- Run in debugger. Wait until execution stops at breakpoint
- Step over. Everything works fine
- Step into testStdSet() and step over all function calls there. Debugged application crashes when stepping over return (line 1194)
Creator does not provide a stacktrace to where the crash happens.