X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=ylDOdXIqYTX2h6I73ngSoBHq0JdYcf9wCc3di2FE8hQ=; b=JXSi63LyFsNetcJuBOK3GjwPRAUUOVltCsGVxgsKv7Eg7okJ3R7YtE0m5aNHKgjidN fYeTqqiOZbKp823YPNbru7SSCPtKNlSny1Ujthr0p9iKfioBa3RU8YgarVPvSDrA26Vb bpEFOBleSxL8PFmOsyy9+UIUW3JytKNB+y3G0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=YUk2ZKNctY1vmnYAPtW4FfV6DVdlZQZH5/vTw1kv8YYVhUGpkSe+loZlyXI4UCw4qb zlq9EK7J5u8x0RtC4aQCh/ztmfI8NPrcsw3XrnAc+znhbLKeZi69yG3xMZBf9pjt8qE0 1YGT9eA6vsVoYTw2x24GfVqnWs4z/w1osGC2k= MIME-Version: 1.0 In-Reply-To: References: <7705c9030902091323q48d59667x468b0c3bb0e4025f AT mail DOT gmail DOT com> <7705c9030902100003x55552d4awb02e6d3597a28814 AT mail DOT gmail DOT com> Date: Tue, 10 Feb 2009 01:27:53 -0800 Message-ID: <7705c9030902100127u37036fb4v39b4750dad3013da@mail.gmail.com> Subject: Re: DJGPP termios From: Blair Campbell To: djgpp AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 > 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? >