X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: less probed my zip Date: Fri, 18 Jan 2002 20:57:58 +0200 Lines: 17 Message-ID: <3C487036.2F9125C4@is.elta.co.il> References: <20020107092245 DOT A22916 AT kendall DOT sfbr DOT org> <20020107093742 DOT B22916 AT kendall DOT sfbr DOT org> <6480-Mon07Jan2002233835+0200-eliz AT is DOT elta DOT co DOT il> <20020116124203 DOT B14634 AT kendall DOT sfbr DOT org> <6480-Wed16Jan2002212249+0200-eliz AT is DOT elta DOT co DOT il> <20020118094437 DOT A11434 AT kendall DOT sfbr DOT org> <1438-Fri18Jan2002191330+0200-eliz AT is DOT elta DOT co DOT il> <20020118113519 DOT A11465 AT kendall DOT sfbr DOT org> NNTP-Posting-Host: 192.116.55.139 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: fu-berlin.de 1011380481 33268762 192.116.55.139 (16 [61365]) X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com JT Williams wrote: > > The most annoying is that backspace turns into a character key. Spacebar > and return usually echo one of the keys most recently struck. Character > keys often (but not always) echo twice, e.g., `exxitt'. And, IIRC, > the first character typed after a Return doesn't appear until I hit > a _second_ key. That clearly rings a bell. Try "gdb --no-async", and see if that makes these problems go away. I thought I've eradicated that bug long ago, but I guess stepping through _put_path somehow causes it to come back again. I will look into this. Are you sure that you used GDB 5.0 from SimTel.NET, not something you yourself compiled? The fix for this bug was in a library function, and stock v2.03 libc.a doesn't have that bug fixed.