public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Ian T Zimmerman <itz@lbin.com>
To: cygwin@sourceware.cygnus.com
Subject: Re: bash within XEmacs
Date: Fri, 02 Jul 1999 10:48:00 -0000	[thread overview]
Message-ID: <87diviiuu1.fsf@amazon.lbin.com> (raw)
In-Reply-To: <87exfzkgzc.fsf@amazon.lbin.com>

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

WARNING: multiple messages have this Message-ID
From: Ian T Zimmerman <itz@lbin.com>
To: cygwin@sourceware.cygnus.com
Subject: Re: bash within XEmacs
Date: Sat, 31 Jul 1999 18:34:00 -0000	[thread overview]
Message-ID: <87diviiuu1.fsf@amazon.lbin.com> (raw)
Message-ID: <19990731183400.ZqDNCZsnKToMHJLy__fdnv_Bn0t5x9OmuYciwRWIusU@z> (raw)
In-Reply-To: <87exfzkgzc.fsf@amazon.lbin.com>

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

  reply	other threads:[~1999-07-02 10:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-07-01 13:52 Ian T Zimmerman
1999-07-02 10:48 ` Ian T Zimmerman [this message]
1999-07-31 18:34   ` Ian T Zimmerman
1999-07-31 18:34 ` Ian T Zimmerman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87diviiuu1.fsf@amazon.lbin.com \
    --to=itz@lbin.com \
    --cc=cygwin@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).