public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Cywgin + XEmacs + Tcsh: error messages.
@ 1999-02-26  6:01 Paul Stodghill
  1999-02-26  6:16 ` Paul Stodghill
  1999-02-28 23:02 ` Paul Stodghill
  0 siblings, 2 replies; 20+ messages in thread
From: Paul Stodghill @ 1999-02-26  6:01 UTC (permalink / raw)
  To: cygwin

When I start a tcsh shell under XEmacs, I sometimes (not always), see the
following messages,

    0       0 [main] c:\usr\local\bin\tcsh.exe 1038 fhandler_base::fork_fixup: /dev/tty1 - error 6, handle 0x0
    0    2254 [main] tcsh 1038 fhandler_base::fork_fixup: /dev/tty1 - error 6, handle 0x0
  283    2537 [main] tcsh 1038 fhandler_base::fork_fixup: /dev/tty1 - error 6, handle 0x0
  226    2763 [main] tcsh 1038 fhandler_base::fork_fixup: /dev/tty1 - error 6, handle 0x0
  225    2988 [main] tcsh 1038 fhandler_base::fork_fixup: /dev/tty1 - error 6, handle 0x0
smithers% 

How do I fix this? Thanks.

-- 
Paul Stodghill <stodghil@cs.cornell.edu>
Dept. of Computer Science, Upson Hall, Ithaca, NY  14853
Phone: 607-254-8838   FAX: 607-255-4428
http://www.cs.cornell.edu/stodghil/


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Re: Cywgin + XEmacs + Tcsh: error messages.
@ 1999-03-02 19:29 Suhaib M. Siddiqi
  1999-03-31 19:45 ` Suhaib M. Siddiqi
  0 siblings, 1 reply; 20+ messages in thread
From: Suhaib M. Siddiqi @ 1999-03-02 19:29 UTC (permalink / raw)
  To: Christophner Faylor, cygwin

Just a suggestion.  

Try downloading emacs from ftp://ftp.pgroup.com/x86/emcas.exe
It works fine for me in Cygwin bash shell, for me.

Suhaib


-----Original Message-----
From: Christophner Faylor <cgf@cygnus.com>
To: cygwin@sourceware.cygnus.com <cygwin@sourceware.cygnus.com>
Date: Tuesday, March 02, 1999 10:06 PM
Subject: Re: Cywgin + XEmacs + Tcsh: error messages.


>On Sat, Feb 27, 1999 at 12:16:06AM +0100, Corinna Vinschen wrote:
>>I'm using tcsh, too and the same snapshot, with a new extension,
>>which shouldn't influence this problem. I don't have your problem.
>>
>>Hmm, I think, this problem should be discussed in detail.
>>
>>The following is not a bug fix, but only a solution, to
>>prevent your system, to do the output. If I did understand
>>you right, the system is normaly running, but the message
>>is disturbing. So, again, no real bug fix:
>>
>>In file fhandler.cc, function fhandler_base::fork_fixup:
>>change the line 1328 from
>>
>> system_printf ("%s - %E, handle %p", get_name (), h);
>>
>>to
>>
>> debug_printf ("%s - %E, handle %p", get_name (), h); 
>>
>>This should make your system silent.
>
>Just let me reiterate that this is not a fix in any way shape
>or form.
>
>The errors that are being displayed are real and should not
>be showing up.  I can't offer any insight as to why they are
>occurring, however.
>
>cgf
>
>--
>Want to unsubscribe from this list?
>Send a message to cygwin-unsubscribe@sourceware.cygnus.com
>
>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Re: Cywgin + XEmacs + Tcsh: error messages.
@ 1999-03-03  7:32 Earnie Boyd
       [not found] ` < 19990303153208.10413.rocketmail@send101.yahoomail.com >
  1999-03-31 19:45 ` Earnie Boyd
  0 siblings, 2 replies; 20+ messages in thread
From: Earnie Boyd @ 1999-03-03  7:32 UTC (permalink / raw)
  To: Tsuyoshi Tada; +Cc: cygwin users

---Tsuyoshi Tada <tsuyoshi_tada@ihi.co.jp> wrote:
8<
>   733k 1999/02/17 C:\usr\cygwin-b20\H-i586-cygwin32\bin\cygwin1.dll
- os=4.0 img=1.0 sys=4.0
>                   "cygwin1.dll" v0.0 ts=1999/2/17 10:48
>   733k 1999/02/17 C:\usr\local\bin\cygwinb19.dll - os=4.0 img=1.0
sys=4.0
>                   "cygwin1.dll" v0.0 ts=1999/2/17 10:48
8<

Do you need the copy of cygwinb19.dll?  Although it was reported to be
safe I've seen occasions where it did cause problems.  I suggest
renaming the cygwinb19.dll to see if it is getting in the way.  If
you're still using binaries that require it then use a binary editor
to change the occurrence of cygwinb19.dll in the .exe to
cygwin1.dll<null><null> being careful not to change the length of the
file.
==
-                        \\||//
-------------------o0O0--Earnie--0O0o-------------------
--                earnie_boyd@yahoo.com               --
-- http://www.freeyellow.com/members5/gw32/index.html --
----------------------ooo0O--O0ooo----------------------

PS: Newbie's, you should visit my page.
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~1999-03-31 19:45 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-26  6:01 Cywgin + XEmacs + Tcsh: error messages Paul Stodghill
1999-02-26  6:16 ` Paul Stodghill
1999-02-26 11:58   ` Corinna Vinschen
1999-02-26 13:31     ` Paul Stodghill
1999-02-26 15:19       ` Corinna Vinschen
1999-02-28 23:02         ` Corinna Vinschen
1999-03-02 19:05         ` Christophner Faylor
     [not found]           ` < 19990302220640.B3492@cygnus.com >
1999-03-02 21:41             ` Tsuyoshi Tada
1999-03-31 19:45               ` Tsuyoshi Tada
1999-03-31 19:45           ` Christophner Faylor
1999-02-28 23:02       ` Paul Stodghill
1999-02-28 23:02     ` Corinna Vinschen
1999-02-28 23:02   ` Paul Stodghill
1999-02-28 23:02 ` Paul Stodghill
1999-03-02 19:29 Suhaib M. Siddiqi
1999-03-31 19:45 ` Suhaib M. Siddiqi
1999-03-03  7:32 Earnie Boyd
     [not found] ` < 19990303153208.10413.rocketmail@send101.yahoomail.com >
1999-03-07 19:13   ` Tsuyoshi Tada
1999-03-31 19:45     ` Tsuyoshi Tada
1999-03-31 19:45 ` Earnie Boyd

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).