This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/21371] Segmentation violation for repeated calls of destrictor for STL container


------- Additional Comments From john dot e dot bussoletti at boeing dot com  2005-05-03 22:39 -------
(In reply to comment #1)
> This is undefined so a seg fault is okay.


Which part is undefined, the invocation of member functions of an object for 
which a destructor has been called (this part works correctly), or the multiple 
calls of the destructor of a class (this fails in 64 bit OS but runs without 
complaint in 32 bit OS)?




-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21371


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]