This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Snapshot uploaded, please try


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]