X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Tue, 10 Feb 2009 11:52:03 +0200 From: Eli Zaretskii <eliz AT gnu DOT org> Subject: Re: DJGPP termios In-reply-to: <7705c9030902100127u37036fb4v39b4750dad3013da@mail.gmail.com> X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp AT delorie DOT com Message-id: <uskmmty9o.fsf@gnu.org> References: <7705c9030902091323q48d59667x468b0c3bb0e4025f AT mail DOT gmail DOT com> <mMKdnVV5JJHbfg3UnZ2dnUVZ_jWWnZ2d AT earthlink DOT com> <7705c9030902100003x55552d4awb02e6d3597a28814 AT mail DOT gmail DOT com> <u7i3ysli6 DOT fsf AT gnu DOT org> <7705c9030902100127u37036fb4v39b4750dad3013da AT mail DOT gmail DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Tue, 10 Feb 2009 01:27:53 -0800 > From: Blair Campbell <blairdude AT gmail DOT com> > > > You can use SYMIFY instead, see the DJGPP FAQ for details. > > Ok according to symify the problem comes from _strtold called by > __libc_termios_init_write called by __libc_termios_init_write called > by _flsbuf called by putc... > > Could this possibly be a bug in termios? Not enough information to tell: who called `putc'? The functions you named are all part of the low-level termios infrastrucure, which hooks the normal stdio output routines to redirect them to BIOS calls. The interesting information is in the functions that did the actual output.