-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathvalgrind.supp
More file actions
47 lines (47 loc) · 839 Bytes
/
valgrind.supp
File metadata and controls
47 lines (47 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
<uninitialised_byte>
Memcheck:Param
sendmsg(msg.msg_iov[0])
fun:__sendmsg_nocancel
fun:uv__udp_sendmsg
fun:uv__udp_send
fun:uv_udp_send
fun:uv__udp_io
fun:uv__io_poll
fun:uv_run
fun:main
}
{
<uninitialised_byte>
Memcheck:Param
sendmsg(msg.msg_iov[0])
fun:__sendmsg_nocancel
fun:uv__udp_sendmsg
fun:uv__udp_io
fun:uv_run
fun:main
}
{
<uninitialised_byte>
Memcheck:Param
sendmsg(msg.msg_control)
obj:/lib/x86_64-linux-gnu/libpthread-2.19.so
fun:uv__write
fun:uv_write2
fun:ipc_connection_cb
fun:uv__server_io
fun:uv__io_poll
fun:uv_run
fun:dispatcher_start
fun:main
}
{
<thread_alloc>
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
fun:_dl_allocate_tls
fun:pthread_create@@GLIBC_2.2.5
fun:uv_thread_create
fun:main
}