- raise seglimit to make it more useful for some apps
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=85
This commit is contained in:
parent
f839457e0e
commit
902853a901
11
raise-segnames-limit.diff
Normal file
11
raise-segnames-limit.diff
Normal file
@ -0,0 +1,11 @@
|
||||
--- coregrind/m_aspacemgr/aspacemgr-linux.c
|
||||
+++ coregrind/m_aspacemgr/aspacemgr-linux.c
|
||||
@@ -268,7 +268,7 @@
|
||||
#define VG_N_SEGMENTS 5000
|
||||
|
||||
/* Max number of segment file names we can track. */
|
||||
-#define VG_N_SEGNAMES 1000
|
||||
+#define VG_N_SEGNAMES 4000
|
||||
|
||||
/* Max length of a segment file name. */
|
||||
#define VG_MAX_SEGNAMELEN 1000
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 11:36:36 UTC 2012 - dmueller@suse.com
|
||||
|
||||
- raise seglimit to make it more useful for some apps
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 20 16:34:47 UTC 2012 - burnus@net-b.de
|
||||
|
||||
|
@ -39,6 +39,7 @@ Source0: %{name}-%{version}.tar.bz2
|
||||
# svn di svn://svn.valgrind.org/valgrind/tags/VALGRIND_3_5_0 svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_5_BRANCH > 3_5_BRANCH.diff
|
||||
# svn di svn://svn.valgrind.org/vex/tags/VEX_3_5_0 svn://svn.valgrind.org/vex/branches/VEX_3_5_BRANCH > VEX_3_5_BRANCH.diff
|
||||
Patch1: jit-register-unregister.diff
|
||||
Patch2: raise-segnames-limit.diff
|
||||
# during building the major version of glibc is built into the suppression file
|
||||
%define glibc_main_version %(getconf GNU_LIBC_VERSION | cut -d' ' -f2 | cut -d. -f1)
|
||||
%define glibc_major_version %(getconf GNU_LIBC_VERSION | cut -d' ' -f2 | cut -d. -f2)
|
||||
@ -136,6 +137,7 @@ Authors:
|
||||
cd VEX
|
||||
cd ..
|
||||
%patch1
|
||||
%patch2
|
||||
|
||||
%build
|
||||
%ifarch %arm
|
||||
|
Loading…
Reference in New Issue
Block a user