From mboxrd@z Thu Jan 1 00:00:00 1970 From: Corinna Vinschen To: Paul Stodghill Cc: cygwin@sourceware.cygnus.com Subject: Re: Cywgin + XEmacs + Tcsh: error messages. Date: Fri, 26 Feb 1999 15:19:00 -0000 Message-id: <36D72B36.D4CF6A30@cityweb.de> References: <36D6E886.1B9C881F@cityweb.de> X-SW-Source: 1999-02/msg00907.html 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. Hope this helps for a while... Regards, Corinna Paul Stodghill wrote: > > smithers% uname -a > 69 293 [main] tcsh 1781 fhandler_base::fork_fixup: /dev/tty1 - error 6, handle 0x0 > 1750 2043 [main] tcsh 1781 fhandler_base::fork_fixup: /dev/tty1 - error 6, handle 0x0 > CYGWIN_NT-4.0 SMITHERS 21.0 (0.9/1/2) 1999-2-17 00:11:37 i686 unknown > smithers% > > And no, I didn't make up the error messages. :-) -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Corinna Vinschen To: Paul Stodghill Cc: cygwin@sourceware.cygnus.com Subject: Re: Cywgin + XEmacs + Tcsh: error messages. Date: Sun, 28 Feb 1999 23:02:00 -0000 Message-ID: <36D72B36.D4CF6A30@cityweb.de> References: <36D6E886.1B9C881F@cityweb.de> X-SW-Source: 1999-02n/msg00908.html Message-ID: <19990228230200.LGDqYIIbRoD62SKkTaLqAQVWVXmgnuAo_YixMh3KgWU@z> 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. Hope this helps for a while... Regards, Corinna Paul Stodghill wrote: > > smithers% uname -a > 69 293 [main] tcsh 1781 fhandler_base::fork_fixup: /dev/tty1 - error 6, handle 0x0 > 1750 2043 [main] tcsh 1781 fhandler_base::fork_fixup: /dev/tty1 - error 6, handle 0x0 > CYGWIN_NT-4.0 SMITHERS 21.0 (0.9/1/2) 1999-2-17 00:11:37 i686 unknown > smithers% > > And no, I didn't make up the error messages. :-) -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com