Ozone starts, load my project & uploads my binary, breaks in, but after I left it go / Run, it hard locks and becomes un-responsive ....
Window becomes blurry / fonts go , unresponsive.
Some snooping around, it seems stuck on some condition with no timeout:
Code
(gdb) c
Continuing.
^C
Thread 2 "CDevice" received signal SIGINT, Interrupt.
0x00007ffff55a39e8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
(gdb) bt
#0 0x00007ffff55a39e8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x0000000000990475 in ?? ()
#2 0x0000000000567773 in ?? ()
#3 0x00007ffff5640552 in ?? () from /opt/SEGGER/ozone/3.22.5/Lib/libQtCore.so.4
#4 0x00007ffff559d3f9 in start_thread () from /lib64/libpthread.so.0
#5 0x00007ffff5367b53 in clone () from /lib64/libc.so.6
(gdb) info threads
Id Target Id Frame
1 Thread 0x7ffff4b1e7c0 (LWP 20295) "Ozone" 0x000000000097b261 in ?? ()
* 2 Thread 0x7fffe6815640 (LWP 20299) "CDevice" 0x00007ffff55a39e8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
3 Thread 0x7fffd97bd640 (LWP 20306) "CDevice" 0x00007ffff55a39e8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
4 Thread 0x7fffd8fbc640 (LWP 20307) "CDevice" 0x00007ffff535f1eb in select () from /lib64/libc.so.6
5 Thread 0x7fffd87bb640 (LWP 20308) "CDevice" 0x00007ffff535f1eb in select () from /lib64/libc.so.6
Display More
And then i have to kill it.
Whats interesting same binary/target same J-Link but connecting with CCS does not do it, and runs Ok.
I'm very sad about my Ozone ..