Dear Support,
I have repeated the debug session, with the recommended settings.
I paused twice. The first time one could see the stack traces, as per usual. Then some time later (ca. 30s), the AUMasterTCPServ Thread showed 0x0 again. In the GDB-Console, one can see the following line:
205,896 85^done,threads=[{id="6",target-id="Thread 10",details="AUMasterTCPServ Suspended",frame={level="0",addr="0x00000000",func="??",args=[]},state="stopped"}]
This seems to be the place where it is broken.
I am not sure how the stack unwinding is done, but could it be that some memory leak has caused this problem? The strange thing is, that even though this thread cannot be displayed, when execution is continued, everything seems to be "fine".
We do however, under much more complex circumstances, have the problem that this particular thread deadlocks. This is how we realized that we could not see what this thread is doing in the first place.
Thank you and best regards.