Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
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
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
core
tarantool
Commits
f32fe1c1
Commit
f32fe1c1
authored
13 years ago
by
Konstantin Shulgin
Browse files
Options
Downloads
Patches
Plain Diff
feature 'master-valgrind'
test environment: - luajit suppressions was added.
parent
3a98d600
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/share/tarantool_box.sup
+96
-44
96 additions, 44 deletions
test/share/tarantool_box.sup
with
96 additions
and
44 deletions
test/share/tarantool_box.sup
+
96
−
44
View file @
f32fe1c1
...
...
@@ -213,66 +213,118 @@
## we can't directly free tuple allocations.
{
<box>
<box
replace command (insert)
>
Memcheck:Leak
fun:salloc
fun:tuple_alloc
fun:prepare_
update_fields
fun:prepare_
replace
fun:box_dispatch
fun:box_process
fun:box_process_rw
fun:iproto_reply
fun:iproto_interact
fun:fiber_loop
fun:coro_init
obj:*
fun:box_process*
...
}
##
## tarantool/lua suppressions
##
#----------------------------------------------------------------------------#
# tarantool_lua function
#----------------------------------------------------------------------------#
#
# lua_* function suppressions
#
{
<box>
Memcheck:Leak
fun:salloc
fun:tuple_alloc
fun:prepare_update_fields
fun:box_dispatch
fun:box_process
fun:recover_row
fun:recover_wal
fun:recover_remaining_wals
fun:recover
fun:mod_init
fun:main
<lua_* from luajit library suppression>
Memcheck:Cond
...
fun:lua_*
fun:tarantool_lua
...
}
{
<box>
Memcheck:Leak
fun:salloc
fun:tuple_alloc
fun:prepare_replace
<lua_* from luajit library suppression>
Memcheck:Cond
...
fun:lua_*
fun:tarantool_lua_dostring
fun:tarantool_lua
...
}
{
<lua_* from luajit library suppression in admin console>
Memcheck:Cond
...
fun:lua_*
fun:tarantool_lua_tostring
fun:tarantool_lua_printstack_yaml
fun:tarantool_lua
...
}
#
# luaL_* function suppressions
#
{
<luaL_* from luajit library suppression in tarantool_lua>
Memcheck:Cond
...
fun:luaL_*
fun:tarantool_lua
...
}
{
<luaL_* from luajit library suppression in tarantool_lua>
Memcheck:Cond
...
fun:luaL_*
fun:tarantool_lua_dostring
fun:tarantool_lua
...
}
{
<luaL_* from luajit library suppression in tarantool_lua>
Memcheck:Cond
...
fun:luaL_*
fun:tarantool_lua_tostring
fun:tarantool_lua_printstack_yaml
fun:tarantool_lua
...
}
#----------------------------------------------------------------------------#
# box_lua_call function
#----------------------------------------------------------------------------#
{
<lua_* frim luajit libarary suppression in box_lua_call>
Memcheck:Cond
...
fun:lua_*
fun:box_lua_call
fun:box_dispatch
fun:box_process
fun:box_process_rw
fun:store
fun:memcached_dispatch
fun:memcached_handler
fun:box_process*
...
}
{
<box>
Memcheck:Leak
fun:salloc
fun:tuple_alloc
fun:prepare_replace
<lua_* frim luajit libarary suppression in box_lua_call>
Memcheck:Cond
...
fun:lua_*
fun:iov_add_ret
fun:iov_add_multret
fun:box_lua_call
fun:box_dispatch
fun:box_process
fun:box_process_rw
fun:iproto_reply
fun:iproto_interact
fun:fiber_loop
fun:coro_init
obj:*
fun:box_process*
...
}
## sptree
...
...
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