Date: Sun, 17 Jan 1999 12:04:03 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Str|mberg cc: djgpp AT delorie DOT com Subject: Re: bash and format don't mix In-Reply-To: <77laoa$bmg$2@news.luth.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On 14 Jan 1999, Martin Str|mberg wrote: > Eli Zaretskii (eliz AT is DOT elta DOT co DOT il) wrote: > : I'd bet that, like in the case of __dpmi_yield, some interrupt FORMAT > : issues (another function of Int 2Fh?) hangs VMM when it is invoked under > : a DPMI program. If someone could trace all the interrupts issued by > : FORMAT, we could try to find out which one causes it to freeze, and then > : look for possible solutions. > > How do I do that? Find any of the available utilities that catch and log interrupts issued by a program (or write one yourself). Then look at the log and see what's there.