--- Additional Comments From vldmrrr at yahoo dot com 2005-03-21 19:17
---
(In reply to comment #3)
Ok, thanks, now it is clear.
--
What|Removed |Added
Status|
--- Additional Comments From chris at bubblescope dot net 2005-03-21 19:00
---
This program may make it a bit clearer what is going on :) (the problem is your
code I'm afraid, the compiler is fine)
#include
#include
struct VAR {
VAR() {printf("VAR created\n");}
~VAR() {printf("VAR dest
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-21
18:02 ---
Because CONTAINER has been deconstructed twice. I think this is undefined code.
--
What|Removed |Added
--
--
What|Removed |Added
Summary|Segmentation fault after|Segmentation fault after
|exception in list and set |exception in list and set
--- Additional Comments From vldmrrr at yahoo dot com 2005-03-21 17:56
---
Created an attachment (id=8427)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8427&action=view)
preprocessed file
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20579