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:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=kyDUSjP9n9cBMJCOOtIzXy/HP9+fo4ZX0Wy7Ll8zaUw=; b=HTFm9ykp33YxYBkx5ISFxhsDuG2BGiwP6p2GVTk2CkRMtFDnUXmVykY02Oj7VM6agl J8m4CmbhePhnswzsO7isRkj4nBYCwYbr0FAW4+Cmjz/YFQemDQ1WAU42Gra8YkhBLJJ5 L9Nt08D73OcF+BQHtxLFHFE6/3zv2L8YcnS7I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=niIDxR/mN/MKhGZfujicsujud9a4pTo81i3bPLF5JvnyhBGaXgG1Ox/OKFMRof+bKX e38yO1P7B6K/yAhem56N3S2ny/Vv+eUSveYeA5osArauA+OsOSSRg+6Ja/prL4Ec1R1M zyjNzTDQ124OUlQadx3+FPvC9e64WXhikFBP0= Message-ID: <9af855b0901120037o7c3be02ct6e982ee807ab9a7a@mail.gmail.com> Date: Mon, 12 Jan 2009 10:37:18 +0200 From: "Gerrit van Niekerk" Sender: gerritvn1945 AT gmail DOT com To: djgpp AT delorie DOT com Subject: Re: ANNOUNCE: Release 2 of the DJGPP port of GNU Texinfo 4.13 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200901092327 DOT n09NROhb016406 AT delorie DOT com> <9af855b0901110030u13b85f0em5c0994d4e433efab AT mail DOT gmail DOT com> <9af855b0901111121gcd1186l3e01195cf95f628e AT mail DOT gmail DOT com> X-Google-Sender-Auth: fd38ec243dfe2ca3 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 On Mon, Jan 12, 2009 at 7:35 AM, Charles Sandmann wrote: >>>> V2.03 fixed most, but not all XP problems. V2.04 is just more stable on >>>> XP. >>> >>> Which XP problems aren't fixed in the latest v2.03 binaries? >> >> I have encountered mysterious hangup problems with V2.03, but not with >> V2.04. (Hangup like in freezing or stop responding). > > Interesting. I use many pieces of the DJGPP toolchain daily on XP and have > never seen a problem. But those are mostly simple utilities. My hanging programs are networking programs involving real-mode callbacks from a packet driver and no or very few DOS operations although BIOS is called regularly. I have also seen it happen on very CPU intensive programs. I suspect (without any proof) that XP decides that the process need not be scheduled any more. Why V 2.04 solves the problem, I have no idea.