gdb - thread log

Posted by sthustfo on Stack Overflow See other posts from Stack Overflow or by sthustfo
Published on 2010-04-12T03:47:19Z Indexed on 2010/04/12 3:53 UTC
Read the original article Hit count: 334

Filed under:

Hi all,

While I trying to debug a 'C' program with gdb, I always get the following continuously on the gdb console.

[Thread 0xb7fe4b70 (LWP 30576) exited] [New Thread 0xb7fe4b70 (LWP 30577)] [Thread 0xb7fe4b70 (LWP 30577) exited] [New Thread 0xb7fe4b70 (LWP 30578)] [Thread 0xb7fe4b70 (LWP 30578) exited]

Is there any reason why this is printed? And anyway to block this?

note: the program makes use of timers. Is that a possible cause?

© Stack Overflow or respective owner

Related posts about gdb