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

Issue 5991005: Chromium build failed with heap leak checker, or configured with 'gyp_chromiu... (Closed)

Created:
9 years, 12 months ago by Takashi Toyoshima (Google)
Modified:
9 years, 7 months ago
CC:
chromium-reviews, vrk (LEFT CHROMIUM), ncarter (slow), sjl, Alpha Left Google, Raghu Simha, ddorwin+watch_chromium.org, cbentzel+watch_chromium.org, idana, acolwell GONE FROM CHROMIUM, annacc, darin-cc_chromium.org, awong, tim (not reviewing)
Visibility:
Public.

Description

Chromium build failed with heap leak checker, or configured with 'gyp_chromium -Dlinux_use_heapchecker=1 -Dlinux_keep_shadow_stacks=1' parameters. This configuration set gcc option '-finstrument-functions' and cause 'control reaches end of non-void function' error in some sources. Some errors occur in WebKit, and this changelist doesn't include patches for WebKit sources. TEST=pass sync_unit_tests, browser_tests, net_unittests

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -17 lines) Patch
M chrome/browser/cookies_tree_model.cc View 1 chunk +2 lines, -8 lines 0 comments Download
M chrome/browser/gtk/browser_window_gtk.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/syncable/model_type.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/common/net/gaia/gaia_auth_fetcher.cc View 1 chunk +1 line, -0 lines 0 comments Download
M media/video/ffmpeg_video_decode_engine.cc View 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Takashi Toyoshima (Google)
I explored svn history and chose you as reviewers. This patches are spread over some ...
9 years, 12 months ago (2010-12-27 12:04:14 UTC) #1
Takashi Toyoshima (Google)
following issues are those of WebKit https://bugs.webkit.org/show_bug.cgi?id=51668 https://bugs.webkit.org/show_bug.cgi?id=51669
9 years, 12 months ago (2010-12-28 07:48:11 UTC) #2
tony
LGTM
9 years, 11 months ago (2011-01-03 17:13:42 UTC) #3
scherkus (not reviewing)
LGTM on media stuff
9 years, 11 months ago (2011-01-05 01:50:48 UTC) #4
Takashi Toyoshima (Google)
Tony and Scherkus, thank you for reviewing. If all patches are OK and it is ...
9 years, 11 months ago (2011-01-12 04:53:35 UTC) #5
akalin
LGTM Although it's strange that the data flow analysis can't deduce that all paths lead ...
9 years, 11 months ago (2011-01-12 09:23:29 UTC) #6
tony
9 years, 11 months ago (2011-01-13 00:42:06 UTC) #7

Powered by Google App Engine
This is Rietveld 408576698