X-Spam-Check-By: sourceware.org
Date: Thu, 17 Aug 2006 17:26:16 -0500
From: Brian Ford <Brian.Ford@flightsafety.com>
Reply-To: cygwin@cygwin.com
To: cygwin@cygwin.com
Subject: Re: Snapshot uploaded, please try
In-Reply-To: <20060810212525.GA11554@trixie.casa.cgf.cx>
Message-ID: <Pine.CYG.4.58.0608171720060.2408@PC1163-8460-XP.flightsafety.com>
References: <20060810142651.GA32470@trixie.casa.cgf.cx>  <82k65gp9v0.fsf@vzell-de.de.oracle.com> <20060810212525.GA11554@trixie.casa.cgf.cx>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Thu, 10 Aug 2006, Christopher Faylor wrote:
> On Thu, Aug 10, 2006 at 11:19:15PM +0200, Dr. Volker Zell wrote:
> >Starting xterm from an rxvt window gives:
> >In the Xterm window
> > 587214 [main] xterm 296 modify_handle: virtual void fhandler_pipe::set_close_on_exec(bool):175 handle guard<0x680> not found
>
> That one *could* be responsible.  I was suspecting something in the pipe
> code since it has often been the cause of handle closing confusion.

Just in case anyone wants another simple test case:

$ cat makefile
all:
        echo hi

$ make
echo hi
   7486 [main] make 2648 modify_handle: virtual void
fhandler_pipe::set_close_on_exec(bool):175 handle guard<0x734> not found
hi

$ uname -a
CYGWIN_NT-5.1 PC1163-8460-XP 1.7.0(0.160/4/2) 2006-08-17 08:07 i686
unknown unknown Cygwin

I'm looking at it as time permits, but I'm not optimistic I will decipher
enough to fix it :-(.  Note that running it under strace causes a hang
here:

$ strace -o junk make
echo hi

with make eating all the CPU.

-- 
Brian Ford
Lead Realtime Software Engineer
VITAL - Visual Simulation Systems
FlightSafety International
the best safety device in any aircraft is a well-trained crew...

.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

