Date: Tue, 29 Oct 2002 13:19:44 +0200 From: Laurynas Biveinis X-Mailer: The Bat! (v1.61) Personal X-Priority: 3 (Normal) Message-ID: <15990873629.20021029131944@softhome.net> To: Eli Zaretskii CC: Charles Sandmann , djgpp-workers AT delorie DOT com Subject: Re: GCC 3.2 building with 2.04 trouble on W2K (NTVDM crash) In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 29 Oct 2002 11:16:56.0493 (UTC) FILETIME=[B10C3DD0:01C27F3C] 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 >> You need to set the exception state structure; you may be able to do >> this with setjmp() - but I don't remember for sure. > There's an example of this in dpmiexcp.c, it does so for fake signals > such as SIGABRT. Thanks, now I'm able to get meaningful stack backtrace. Laurynas