gdb 重定向终端 warning: GDB: Failed to set controlling terminal:解决思路
2013-03-28
gdb 重定向终端 warning: GDB: Failed to set controlling terminal:当我在gdb中使用tty /dev/pts/1重定向
gdb 重定向终端 warning: GDB: Failed to set controlling terminal: 当我在gdb中使用tty /dev/pts/1重定向终端的时候,再run,会显示:warning: GDB: Failed to set controlling terminal:不允许的操作。这时进行输入的话会出现很高的延迟,导致有些字符无法输入,而且敲回车后每次都会显示找不到命令。请问下大家有遇到过这样的情况吗?