[Bug libstdc++/26123] New: Segmentation fault in constructor of std::ostream::sentry::sentry

2006-02-06 Thread broeni at osb-systems dot com
-- Summary: Segmentation fault in constructor of std::ostream::sentry::sentry Product: gcc Version: 4.0.3 Status: UNCONFIRMED Severity: major Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc do

[Bug libstdc++/26124] New: Segmentation fault in constructor of std::ostream::sentry::sentry

2006-02-06 Thread broeni at osb-systems dot com
-- Summary: Segmentation fault in constructor of std::ostream::sentry::sentry Product: gcc Version: 4.0.3 Status: UNCONFIRMED Severity: major Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc do

[Bug libstdc++/26123] [3.4/4.0 Regression] Segmentation fault in constructor of std::ostream::sentry::sentry

2006-02-06 Thread broeni at osb-systems dot com
--- Comment #8 from broeni at osb-systems dot com 2006-02-06 19:28 --- Posted code as from comment #2 to c.l.c++.m to verify if the initalization of std::cout is well defined (comment #3): "Initialization order of std::cout". Stephan -- http://gcc.gnu.org/bugzilla/show_

[Bug libstdc++/26123] [3.4/4.0 Regression] Segmentation fault in constructor of std::ostream::sentry::sentry

2006-02-07 Thread broeni at osb-systems dot com
--- Comment #9 from broeni at osb-systems dot com 2006-02-07 12:52 --- Obviously the behavior of the test program is undefined. The following is the reply from Alberto Ganesh Barbati in c.l.c++.m Apart from the fact that you need to include in order to be able to write on std::cout

[Bug libstdc++/26123] [3.4/4.0 Regression] Segmentation fault in constructor of std::ostream::sentry::sentry

2006-02-07 Thread broeni at osb-systems dot com
--- Comment #10 from broeni at osb-systems dot com 2006-02-07 13:19 --- See comment #9 for reason. Stephan -- broeni at osb-systems dot com changed: What|Removed |Added