GNOME Bugzilla – Bug 108660
gnome-terminal hangs when doing 'gnuls --color -R /' on freebsd.
Last modified: 2004-12-22 21:47:04 UTC
Presumably the color handling slows down the display and vte gets behind reading... anyway, the size of the incoming buffer becomes larger than sizeof (buf) in vte_terminal_io_read, which screws up the MAX (since it's then comparing signed and unsigned integers).
Created attachment 15091 [details] [review] patch
*** Bug 106460 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of 108066 ***