Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, I use many threads in my program. In some cases I got below message; 2025-05-26 00:22:49 sigHandler: Unhandled signal 11, terminating
How can I understand which one is this thread?
Regards, Mucip:)
Run a debug build of your program in a debugger until it crashes.
Hi, Is there any tutorial or document to do this please? I use Qt/C++ but I am very weak on debugging unfortunately?
Just start by building for debug, running for debug from Creator. If program generates an "unhandled signal" that should break in the debugger immediately where it happened. Then find stack view pane and look at the traceback.