You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running valgrind on a program I have, I obtain a lot of these:
==4175714== 16 bytes in 1 blocks are possibly lost in loss record 24 of 103
==4175714== at 0x4C29DAF: malloc (vg_replace_malloc.c:309)
==4175714== by 0x1198DEB: alloc::alloc::alloc (alloc.rs:81)
==4175714== by 0x1198D5B: alloc::alloc::exchange_malloc (alloc.rs:203)
==4175714== by 0x119783C: alloc::sync::Arc<T>::new (sync.rs:302)
==4175714== by 0x11960B6: slog::OwnedKVList::root (lib.rs:3426)
==4175714== by 0x119618E: slog::Logger<D>::root (lib.rs:1125)
==4175714== by 0x119433E: __static_ref_initialize (lib.rs:110)
==4175714== by 0x119433E: core::ops::function::FnOnce::call_once (function.rs:232)
==4175714== by 0x119271A: lazy_static::lazy::Lazy<T>::get::{{closure}} (inline_lazy.rs:31)
==4175714== by 0x1198737: std::sync::once::Once::call_once::{{closure}} (once.rs:264)
==4175714== by 0x1799E70: std::sync::once::Once::call_inner (once.rs:417)
==4175714== by 0x11986B2: std::sync::once::Once::call_once (once.rs:264) ==4175714== by 0x119BAA8: get<arc_swap::ArcSwapAny<alloc::sync::Arc<slog::Logger<alloc::sync::Arc<SendSyncRefUnwindSafeDrain>>>, arc_swap::gen_lock::Global>,fn() -> a
rc_swap::ArcSwapAny<alloc::sync::Arc<slog::Logger<alloc::sync::Arc<SendSyncRefUnwindSafeDrain>>>, arc_swap::gen_lock::Global>> (inline_lazy.rs:30)
==4175714== by 0x119BAA8: __stability (<::lazy_static::__lazy_static_internal macros>:16)
==4175714== by 0x119BAA8: <slog_scope::GLOBAL_LOGGER as core::ops::deref::Deref>::deref (<::lazy_static::__lazy_static_internal macros>:18)
Running valgrind on a program I have, I obtain a lot of these:
way to repro:
The text was updated successfully, but these errors were encountered: