Skip to content

Commit

Permalink
new suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerZhongAWS committed Jun 15, 2022
1 parent 43845f9 commit b03a37d
Showing 1 changed file with 68 additions and 1 deletion.
69 changes: 68 additions & 1 deletion cmake-toolchain/valgrind-suppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,23 @@
fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
}
{
Cond_1
Memcheck:Cond
fun:rawmemchr
fun:_IO_str_init_static_internal
fun:_IO_strfile_read
fun:__isoc99_sscanf
fun:get_net_connections_from_proc_buf
fun:get_network_connections
fun:s_reporting_task_fn
fun:aws_task_run
fun:s_run_all
fun:aws_task_scheduler_run_all
fun:s_main_loop
fun:thread_fn
fun:start_thread
}
{
direct_1
Memcheck:Leak
Expand Down Expand Up @@ -836,4 +853,54 @@
fun:_Z22handle_feature_stoppedPKN3Aws3Iot12DeviceClient7FeatureE
fun:_ZN3Aws3Iot12DeviceClient25DefaultClientBaseNotifier7onEventEPNS1_7FeatureENS1_27ClientBaseEventNotificationE
}

{
possible_5
Memcheck:Leak
match-leak-kinds: possible
fun:memalign
fun:posix_memalign
fun:s_default_malloc
fun:s_default_calloc
fun:aws_mem_calloc
fun:aws_socket_write
fun:s_socket_process_write_message
fun:aws_channel_handler_process_write_message
fun:aws_channel_slot_send_message
fun:s_generic_send
fun:s_s2n_handler_send
fun:s2n_connection_send_stuffer
}
{
possible_6
Memcheck:Leak
match-leak-kinds: possible
fun:_Znwm
fun:_ZNSs4_Rep9_S_createEmmRKSaIcE
fun:_ZNSs12_S_constructIPKcEEPcT_S3_RKSaIcESt20forward_iterator_tag
fun:_ZNSsC1EPKcmRKSaIcE
obj:/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.28
fun:_ZNSt11logic_errorC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
obj:/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.28
fun:_ZSt20__throw_future_errori
fun:_ZNSt13__future_base13_State_baseV221_M_set_retrieved_flagEv
fun:_ZNSt14__basic_futureIvEC1ERKSt10shared_ptrINSt13__future_base13_State_baseV2EE
fun:_ZNSt6futureIvEC1ERKSt10shared_ptrINSt13__future_base13_State_baseV2EE
fun:_ZNSt7promiseIvE10get_futureEv
}
{
possible_7
Memcheck:Leak
match-leak-kinds: possible
fun:memalign
fun:posix_memalign
fun:s_default_malloc
fun:aws_mem_acquire
fun:aws_mem_acquire_many
fun:s_schedule_timeout_task
fun:s_unsubscribe_send
fun:s_request_outgoing_task
fun:s_channel_task_run
fun:aws_task_run
fun:s_run_all
fun:aws_task_scheduler_run_all
}

0 comments on commit b03a37d

Please sign in to comment.