From mboxrd@z Thu Jan 1 00:00:00 1970 From: "J. Johnston" To: sid@sources.redhat.com Subject: Gloss Fix Date: Wed, 18 Apr 2001 13:04:00 -0000 Message-id: <3ADDF34D.84F65858@cygnus.com> X-SW-Source: 2001-q2/msg00010.html I have checked in a patch to the sid gloss component to prevent the hostops::close method from closing file handles 0, 1, or 2. This previously would occur when a user application closed the std streams. It caused problems when SID was used remotely by gdb to run multiple applications. When both file handles 1 and 2 are closed, this causes a gdb watchdog timer expiration to occur. -- Jeff J.