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=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=zSAZ6jhVDKdTKYaR93MUeZSsCb2lq6rTLtWWXrfu5wo=; b=q5cwz8onFi3y5jvHacW4PKGVAnvmfpDZagS0VBDgiW07IZW43f3Oq/XeMFw7RMzjXp lXusCrSqrS6K1BXnmZboeYnxFBq3AHBucoTJ64wTgUE2mFSAkCdpbIAfMgS/qsRhGtm0 dHzSFIb53UynDQapnYOl1vIjZ7Gl64KMSkmQIezWZIO796iA1LP+FAAdWGYpyjrP4WEE PRCCZgdptY3G1KFgvRIK8/IA3cY1SCet0L2Vq5diFWBc0yxnWkOgdJv8jGJOdVZpKCVt O7tLnZf3BgIDDIo+1aeHam9PxyB/oeFeWpL2A9euCzPST0saV1sP7ZXyjU5MF7ELaUEf BucA== MIME-Version: 1.0 X-Received: by 10.180.9.65 with SMTP id x1mr13703179wia.30.1413738434270; Sun, 19 Oct 2014 10:07:14 -0700 (PDT) In-Reply-To: References: Date: Sun, 19 Oct 2014 10:07:14 -0700 Message-ID: Subject: Re: file close being called From: Louis Santillan To: "djgpp AT delorie DOT com" Content-Type: text/plain; charset=UTF-8 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 I think you're gonna need to tell us a whole lot more about your situation here. DOS version, DOS drivers, TSRs, your source (smallest example thar exhibits the same issue) that is being run when you see this. On Sat, Oct 18, 2014 at 6:25 PM, Rod Pemberton wrote: > > I'm seeing Int 21h, AH=3Eh (close file) being > called in protected mode (PM) or perhaps it's > being reflected to PM by the DPMI host. > > I've searched the sources for DJGPP and CWSDPMI > and I can find no indication that this interrupt > is called by DJGPP in PM or being reflected by > CWSDPMI to PM. > > Does anyone know why or where this is happening? > > > Rod Pemberton