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 108660 - gnome-terminal hangs when doing 'gnuls --color -R /' on freebsd.
gnome-terminal hangs when doing 'gnuls --color -R /' on freebsd.
Status: RESOLVED DUPLICATE of bug 108066
Product: vte
Classification: Core
Component: general
0.10.x
Other FreeBSD
: Normal major
: ---
Assigned To: VTE Maintainers
Nalin Dahyabhai
: 106460 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-03-18 09:20 UTC by toshok
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.1/2.2


Attachments
patch (1.25 KB, patch)
2003-03-18 09:21 UTC, toshok
none Details | Review

Description toshok 2003-03-18 09:20:46 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).
Comment 1 toshok 2003-03-18 09:21:27 UTC
Created attachment 15091 [details] [review]
patch
Comment 2 Olav Vitters 2003-03-21 05:19:47 UTC
*** Bug 106460 has been marked as a duplicate of this bug. ***
Comment 3 Nalin Dahyabhai 2003-04-22 21:47:18 UTC

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