<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - [LSan RTL] LeakSanitizer's reports are less colorful than other sanitizers"
href="http://llvm.org/bugs/show_bug.cgi?id=17063">17063</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>[LSan RTL] LeakSanitizer's reports are less colorful than other sanitizers
</td>
</tr>
<tr>
<th>Product</th>
<td>compiler-rt
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>compiler-rt
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>chandlerc@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>ASan and other tools have nice colorful output. LSAn doesn't. At the very least
it would be good to get some minimal colors here:
% ASAN_OPTIONS="detect_leaks=1" ./asan_bug
Hello World
=================================================================
==1086==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 12 byte(s) in 1 object(s) allocated from:
#0 0x42c484 in operator new[](unsigned long)
/home/chandlerc/src/llvm.git/build/../projects/compiler-rt/lib/asan/asan_new_delete.cc:54
#1 0x4400b5 in main
/home/chandlerc/src/llvm.git/build/gn_2013/asan/bug.cpp:18
#2 0x2aaaab60c60c (/lib64/libc.so.6+0x2460c)
SUMMARY: LeakSanitizer: 12 byte(s) leaked in 1 allocation(s).
At the very least, the ERROR: line should be colorized the same in each
sanitizer (red). Also, the 'Direct leak' should probably be blue to match other
sanitizers.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>