[ http://issues.apache.org/jira/browse/STDCXX-15?page=all ] Martin Sebor closed STDCXX-15: ------------------------------
Fix confirmed. > [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
