Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Tue, 21 Aug 2001 23:28:50 -0400 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: spurious "closing protected handle" messages Message-ID: <20010821232850.A29438@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i I've noticed that cygwin is giving me a lot of "closing protected handle" messages when telnetting to my windows system. This is due to the recent changes in calling close_all_files and my change to stop duplicating handles in a close-on-exec situation. The warnings are, I think, bogus but fixing them will be hard. Just in case anyone had noticed this... cgf