Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Issue 11366141: Revert 166547 - Use tcmalloc's debugallocation for Debug builds (Closed)

Created:
8 years, 1 month ago by scottmg
Modified:
8 years, 1 month ago
Reviewers:
Paweł Hajdan Jr.
CC:
chromium-reviews, erikwright+watch_chromium.org, dmikurube+memory_chromium.org
Visibility:
Public.

Description

Revert 166547 - Use tcmalloc's debugallocation for Debug builds to catch memory problems early, easily, and cleanly. Because of gyp limitations, this can't be now controlled by a flag. BUG=30715 TEST=none Review URL: https://codereview.chromium.org/11266019 TBR=phajdan.jr@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=166566

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -31 lines) Patch
M base/allocator/allocator.gyp View 6 chunks +18 lines, -21 lines 0 comments Download
M base/allocator/allocator_shim.cc View 1 chunk +1 line, -1 line 0 comments Download
D base/allocator/debugallocation_shim.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M build/common.gypi View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
scottmg
8 years, 1 month ago (2012-11-08 00:58:48 UTC) #1
scottmg
some failures for reference: http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=http%2Ftests%2Fmedia%2Fremove-while-loading.html%2Chttp%2Ftests%2Fmedia%2Fvideo-throttled-load-metadata.html%2Chttp%2Ftests%2Fmedia%2Fvideo-referer.html%2Chttp%2Ftests%2Fmedia%2Fvideo-query-url.html%2Chttp%2Ftests%2Fmedia%2Fvideo-useragent.html%2Chttp%2F http://build.chromium.org/p/chromium.chromiumos/buildstatus?builder=Linux%20ChromiumOS%20Tests%20%28dbg%29%282%29&number=5568 http://build.chromium.org/p/chromium.linux/buildstatus?builder=Linux%20Tests%20%28dbg%29%281%29&number=22083
8 years, 1 month ago (2012-11-08 01:05:36 UTC) #2
Paweł Hajdan Jr.
8 years, 1 month ago (2012-11-08 17:40:28 UTC) #3
LGTM. Thank you for doing the right thing.

I still think debugallocation is just a messenger/trigger here, but I got the
same failures on the try run, so I shouldn't have landed this. I've reproduced
the failures locally, and will see what can be done about that.

Thank you for including the reference logs too.

Powered by Google App Engine
This is Rietveld 408576698