You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2005/08/29 20:03:05 UTC

[jira] Resolved: (STDCXX-15) EXCEPTION_DTOR test crashes with VC 7.1 debug

     [ http://issues.apache.org/jira/browse/STDCXX-15?page=all ]
     
Martin Sebor resolved STDCXX-15:
--------------------------------

    Fix Version: 4.1.3
     Resolution: Fixed

Great! I'll close the issue then.

> 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


Re: [jira] Resolved: (STDCXX-15) EXCEPTION_DTOR test crashes with VC 7.1 debug

Posted by Martin Sebor <se...@roguewave.com>.
Alex Ostapenko wrote:
[...]
> MS> other tests for the runtime (i.e., for all exception classes, including
> MS> bad_alloc) to see if there aren't any more and file a single bug for
> MS> all of them? It would be good to fix them all at the same time and in
> MS> the same way.
> 
> OK, I could review them later. At that moment I would prefer to finish 
> changes in the configuration script.

Sure, whatever is convenient for you.

Martin

Re: [jira] Resolved: (STDCXX-15) EXCEPTION_DTOR test crashes with VC 7.1 debug

Posted by Alex Ostapenko <al...@moscow.vdiweb.com>.
Hello, Martin!
You wrote to <st...@incubator.apache.org> on Tue, 30 Aug 2005 
10:16:06 -0600:

 MS>>> Absolutely, no bug should be closed before the change that fixes it
 MS>>> has been checked in. I committed the fix for stdcxx-15 here:
 MS>>>
 ??>> 
http://issues.apache.org/jira/browse/STDCXX-15?page=com.atlassian.jira.plugin.ext.subversion:subversion-commits-tabpanel
 ??>>
 ??>> OK. I guess BAD_CAST_DTOR and BAD_TYPEID_DTOR also should be fixed.

 MS> Is that it or are there any others? Would you mind reviewing all the

I hope no. At least other tests successfully passed the last run of the 
configuration scipt.

 MS> other tests for the runtime (i.e., for all exception classes, including
 MS> bad_alloc) to see if there aren't any more and file a single bug for
 MS> all of them? It would be good to fix them all at the same time and in
 MS> the same way.

OK, I could review them later. At that moment I would prefer to finish 
changes in the configuration script.

With best wishes,
Alex Ostapenko. 


Re: [jira] Resolved: (STDCXX-15) EXCEPTION_DTOR test crashes with VC 7.1 debug

Posted by Martin Sebor <se...@roguewave.com>.
Alex Ostapenko wrote:
> Hello, Martin!
> You wrote to <st...@incubator.apache.org> on Tue, 30 Aug 2005 
> 09:53:26 -0600:
> 
> MS> Absolutely, no bug should be closed before the change that fixes it
> MS> has been checked in. I committed the fix for stdcxx-15 here:
> MS> 
> http://issues.apache.org/jira/browse/STDCXX-15?page=com.atlassian.jira.plugin.ext.subversion:subversion-commits-tabpanel 
> 
> 
> OK. I guess BAD_CAST_DTOR and BAD_TYPEID_DTOR also should be fixed.

Is that it or are there any others? Would you mind reviewing all the
other tests for the runtime (i.e., for all exception classes, including
bad_alloc) to see if there aren't any more and file a single bug for
all of them? It would be good to fix them all at the same time and in
the same way.

Thanks
Martin

Re: [jira] Resolved: (STDCXX-15) EXCEPTION_DTOR test crashes with VC 7.1 debug

Posted by Alex Ostapenko <al...@moscow.vdiweb.com>.
Hello, Martin!
You wrote to <st...@incubator.apache.org> on Tue, 30 Aug 2005 
09:53:26 -0600:

 MS> Absolutely, no bug should be closed before the change that fixes it
 MS> has been checked in. I committed the fix for stdcxx-15 here:
 MS> 
http://issues.apache.org/jira/browse/STDCXX-15?page=com.atlassian.jira.plugin.ext.subversion:subversion-commits-tabpanel

OK. I guess BAD_CAST_DTOR and BAD_TYPEID_DTOR also should be fixed.

With best wishes,
Alex Ostapenko. 


Re: [jira] Resolved: (STDCXX-15) EXCEPTION_DTOR test crashes with VC 7.1 debug

Posted by Martin Sebor <se...@roguewave.com>.
Alex Ostapenko wrote:
> Hello, Martin!
> You wrote to <st...@incubator.apache.org> on Mon, 29 Aug 2005 
> 20:03:05 +0200 (CEST):
> 
> MSJ> Martin Sebor resolved STDCXX-15:
> MSJ> --------------------------------
> 
> MSJ>     Fix Version: 4.1.3
> MSJ>      Resolution: Fixed
> 
> MSJ> Great! I'll close the issue then.
> 
> May be sources should be fixed in SVN first?

Absolutely, no bug should be closed before the change that fixes it
has been checked in. I committed the fix for stdcxx-15 here:
http://issues.apache.org/jira/browse/STDCXX-15?page=com.atlassian.jira.plugin.ext.subversion:subversion-commits-tabpanel

Martin

Re: [jira] Resolved: (STDCXX-15) EXCEPTION_DTOR test crashes with VC 7.1 debug

Posted by Alex Ostapenko <al...@moscow.vdiweb.com>.
Hello, Martin!
You wrote to <st...@incubator.apache.org> on Mon, 29 Aug 2005 20:03:05 
+0200 (CEST):

 MSJ> Martin Sebor resolved STDCXX-15:
 MSJ> --------------------------------

 MSJ>     Fix Version: 4.1.3
 MSJ>      Resolution: Fixed

 MSJ> Great! I'll close the issue then.

May be sources should be fixed in SVN first?

With best wishes,
Alex Ostapenko.