[Bug libstdc++/20579] Segmentation fault after exception in list and set destructors

2005-03-21 Thread vldmrrr at yahoo dot com
--- 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|

[Bug libstdc++/20579] Segmentation fault after exception in list and set destructors

2005-03-21 Thread chris at bubblescope dot net
--- 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

[Bug libstdc++/20579] Segmentation fault after exception in list and set destructors

2005-03-21 Thread pinskia at gcc dot gnu dot org
--- 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 --

[Bug libstdc++/20579] Segmentation fault after exception in list and set

2005-03-21 Thread vldmrrr at yahoo dot com
-- What|Removed |Added Summary|Segmentation fault after|Segmentation fault after |exception in list and set |exception in list and set

[Bug libstdc++/20579] Segmentation fault after exception in list and set destructors

2005-03-21 Thread vldmrrr at yahoo dot com
--- 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