After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 500695 - Garbled terminal text
Garbled terminal text
Status: RESOLVED DUPLICATE of bug 127870
Product: gnome-terminal
Classification: Core
Component: general
2.18.x
Other All
: Normal minor
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-11-30 17:46 UTC by Stephen Crosby
Modified: 2007-11-30 18:12 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description Stephen Crosby 2007-11-30 17:46:41 UTC
Please describe the problem:
The title bar, the prompt text, input characters, and any displayed text become garbled beyond all recognition. Commands I issue still work, but they are totally illegible.

The bug occurs while tailing a growing binary mysql data file.

Steps to reproduce:
1. Start copying a large mysql table using the mysql client and a statement like 'CREATE TABLE `large_table_copy`
 SELECT * FROM `large_table`;'
A mysql *.MYD file should begin to grow for the currently being created table
2. Open a gnome-terminal window and issue 'tail /path/to/large_table_copy.MYD'


Actual results:
The binary data streams accross the screen as expected, but the normal text of standard terminal operation becomes garbled.

Expected results:
The binary data should stream accross, but the terminal window should keep the same title and prompt, any text input should remain legible and in the same language as before issuing the tail.

Does this happen every time?
Yes.

Other information:
I have a screenshot of the bug being reproduced in 3 windows, the mysql query is also shown in another window and in a final window I have typed out the command to reproduce the bug.
http://www.lithostech.com/a/Screenshot.png
Comment 1 Stephen Crosby 2007-11-30 18:12:53 UTC

*** This bug has been marked as a duplicate of 127870 ***