The inferior stopped because it received a signal from the operating system.
-
Hello! I need some help with the next error
(https://imgur.com/a/AxYYT)! -
Hi and welcome to devnet,
You should start your application in debug mode and go back the stack to your code to see where it's crashing.
-
Hi and welcome to devnet,
You should start your application in debug mode and go back the stack to your code to see where it's crashing.
-
Hi
It means it crashes.
So there is some error. ( looks like a invalid pointer)Best way to find it is to set breakpoint and single step through code until
it reaches the line where it crashes.
http://doc.qt.io/qtcreator/creator-debugging-example.html