Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
ee32b725
Commit
ee32b725
authored
20 years ago
by
Martin Nilsson
Browse files
Options
Downloads
Patches
Plain Diff
libc-2.3.2 suppressions
Rev: tools/pike_verify.supp:1.3
parent
ef124442
No related branches found
No related tags found
Loading
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/pike_verify.supp
+31
-1
31 additions, 1 deletion
tools/pike_verify.supp
with
31 additions
and
1 deletion
tools/pike_verify.supp
+
31
−
1
View file @
ee32b725
#
#
# $Id: pike_verify.supp,v 1.
2
200
3/10/16 01
:2
4
:4
9
nilsson Exp $
# $Id: pike_verify.supp,v 1.
3
200
4/08/10 13
:2
7
:4
5
nilsson Exp $
# Suppression file for valgrind errors outside of Pike triggered
# Suppression file for valgrind errors outside of Pike triggered
# by the Pike test suite.
# by the Pike test suite.
#
#
...
@@ -33,3 +33,33 @@
...
@@ -33,3 +33,33 @@
fun:gdbm_reorganize
fun:gdbm_reorganize
fun:gdbmmod_reorganize
fun:gdbmmod_reorganize
}
}
# libc-2.3.2 suppressions
{
<insert a suppression name here>
Memcheck:Cond
obj:/lib/ld-2.3.2.so
fun:_dl_relocate_object
obj:/lib/i686/libc-2.3.2.so
fun:_dl_catch_error
}
{
<insert a suppression name here>
Memcheck:Cond
fun:_dl_relocate_object
obj:/lib/i686/libc-2.3.2.so
fun:_dl_catch_error
fun:_dl_open
}
{
<insert a suppression name here>
Memcheck:Value4
fun:_IO_vfprintf
obj:/lib/i686/libc-2.3.2.so
fun:_IO_vfprintf
fun:debug_fatal
}
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