On Thu, Jan 25, 2018 at 11:17:54AM +0700, Artem Likhachev wrote:
Ján Tomko wrote 2018-01-18 14:27:
> On Thu, Jan 18, 2018 at 11:30:16AM +0700, Artem Likhachev wrote:
>> # gdb -p 5786
>> (gdb) thread apply all bt
>>
[...]
>> Thread 13 (Thread 0x7f41189d3700 (LWP 5792)):
>> ---Type <return> to continue, or q <return> to quit---
>>
>
> You omitted the backtrace of the other threads.
>
> Jan
Please, specify what do you mean? What should I do? I'm not familiar
with gdb at good level.
When gdb asks:
'---Type <return> to continue, or q <return> to quit---'
keep pressing Enter until it displays the backtrace of all the threads,
not just the ones that fit on the first screen.
Jan