-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Description
Environment:
Qt Creator IDE (v7.0.0), Xcode (13.4 (13F17a)), Mac M1 computer, building and debugging an INTEL app (not ARM), on Monterey OS (12.4), gobs of RAM, 64bit app (very large app with many dependencies, multimedia, boost etc)
symptom 1: the log file will stop showing output, even though the app keeps going
symptom 2: pressing pause button in debugger shows "interrupt requested" but the app is now hung and the debugger is hung
symptom 3: if you set a breakpoint instead, when you hit it, app hangs and debugger hangs
symptom 4: if you quit the app, debugger stays in stuck state, must pick "Abort Debuggnig" not once but twice for the app to be killed and the debugger to reset
happens intermittently. i can go for a few runs with no problems, then i have the problem every run, feels random.
rebooting computer doesn't help
using "separate debug info" or not does not affect problem
debugger log left.txt
debugger log right.txt
-davec