GNOME Bugzilla – Bug 570052
Hangup when running program in terminal
Last modified: 2009-02-03 05:38:57 UTC
Please describe the problem: Simple Hello world program using printf() when executed through Anjuta both for debugging or pure running causes whole IDE to stop responding. Anjuta even stops repainting its windows, so after minimizing, itis just few shadow and white rectangles. Steps to reproduce: 1. Write simple terminal (stdio) oriented program and build it. 2. Try running program, while capturing its output to terminal 3. Anjuta hangs. Actual results: Anjuta hangs, stops responding. After some time dialog box appears letting you wait for some more time or to force quit Anjuta. Expected results: I would expect program being smoothly executed, being able to read it's output through terminal plugin. Does this happen every time? Always. Upgraded from Anjuta 2.24 to SVN TRUNK, still this bug remains. Other information:
Thanks for reporting this. There was a bug in vte giving that behavior so I have marked it as a duplicate of #538344. There are more information in this bug report, basically you need to update libvte if you are using one of the affected version. Please, reopen the bug if this doesn't solve your problem. *** This bug has been marked as a duplicate of 538344 ***
Hello, thank you for your reply. Upgrading vte to latest version solved this problem. Also thanks for all your other replies to bugs opened by me. Best regards, Radim.