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