From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17466 invoked by alias); 6 Jan 2008 06:47:43 -0000 Received: (qmail 17353 invoked by uid 48); 6 Jan 2008 06:46:59 -0000 Date: Sun, 06 Jan 2008 09:22:00 -0000 Subject: [Bug c++/34684] New: Cross DLL Exceptions X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "XuHotdogs at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-01/txt/msg00470.txt.bz2 Exceptions cannot escape DLL boundaries, that is, when I throw an exception in one DLL and place a try/catch block in another EXE executable that dynamically loads the DLL, the exception cannot be catched! Instead, the system issues an error message and abort. I noticed that this problem was once fixed in one of the MinGW Project's releases, but the patch was not merged into GCC's main development sources. Can anyone tell me what I can do or just fix the problem? Thanks a lot! -- Summary: Cross DLL Exceptions Product: gcc Version: 4.2.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: XuHotdogs at gmail dot com GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-mingw32 GCC target triplet: i686-pc-mingw32 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34684