[LLVMbugs] [Bug 8992] New: cout destruction prints garbage

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Jan 17 02:26:32 PST 2011


http://llvm.org/bugs/show_bug.cgi?id=8992

           Summary: cout destruction prints garbage
           Product: libc++
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
        AssignedTo: hhinnant at apple.com
        ReportedBy: marc.glisse at normalesup.org
                CC: llvmbugs at cs.uiuc.edu


This is on debian-x64 testing. Whenever I output anything through cout, at the
end of the program, when running the global destructors, the program outputs a
few lines of garbage. This happens whether I compile libc++ with g++ or
clang++.
#include <iostream>
int main(){std::cout<<'\n';}

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list