From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian T Zimmerman To: cygwin@sourceware.cygnus.com Subject: Re: bash within XEmacs Date: Sat, 31 Jul 1999 18:34:00 -0000 Message-ID: <87diviiuu1.fsf@amazon.lbin.com> References: <87exfzkgzc.fsf@amazon.lbin.com> X-SW-Source: 1999-07n/msg00038.html Message-ID: <19990731183400.ZqDNCZsnKToMHJLy__fdnv_Bn0t5x9OmuYciwRWIusU@z> I wrote: Ian> I am still getting those pesky messages: Ian> [main] d:\cygwin-b20\H-i586-cygwin32\bin\bash.exe 1048 (0) fhandler_base::fork_fixup: /dev/tty1 - error 6, handle 0x0 Ian> [main] d:\cygwin-b20\H-i586-cygwin32\bin\bash.exe 1049 (0) fhandler_base::fork_fixup: /dev/tty1 - error 6, handle 0x0 Ian> [main] d:\cygwin-b20\H-i586-cygwin32\bin\bash.exe 1050 (0) fhandler_base::fork_fixup: /dev/tty1 - error 6, handle 0x0 Ian> [main] d:\cygwin-b20\H-i586-cygwin32\bin\bash.exe 1051 (0) fhandler_base::fork_fixup: /dev/tty1 - error 6, handle 0x0 Ian> [main] d:\cygwin-b20\H-i586-cygwin32\bin\bash.exe 1052 (0) fhandler_base::fork_fixup: /dev/tty1 - error 6, handle 0x0 Ian> [main] d:\cygwin-b20\H-i586-cygwin32\bin\bash.exe 1053 (0) fhandler_base::fork_fixup: /dev/tty1 - error 6, handle 0x0 Ian> [main] d:\cygwin-b20\H-i586-cygwin32\bin\bash.exe 1054 (0) fhandler_base::fork_fixup: /dev/tty1 - error 6, handle 0x0 Ian> amazon:~$ Ian> And one more everytime a start a program from this shell. For extra Ian> weirdness, this is not completely reproducible, sometimes it starts Ian> cleanly, OTOH sometimes (rarely) it's DOA. I can discern no pattern Ian> in the situations with various outcomes. Ian> NT4 SP5, NTFS, binary mount, CYGWIN=tty ntea I have since found I don't get the messages when I (setq process-conection-type nil) in Xemacs (forcing it to use pipes instead of ptys). So it is specific to fhandler_[pt]ty*. Of course interacting through pipes is not really desirable and leads to other problems. What is interesting is the message refers to /dev/tty1 which shouldn't be involved, it ought to be /dev/ttyp1 (if the virtual device names are Unixy-sensible at all). -- Ian Zimmerman Lightbinders, Inc. 2325 3rd Street #324, San Francisco, California 94107 -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com