I wonder how can I copy/paste tty window? :This way you won't see the output of gdb but this command should help:
might be running with
gdb codeblocks > debug.txt helps.
gdb codeblocks | tee debug.txt
thread_db_get_info: cannot get thread info: generic errorToo bad. Had this message sometimes, too. Did you try to continue with debugging (entering "c" as command)? I think this helped me from time to time.
I am rookie with gdb, I will use 'c' option next time :)Quote from: Death Knightthread_db_get_info: cannot get thread info: generic errorToo bad. Had this message sometimes, too. Did you try to continue with debugging (entering "c" as command)? I think this helped me from time to time.