another bug with empty strings

Gerd v. Egidy egidy@deam.de
Thu Nov 18 06:37:00 GMT 1999


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




More information about the Libstdc++ mailing list