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

Unified Diff: scripts/common.sh

Issue 1811004: Increase VG_N_SEGMENTS, VG_N_SEGNAMES and VG_N_THREADS and update the Linux V... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/
Patch Set: '' Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/build-tsan-for-chromium.sh ('k') | scripts/limits.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/common.sh
===================================================================
--- scripts/common.sh (revision 45976)
+++ scripts/common.sh (working copy)
@@ -36,6 +36,10 @@
# "fork() not handled properly"
patch -p0 -i "${THISDIR}/fork.patch"
+ # Work around bug https://bugs.kde.org/show_bug.cgi?id=164485
+ # "VG_N_SEGNAMES and VG_N_SEGMENTS are (still) too small"
+ patch -p0 -i "${THISDIR}/limits.patch"
+
# Add feature bug https://bugs.kde.org/show_bug.cgi?id=205000
# "Need library load address in log files"
patch -p0 -i "${THISDIR}/xml-loadadr.patch"
« no previous file with comments | « scripts/build-tsan-for-chromium.sh ('k') | scripts/limits.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698