Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
000fdebf
Unverified
Commit
000fdebf
authored
Aug 19, 2022
by
James Lamb
Committed by
GitHub
Aug 19, 2022
Browse files
[ci] increase valgrind bytes lost limit to 352 (#5429)
parent
9489f878
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.ci/test_r_package_valgrind.sh
.ci/test_r_package_valgrind.sh
+2
-2
No files found.
.ci/test_r_package_valgrind.sh
View file @
000fdebf
...
...
@@ -46,7 +46,7 @@ if [[ ${bytes_indirectly_lost} -gt 0 ]]; then
fi
# one error caused by a false positive between valgrind and openmp is allowed
# ==2063== 3
36
bytes in 1 blocks are possibly lost in loss record 153 of 2,709
# ==2063== 3
52
bytes in 1 blocks are possibly lost in loss record 153 of 2,709
# ==2063== at 0x483DD99: calloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so)
# ==2063== by 0x40149CA: allocate_dtv (dl-tls.c:286)
# ==2063== by 0x40149CA: _dl_allocate_tls (dl-tls.c:532)
...
...
@@ -68,7 +68,7 @@ bytes_possibly_lost=$(
|
tr
-d
","
)
echo
"valgrind found
${
bytes_possibly_lost
}
bytes possibly lost"
if
[[
${
bytes_possibly_lost
}
-gt
3
36
]]
;
then
if
[[
${
bytes_possibly_lost
}
-gt
3
52
]]
;
then
exit
-1
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment