From: "Mark E." To: Laurynas Biveinis , djgpp-workers AT delorie DOT com Date: Sun, 16 Jul 2000 14:50:35 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Bash 2.04 beta 5 released Message-ID: <3971CBBB.19185.87997B@localhost> In-reply-to: <39720292.EF37C1A4@softhome.net> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > And how this could be related to file handling? > I see following code there, but it is disabled in both betas anyway. > > #if 0 > (void) __FSEXT_set_function (0, __libc_termios_fsext); > (void) __FSEXT_set_function (1, __libc_termios_fsext); > (void) __FSEXT_set_function (2, __libc_termios_fsext); > #endif Laurynas, I have no idea. Nothing about this problem has made sense up to now. My longshot guess would be that it causes the modified dup and dup2 to be pulled in which are needed to keep the reference count straight. Mark