ruby_memcheck 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ruby_memcheck/version.rb +1 -1
- data/suppressions/ruby.supp +10 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47dfcdc3712a08c2667460c8889013ed679e23251f445a1ae2a106d8e73d10ad
|
4
|
+
data.tar.gz: 87953c122bb21303ecd219c394fa5ba29b3c6a73c147f64efcc463804ad85b88
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1890f1d919f0c0899be7df94f60875f27618f7e12b99410a0f955fb4722710d37e1efed2d58be00a40ae1d175c585731f95b810ed207075b5aed79e5a834a7d6
|
7
|
+
data.tar.gz: 62b50b839826ee5a65565bbe692fa37aafe16aa5c3de1bd1ae27c85ece57e5ce35b956a0ba7e9e1bf4b7ae40227aa7e1bdf354a2bcbbe77c9231fa6329149ef2
|
data/suppressions/ruby.supp
CHANGED
@@ -19,3 +19,13 @@
|
|
19
19
|
fun:stack_chunk_alloc
|
20
20
|
...
|
21
21
|
}
|
22
|
+
{
|
23
|
+
recursive_list_access creates a hash called `list` that is stored on the threadptr_recursive_hash. This is reported as a memory leak.
|
24
|
+
Memcheck:Leak
|
25
|
+
...
|
26
|
+
fun:rb_st_init_table
|
27
|
+
fun:rb_ident_hash_new
|
28
|
+
fun:recursive_list_access
|
29
|
+
fun:exec_recursive
|
30
|
+
...
|
31
|
+
}
|