Skip to content

Commit

Permalink
Add alternate heapcheck suppression for PlatformThread::SetName
Browse files Browse the repository at this point in the history
The unwinder gets off track coming out of libstdc++'s basic_string ctor
since upgrading the bot to Precise.

TBR=timurrrr@chromium.org
BUG=136936

Review URL: https://codereview.chromium.org/12301024

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183225 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
rnk@chromium.org committed Feb 19, 2013
1 parent 01a6bf6 commit 9600dcb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tools/heapcheck/suppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1383,13 +1383,21 @@
fun:ui::InputMethodIBus::Init
}
{
bug_136936
bug_136936_a
Heapcheck:Leak
...
fun:std::basic_string::_Rep::_S_create
...
fun:base::PlatformThread::SetName
}
{
bug_136936_b
Heapcheck:Leak
...
fun:std::basic_string::_Rep::_S_create
...
fun:base::PlatformThread::CurrentId
}
{
bug_143565
Heapcheck:Leak
Expand Down

0 comments on commit 9600dcb

Please sign in to comment.