Date: Mon, 28 Oct 2002 21:15:57 +0200 From: Laurynas Biveinis X-Mailer: The Bat! (v1.61) Personal X-Priority: 3 (Normal) Message-ID: <3133046418.20021028211557@softhome.net> To: sandmann AT clio DOT rice DOT edu (Charles Sandmann) CC: djgpp-workers AT delorie DOT com Subject: Re: GCC 3.2 building with 2.04 trouble on W2K (NTVDM crash) In-Reply-To: <10210262054.AA01678@clio.rice.edu> References: <10210262054 DOT AA01678 AT clio DOT rice DOT edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 28 Oct 2002 19:13:18.0129 (UTC) FILETIME=[129E0A10:01C27EB6] Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Get the source for src/libc/go32/dpmiexcp.c and put show_call_frame > in your own wrapper. (I'm sure this had been done before, but I > don't see a way to do it in the current source). Maybe an obvious question but does 'put show_call_frame in your own wrapper' imply that simply removing 'static' is not good enough? I've tried using this function, but all I get is: --- _open() failed: filename = c:/devel/djgpp/tmp/dj410000 oflag = 901 DOS error code = 5 Call frame traceback EIPs: 0x00000000 --- Any ideas about this output? Stack corruption? Deep magic somewhere? > Are there any files left in this directory? Does cleaning it out help? It doesn't seem to have any impact. > What service pack are you running? SP3 with all pre-SP4 fixes. Laurynas