Am 24.07.2013 02:57, schrieb Lex
Trotman:
He pasted the backtrace, you don't seem to read carefully these days
:) Anyway, it sat in poll() so I assume another thread causes the
problems.
To the OP: Can you provide a backtrace for each thread when the
freeze problem occurs? To do this repeat the GDB procedure up to the
point where you enter bt. But instead of bt do this:
1) print the threads and their IDs: 'info threads'
for each thread:
a) switch to thread with 'thread <ID>'
b) print backtrace with bt
Best regards.