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

             Bug #: 11474
           Summary: colorized printing is not atomic
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


Created attachment 7666
  --> http://llvm.org/bugs/attachment.cgi?id=7666
screenshot of colorizing bug

The output colorizing of 'warning' sometimes contaminates other text, when
doing a multithreaded build with make (i.e. make -j4)

There should be some kind of locking, to print the whole message out, so there
will be no problems whem multiple processes are writing to stdout.

Attached screenshot with the bug.

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to