|
From: Robert W. <rj...@du...> - 2005-03-14 23:30:08
|
> We're seeing very odd behaviour post-execution. Once Valgrind finishes > it's run, any text we type at the prompt is invisible. The commands > still execute ok, and we see their output, but no STDIN. > > This can be fixed by opening a csh and immediately exiting. Very weird. > > Hoping someone has seen this before and knows what's going on! > > Thx in advance, > Scott. Sounds like noecho is getting twiddled on. Is your program a text-based UI program - i.e. does use curses or terminfo or something? It could be exiting weirdly when run under Valgrind and not setting the terminal back into shape properly. Regards, Robert. |