[ http://issues.apache.org/jira/browse/STDCXX-15?page=all ]
Martin Sebor reassigned STDCXX-15:
----------------------------------
Assign To: Martin Sebor
> 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.3
> Environment: MS VC++ 7.1 debug build
> Reporter: Alex Ostapenko
> Assignee: Martin Sebor
>
> 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
|