Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dCache
cta
Commits
cd28d030
Commit
cd28d030
authored
9 years ago
by
Steven Murray
Browse files
Options
Downloads
Patches
Plain Diff
Added some "reachable" suppressions for OCCI
parent
6aa575e0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/valgrind.suppr
+44
-3
44 additions, 3 deletions
tests/valgrind.suppr
with
44 additions
and
3 deletions
tests/valgrind.suppr
+
44
−
3
View file @
cd28d030
...
...
@@ -340,7 +340,7 @@
...
}
{
oracle_ssMemMalloc
oracle_ssMemMalloc
_1
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
...
...
@@ -348,13 +348,29 @@
...
}
{
oracle_ssMemCalloc
oracle_ssMemMalloc_2
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
fun:ssMemMalloc
...
}
{
oracle_ssMemCalloc_1
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
fun:ssMemCalloc
...
}
{
oracle_ssMemCalloc_2
Memcheck:Leak
match-leak-kinds: reachable
fun:calloc
fun:ssMemCalloc
...
}
{
oracle_nlddinit_1
Memcheck:Addr16
...
...
@@ -369,7 +385,7 @@
...
}
{
oracle_dbgc_iset_adr_par1
oracle_dbgc_iset_adr_par1
_1
Memcheck:Addr16
fun:__intel_sse2_strcpy
fun:dbgc_iset_adr_par1
...
...
@@ -408,3 +424,28 @@
fun:slpmloclfv
...
}
{
oracle_skgfrpini
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
fun:__alloc_dir
fun:skgfrpini
...
}
{
oracle_lxldalc
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
fun:lxldalc
...
}
{
oracle_sltskyc
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
fun:sltskyc
...
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment