--
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
--
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
--- 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_
--- 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
--- 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