Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 25299 invoked from network); 15 Sep 2005 21:04:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Sep 2005 21:04:59 -0000 Received: (qmail 14602 invoked by uid 500); 15 Sep 2005 21:04:59 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 14586 invoked by uid 500); 15 Sep 2005 21:04:59 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 14573 invoked by uid 99); 15 Sep 2005 21:04:58 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Sep 2005 14:04:58 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id BBA07140 for ; Thu, 15 Sep 2005 23:04:57 +0200 (CEST) Message-ID: <306179097.1126818297766.JavaMail.jira@ajax.apache.org> Date: Thu, 15 Sep 2005 23:04:57 +0200 (CEST) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Updated: (STDCXX-15) [MSVC] EXCEPTION_DTOR test crashes with VC 7.1 debug In-Reply-To: <96817480.1124988191102.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/STDCXX-15?page=all ] Martin Sebor updated STDCXX-15: ------------------------------- Summary: [MSVC] EXCEPTION_DTOR test crashes with VC 7.1 debug (was: EXCEPTION_DTOR test crashes with VC 7.1 debug) > [MSVC] EXCEPTION_DTOR test crashes with VC 7.1 debug > ---------------------------------------------------- > > Key: STDCXX-15 > URL: http://issues.apache.org/jira/browse/STDCXX-15 > Project: STDCXX > Type: Bug > Components: Configuration > Versions: 4.1.2 > Environment: MS VC++ 7.1 debug build > Reporter: Alex Ostapenko > Assignee: Martin Sebor > Fix For: 4.1.3 > > Test asserts on "Damage after normal" block. Probably reason is that std::exception class declared in the EXCEPTION_DTOR.cpp has different layout from std::exception declared in the VC headers. Thus external .ctor/.dtor call damages memory beyond the memory block allocated for a class. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira