This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


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

another bug with empty strings


Hi anybody out there,

while playing around with the bug i found yesterday i found another one:

string a="";
cerr << a;

gives a segfault, while

string a="";
cout << a;

works fine.
i am not shure if this one is the same bug as yesterday, or if the bug yesterday
is no bug and crashes just because i put the empty string on cerr.

Regards,

Gerd



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