Git Product home page Git Product logo

Comments (5)

sagudev avatar sagudev commented on September 24, 2024 1

@sagudev This issue is not really completed, is it?

No it's not, github sometimes closes issues linked to PRs.

from servo.

mrobinson avatar mrobinson commented on September 24, 2024

It would be nice to see updated output after #32511 lands.

from servo.

ede1998 avatar ede1998 commented on September 24, 2024

When trying to reproduce this, we didn't see the exact same leaks as @sagudev. I could put my leaks here but they were different iirc so not directly comparable.

from servo.

ede1998 avatar ede1998 commented on September 24, 2024

@rhetenor 's current ASAN report on http://example.com after adding changes from #32584:

=================================================================
==104855==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 264 byte(s) in 1 object(s) allocated from:
    #0 0x61cfd78c8e7f in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ee6aa4ae6e4 in operator new(unsigned long) /usr/src/debug/gcc/gcc/libstdc++-v3/libsupc++/new_op.cc:50:22
    #2 0x61cfdf8c0519 in CreateWrapperProxyHandler /home/runner/work/mozjs/mozjs/mozjs-sys/src/jsglue.cpp:624:41
    #3 0x61cfdbd20f3d in script::dom::windowproxy::new_window_proxy_handler::h22749b93b19f6e86 /home/rhetenor/Projects/servo/components/script/dom/windowproxy.rs:1079:33
    #4 0x61cfdc7262f2 in script::script_thread::ScriptThread::load::hae78c20f18b03567 /home/rhetenor/Projects/servo/components/script/script_thread.rs:3571:22
    #5 0x61cfdd01062d in script::script_thread::ScriptThread::handle_page_headers_available::_$u7b$$u7b$closure$u7d$$u7d$::hbd6688c35a37c2be /home/rhetenor/Projects/servo/components/script/script_thread.rs:3120:37
    #6 0x61cfdbd52abd in core::option::Option$LT$T$GT$::map::h58bdf9ce2023b58f /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/option.rs:1073:29
    #7 0x61cfdc719a4a in script::script_thread::ScriptThread::handle_page_headers_available::h9b3e65cd86e65317 /home/rhetenor/Projects/servo/components/script/script_thread.rs:3120:17
    #8 0x61cfdd001411 in script::script_thread::ScriptThread::page_headers_available::_$u7b$$u7b$closure$u7d$$u7d$::hb4599dbfc0929b4c /home/rhetenor/Projects/servo/components/script/script_thread.rs:944:13
    #9 0x61cfdd333c5f in std::thread::local::LocalKey$LT$T$GT$::try_with::h4c34bf7eeb8a2786 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/thread/local.rs:284:16
    #10 0x61cfdd30ccda in std::thread::local::LocalKey$LT$T$GT$::with::h5a91487abcad5402 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/thread/local.rs:260:9
    #11 0x61cfdc6e9d61 in script::script_thread::ScriptThread::page_headers_available::he86d32fec0f39990 /home/rhetenor/Projects/servo/components/script/script_thread.rs:942:9
    #12 0x61cfdd9eb6f4 in _$LT$script..dom..servoparser..ParserContext$u20$as$u20$net_traits..FetchResponseListener$GT$::process_response::hb4afaa6867684cc6 /home/rhetenor/Projects/servo/components/script/dom/servoparser/mod.rs:832:28
    #13 0x61cfdc72fd69 in script::script_thread::ScriptThread::handle_fetch_metadata::ha6f2ed2987e1a278 /home/rhetenor/Projects/servo/components/script/script_thread.rs:3995:13
    #14 0x61cfdc7015ab in script::script_thread::ScriptThread::handle_msg_from_constellation::hb718909bbbd7cd07 /home/rhetenor/Projects/servo/components/script/script_thread.rs:2244:25
    #15 0x61cfdd00929a in script::script_thread::ScriptThread::handle_msgs::_$u7b$$u7b$closure$u7d$$u7d$::h52e51e95e79045e1 /home/rhetenor/Projects/servo/components/script/script_thread.rs:1958:53
    #16 0x61cfdd00b431 in script::script_thread::ScriptThread::profile_event::h8ee4a8b2791b2f00 /home/rhetenor/Projects/servo/components/script/script_thread.rs:2215:13
    #17 0x61cfdc6fb0f6 in script::script_thread::ScriptThread::handle_msgs::hbf1922253ff935ac /home/rhetenor/Projects/servo/components/script/script_thread.rs:1952:26
    #18 0x61cfdc6f1dc5 in script::script_thread::ScriptThread::start::h35e031a1f54530ed /home/rhetenor/Projects/servo/components/script/script_thread.rs:1455:15
    #19 0x61cfdd00069e in _$LT$script..script_thread..ScriptThread$u20$as$u20$script_layout_interface..ScriptThreadFactory$GT$::create::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h46c65bb617be436e /home/rhetenor/Projects/servo/components/script/script_thread.rs:846:25
    #20 0x61cfdd0002b4 in _$LT$script..script_thread..ScriptThread$u20$as$u20$script_layout_interface..ScriptThreadFactory$GT$::create::_$u7b$$u7b$closure$u7d$$u7d$::h8fc93d7bc3b695db /home/rhetenor/Projects/servo/components/script/script_thread.rs:844:17
    #21 0x61cfdd092218 in std::sys_common::backtrace::__rust_begin_short_backtrace::h2e664b4d9d62a06d /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys_common/backtrace.rs:155:18
    #22 0x61cfdca64180 in _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h24450773718100bd /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/panic/unwind_safe.rs:272:9
    #23 0x61cfdc2d211e in std::panicking::try::do_call::he1de23cd2648e563 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:552:40
    #24 0x61cfdc2e7d1a in __rust_try 2khri761y8r1cabc
    #25 0x61cfde3199a9 in std::panic::catch_unwind::hc39bf968acdf290b /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panic.rs:146:14
    #26 0x61cfdada0a9e in core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h5046e8ee9392a4ed /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5
    #27 0x61cfe8781a56 in _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h2fd2c3854b095d3a /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/boxed.rs:2020:9
    #28 0x61cfe86d1a13 in std::sys::pal::unix::thread::Thread::new::thread_start::hc5bdc4f7973b0d3d /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/thread.rs:108:17
    #29 0x61cfd78c6a28 in asan_thread_start(void*) /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp:239:28

Direct leak of 24 byte(s) in 1 object(s) allocated from:
    #0 0x61cfd78c8e7f in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x61cfe1702aab in std::sys::pal::unix::alloc::_$LT$impl$u20$core..alloc..global..GlobalAlloc$u20$for$u20$std..alloc..System$GT$::alloc::ha527a5cee3df20ab /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/alloc.rs:14:13
    #2 0x61cfe1702671 in __rust_alloc /home/rhetenor/Projects/servo/components/allocator/lib.rs:8:15
    #3 0x61cfdea76b54 in alloc::alloc::Global::alloc_impl::h5952de214edffbd9 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/alloc.rs:183:73
    #4 0x61cfdea77658 in _$LT$alloc..alloc..Global$u20$as$u20$core..alloc..Allocator$GT$::allocate::hf523b7ce5d4e61ee /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/alloc.rs:243:9
    #5 0x61cfdc5af1cb in script::script_runtime::new_rt_and_cx::hcb4459468e65f8bd /home/rhetenor/Projects/servo/components/script/script_runtime.rs:446:14
    #6 0x61cfdc6ecd7b in script::script_thread::ScriptThread::new::h28125789cc6985ca /home/rhetenor/Projects/servo/components/script/script_thread.rs:1296:23
    #7 0x61cfdcfffe04 in _$LT$script..script_thread..ScriptThread$u20$as$u20$script_layout_interface..ScriptThreadFactory$GT$::create::_$u7b$$u7b$closure$u7d$$u7d$::h8fc93d7bc3b695db /home/rhetenor/Projects/servo/components/script/script_thread.rs:814:37
    #8 0x61cfdd092218 in std::sys_common::backtrace::__rust_begin_short_backtrace::h2e664b4d9d62a06d /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys_common/backtrace.rs:155:18
    #9 0x61cfdca64180 in _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h24450773718100bd /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/panic/unwind_safe.rs:272:9
    #10 0x61cfdc2d211e in std::panicking::try::do_call::he1de23cd2648e563 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:552:40
    #11 0x61cfdc2e7d1a in __rust_try 2khri761y8r1cabc
    #12 0x61cfde3199a9 in std::panic::catch_unwind::hc39bf968acdf290b /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panic.rs:146:14
    #13 0x61cfdada0a9e in core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h5046e8ee9392a4ed /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5
    #14 0x61cfe8781a56 in _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h2fd2c3854b095d3a /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/boxed.rs:2020:9
    #15 0x61cfe86d1a13 in std::sys::pal::unix::thread::Thread::new::thread_start::hc5bdc4f7973b0d3d /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/thread.rs:108:17
    #16 0x61cfd78c6a28 in asan_thread_start(void*) /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 7424 byte(s) in 1 object(s) allocated from:
    #0 0x61cfd78c926c in realloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:82:3
    #1 0x61cfe1702c83 in std::sys::pal::unix::alloc::_$LT$impl$u20$core..alloc..global..GlobalAlloc$u20$for$u20$std..alloc..System$GT$::realloc::hea3af379817c0678 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/alloc.rs:48:13
    #2 0x61cfe1702741 in __rust_realloc /home/rhetenor/Projects/servo/components/allocator/lib.rs:8:15
    #3 0x61cfe884fb7f in alloc::alloc::Global::grow_impl::h4d8ad51707ade471 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/alloc.rs:215:31
    #4 0x61cfe885004f in _$LT$alloc..alloc..Global$u20$as$u20$core..alloc..Allocator$GT$::grow::h584899442ff3b6e5 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/alloc.rs:268:18
    #5 0x61cfd8034568 in alloc::raw_vec::RawVec$LT$T$C$A$GT$::grow_amortized::h608db03789c222ca /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/raw_vec.rs:457:19
    #6 0x61cfd8035cd8 in alloc::raw_vec::RawVec$LT$T$C$A$GT$::reserve_for_push::h7581b25403379613 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/raw_vec.rs:342:24
    #7 0x61cfd7f847d0 in wayland_client::event_queue::EventQueueInner$LT$State$GT$::enqueue_event::h0626f75b1ba6430e /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.3/src/event_queue.rs:341:9
    #8 0x61cfd7f78660 in _$LT$wayland_client..event_queue..QueueProxyData$LT$I$C$U$C$State$GT$$u20$as$u20$wayland_backend..sys..client..ObjectData$GT$::event::h636b3a099b30edf4 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.3/src/event_queue.rs:687:9
    #9 0x61cfd90a51f3 in wayland_backend::sys::client_impl::dispatcher_func::_$u7b$$u7b$closure$u7d$$u7d$::hab98fcc7a50bcaf8 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/src/sys/client_impl/mod.rs:981:9
    #10 0x61cfd90aa8f7 in scoped_tls::ScopedKey$LT$T$GT$::with::h149ea59809620653 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scoped-tls-1.0.1/src/lib.rs:171:13
    #11 0x61cfd90a22e7 in wayland_backend::sys::client_impl::dispatcher_func::h69b352393b14a43e /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/src/sys/client_impl/mod.rs:972:15
    #12 0x7ee6a9bc4046  (/usr/lib/libwayland-client.so.0+0x5046) (BuildId: 34398f92678b3073349ec46e8a10900e41832ec1)
    #13 0x7ee6a9bc44f2 in wl_display_dispatch_queue_pending (/usr/lib/libwayland-client.so.0+0x54f2) (BuildId: 34398f92678b3073349ec46e8a10900e41832ec1)
    #14 0x61cfd909b45e in wayland_backend::sys::client_impl::Dispatcher::dispatch_pending::_$u7b$$u7b$closure$u7d$$u7d$::h5ebfc3fd7475634d /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/src/sys/client_impl/mod.rs:393:17
    #15 0x61cfd909af2d in wayland_backend::sys::client_impl::Dispatcher::dispatch_pending::h783f800fff6b972b /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/src/sys/client_impl/mod.rs:389:19
    #16 0x61cfd909bf8e in wayland_backend::sys::client_impl::InnerReadEventsGuard::read::h4ee73c0cf5a0b548 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/src/sys/client_impl/mod.rs:467:13
    #17 0x61cfd80832e3 in wayland_backend::sys::client::ReadEventsGuard::read::h8c8842f566e675b1 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/src/sys/../client_api.rs:330:9
    #18 0x61cfd80600ee in core::ops::function::FnOnce::call_once::h566144f5ccff82ba /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5
    #19 0x61cfd8071a4e in core::option::Option$LT$T$GT$::map::h8391f57d004c2461 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/option.rs:1073:29
    #20 0x61cfd7fb9e3d in _$LT$calloop_wayland_source..WaylandSource$LT$D$GT$$u20$as$u20$calloop..sources..EventSource$GT$::before_handle_events::h896d03f0debc1367 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-wayland-source-0.2.0/src/lib.rs:208:55
    #21 0x61cfd7fd5727 in _$LT$core..cell..RefCell$LT$calloop..sources..DispatcherInner$LT$S$C$F$GT$$GT$$u20$as$u20$calloop..sources..EventDispatcher$LT$Data$GT$$GT$::before_handle_events::h9fd5daeffd6a0bd5 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.12.4/src/sources/mod.rs:388:9
    #22 0x61cfd80049fc in calloop::loop_logic::EventLoop$LT$Data$GT$::dispatch_events::he870d51bdc005cca /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.12.4/src/loop_logic.rs:419:25
    #23 0x61cfd8008f00 in calloop::loop_logic::EventLoop$LT$Data$GT$::dispatch::hc41733b6b7ddda64 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.12.4/src/loop_logic.rs:559:9
    #24 0x61cfd7ffabd3 in smithay_clipboard::worker::worker_impl::hc612c73673c4af5c /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-clipboard-0.7.1/src/worker.rs:98:12
    #25 0x61cfd7ff9d39 in smithay_clipboard::worker::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hba609dfa7d9bcc45 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-clipboard-0.7.1/src/worker.rs:23:13
    #26 0x61cfd7f9dc48 in std::sys_common::backtrace::__rust_begin_short_backtrace::h71b0cc83cba38869 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys_common/backtrace.rs:155:18
    #27 0x61cfd7fc2f7b in _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf8381b881a3bf37e /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/panic/unwind_safe.rs:272:9
    #28 0x61cfd7f8ca46 in std::panicking::try::do_call::hec025d465844a1a7 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:552:40
    #29 0x61cfd7f8e7ea in __rust_try smithay_clipboard.9d515c25b2f5b791-cgu.01

Indirect leak of 384 byte(s) in 1 object(s) allocated from:
    #0 0x61cfd78c926c in realloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:82:3
    #1 0x61cfe1702c83 in std::sys::pal::unix::alloc::_$LT$impl$u20$core..alloc..global..GlobalAlloc$u20$for$u20$std..alloc..System$GT$::realloc::hea3af379817c0678 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/alloc.rs:48:13
    #2 0x61cfe1702741 in __rust_realloc /home/rhetenor/Projects/servo/components/allocator/lib.rs:8:15
    #3 0x61cfe884fb7f in alloc::alloc::Global::grow_impl::h4d8ad51707ade471 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/alloc.rs:215:31
    #4 0x61cfe885004f in _$LT$alloc..alloc..Global$u20$as$u20$core..alloc..Allocator$GT$::grow::h584899442ff3b6e5 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/alloc.rs:268:18
    #5 0x61cfe874b008 in alloc::raw_vec::RawVec$LT$T$C$A$GT$::grow_amortized::h4a40daa999e1a545 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/raw_vec.rs:457:19
    #6 0x61cfe875ad68 in alloc::raw_vec::RawVec$LT$T$C$A$GT$::reserve_for_push::h32e33814c477ca77 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/raw_vec.rs:342:24
    #7 0x61cfd8ee4821 in smithay_client_toolkit::data_device_manager::data_offer::DataOfferData::push_mime_type::hcfc233580af866ef /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/src/data_device_manager/data_offer.rs:195:9
    #8 0x61cfd804f126 in smithay_client_toolkit::data_device_manager::data_offer::_$LT$impl$u20$wayland_client..event_queue..Dispatch$LT$wayland_client..protocol..wl_data_offer..WlDataOffer$C$smithay_client_toolkit..data_device_manager..data_offer..DataOfferData$C$D$GT$$u20$for$u20$smithay_client_toolkit..data_device_manager..DataDeviceManagerState$GT$::event::h3c6bde9930dbcda2 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/src/data_device_manager/data_offer.rs:376:17
    #9 0x61cfd7fc2221 in _$LT$smithay_clipboard..state..State$u20$as$u20$wayland_client..event_queue..Dispatch$LT$wayland_client..protocol..wl_data_offer..WlDataOffer$C$smithay_client_toolkit..data_device_manager..data_offer..DataOfferData$GT$$GT$::event::h66cad4565ede2834 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.3/src/event_queue.rs:802:17
    #10 0x61cfd7f820eb in wayland_client::event_queue::EventQueue$LT$State$GT$::dispatching_impl::h0924462308d45ef8 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.3/src/event_queue.rs:482:13
    #11 0x61cfd7f81d97 in wayland_client::event_queue::EventQueue$LT$State$GT$::dispatch_pending::h00b4a3ea0e3b70e2 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.3/src/event_queue.rs:388:9
    #12 0x61cfd7fb9948 in _$LT$calloop_wayland_source..WaylandSource$LT$D$GT$$u20$as$u20$calloop..sources..EventSource$GT$::process_events::h4060b98f248e5875 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-wayland-source-0.2.0/src/lib.rs:154:9
    #13 0x61cfd7fd4d23 in _$LT$core..cell..RefCell$LT$calloop..sources..DispatcherInner$LT$S$C$F$GT$$GT$$u20$as$u20$calloop..sources..EventDispatcher$LT$Data$GT$$GT$::process_events::haef076bf6c4f8f76 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.12.4/src/sources/mod.rs:326:9
    #14 0x61cfd800555f in calloop::loop_logic::EventLoop$LT$Data$GT$::dispatch_events::he870d51bdc005cca /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.12.4/src/loop_logic.rs:445:31
    #15 0x61cfd8008f00 in calloop::loop_logic::EventLoop$LT$Data$GT$::dispatch::hc41733b6b7ddda64 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.12.4/src/loop_logic.rs:559:9
    #16 0x61cfd7ffabd3 in smithay_clipboard::worker::worker_impl::hc612c73673c4af5c /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-clipboard-0.7.1/src/worker.rs:98:12
    #17 0x61cfd7ff9d39 in smithay_clipboard::worker::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hba609dfa7d9bcc45 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-clipboard-0.7.1/src/worker.rs:23:13
    #18 0x61cfd7f9dc48 in std::sys_common::backtrace::__rust_begin_short_backtrace::h71b0cc83cba38869 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys_common/backtrace.rs:155:18
    #19 0x61cfd7fc2f7b in _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf8381b881a3bf37e /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/panic/unwind_safe.rs:272:9
    #20 0x61cfd7f8ca46 in std::panicking::try::do_call::hec025d465844a1a7 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:552:40
    #21 0x61cfd7f8e7ea in __rust_try smithay_clipboard.9d515c25b2f5b791-cgu.01
    #22 0x61cfd7fdee09 in std::panic::catch_unwind::hb200e74a23b4b023 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panic.rs:146:14
    #23 0x61cfd805ff2e in core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hc8af8c10103e8a9e /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5
    #24 0x61cfe8781a56 in _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h2fd2c3854b095d3a /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/boxed.rs:2020:9
    #25 0x61cfe86d1a13 in std::sys::pal::unix::thread::Thread::new::thread_start::hc5bdc4f7973b0d3d /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/thread.rs:108:17
    #26 0x61cfd78c6a28 in asan_thread_start(void*) /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 216 byte(s) in 1 object(s) allocated from:
    #0 0x61cfd78c8e7f in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x61cfe1702aab in std::sys::pal::unix::alloc::_$LT$impl$u20$core..alloc..global..GlobalAlloc$u20$for$u20$std..alloc..System$GT$::alloc::ha527a5cee3df20ab /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/alloc.rs:14:13
    #2 0x61cfe1702671 in __rust_alloc /home/rhetenor/Projects/servo/components/allocator/lib.rs:8:15
    #3 0x61cfd7f933d4 in alloc::alloc::Global::alloc_impl::h38feb7edc0b3cf7c /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/alloc.rs:183:73
    #4 0x61cfd7f93928 in _$LT$alloc..alloc..Global$u20$as$u20$core..alloc..Allocator$GT$::allocate::hde087f5b7f715d82 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/alloc.rs:243:9
    #5 0x61cfd8047e8b in _$LT$alloc..sync..Arc$LT$T$GT$$u20$as$u20$core..default..Default$GT$::default::h5a5b8e9b13acf4f7 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/sync.rs:3286:9
    #6 0x61cfd804d266 in _$LT$smithay_client_toolkit..data_device_manager..data_offer..DataOfferData$u20$as$u20$core..default..Default$GT$::default::h29a16c1c452473ec /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/src/data_device_manager/data_offer.rs:184:5
    #7 0x61cfd7fc230c in _$LT$smithay_clipboard..state..State$u20$as$u20$wayland_client..event_queue..Dispatch$LT$wayland_client..protocol..wl_data_device..WlDataDevice$C$smithay_client_toolkit..data_device_manager..data_device..DataDeviceData$GT$$GT$::event_created_child::h8fdf0a2b4028ffad /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.3/src/event_queue.rs:809:17
    #8 0x61cfd90a51f3 in wayland_backend::sys::client_impl::dispatcher_func::_$u7b$$u7b$closure$u7d$$u7d$::hab98fcc7a50bcaf8 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/src/sys/client_impl/mod.rs:981:9
    #9 0x61cfd90aa8f7 in scoped_tls::ScopedKey$LT$T$GT$::with::h149ea59809620653 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scoped-tls-1.0.1/src/lib.rs:171:13
    #10 0x61cfd90a22e7 in wayland_backend::sys::client_impl::dispatcher_func::h69b352393b14a43e /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/src/sys/client_impl/mod.rs:972:15
    #11 0x7ee6a9bc4046  (/usr/lib/libwayland-client.so.0+0x5046) (BuildId: 34398f92678b3073349ec46e8a10900e41832ec1)
    #12 0x7ee6a9bc44f2 in wl_display_dispatch_queue_pending (/usr/lib/libwayland-client.so.0+0x54f2) (BuildId: 34398f92678b3073349ec46e8a10900e41832ec1)
    #13 0x61cfd909b45e in wayland_backend::sys::client_impl::Dispatcher::dispatch_pending::_$u7b$$u7b$closure$u7d$$u7d$::h5ebfc3fd7475634d /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/src/sys/client_impl/mod.rs:393:17
    #14 0x61cfd909af2d in wayland_backend::sys::client_impl::Dispatcher::dispatch_pending::h783f800fff6b972b /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/src/sys/client_impl/mod.rs:389:19
    #15 0x61cfd909bf8e in wayland_backend::sys::client_impl::InnerReadEventsGuard::read::h4ee73c0cf5a0b548 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/src/sys/client_impl/mod.rs:467:13
    #16 0x61cfd80832e3 in wayland_backend::sys::client::ReadEventsGuard::read::h8c8842f566e675b1 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/src/sys/../client_api.rs:330:9
    #17 0x61cfd80600ee in core::ops::function::FnOnce::call_once::h566144f5ccff82ba /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5
    #18 0x61cfd8071a4e in core::option::Option$LT$T$GT$::map::h8391f57d004c2461 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/option.rs:1073:29
    #19 0x61cfd7fb9e3d in _$LT$calloop_wayland_source..WaylandSource$LT$D$GT$$u20$as$u20$calloop..sources..EventSource$GT$::before_handle_events::h896d03f0debc1367 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-wayland-source-0.2.0/src/lib.rs:208:55
    #20 0x61cfd7fd5727 in _$LT$core..cell..RefCell$LT$calloop..sources..DispatcherInner$LT$S$C$F$GT$$GT$$u20$as$u20$calloop..sources..EventDispatcher$LT$Data$GT$$GT$::before_handle_events::h9fd5daeffd6a0bd5 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.12.4/src/sources/mod.rs:388:9
    #21 0x61cfd80049fc in calloop::loop_logic::EventLoop$LT$Data$GT$::dispatch_events::he870d51bdc005cca /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.12.4/src/loop_logic.rs:419:25
    #22 0x61cfd8008f00 in calloop::loop_logic::EventLoop$LT$Data$GT$::dispatch::hc41733b6b7ddda64 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.12.4/src/loop_logic.rs:559:9
    #23 0x61cfd7ffabd3 in smithay_clipboard::worker::worker_impl::hc612c73673c4af5c /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-clipboard-0.7.1/src/worker.rs:98:12
    #24 0x61cfd7ff9d39 in smithay_clipboard::worker::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hba609dfa7d9bcc45 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-clipboard-0.7.1/src/worker.rs:23:13
    #25 0x61cfd7f9dc48 in std::sys_common::backtrace::__rust_begin_short_backtrace::h71b0cc83cba38869 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys_common/backtrace.rs:155:18
    #26 0x61cfd7fc2f7b in _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf8381b881a3bf37e /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/panic/unwind_safe.rs:272:9
    #27 0x61cfd7f8ca46 in std::panicking::try::do_call::hec025d465844a1a7 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:552:40
    #28 0x61cfd7f8e7ea in __rust_try smithay_clipboard.9d515c25b2f5b791-cgu.01
    #29 0x61cfd7fdee09 in std::panic::catch_unwind::hb200e74a23b4b023 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panic.rs:146:14

Indirect leak of 192 byte(s) in 1 object(s) allocated from:
    #0 0x61cfd78c8e7f in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x61cfe1702aab in std::sys::pal::unix::alloc::_$LT$impl$u20$core..alloc..global..GlobalAlloc$u20$for$u20$std..alloc..System$GT$::alloc::ha527a5cee3df20ab /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/alloc.rs:14:13
    #2 0x61cfe1702671 in __rust_alloc /home/rhetenor/Projects/servo/components/allocator/lib.rs:8:15
    #3 0x61cfd90affc4 in alloc::alloc::Global::alloc_impl::h4f50aff0c2da751a /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/alloc.rs:183:73
    #4 0x61cfd90b04d8 in _$LT$alloc..alloc..Global$u20$as$u20$core..alloc..Allocator$GT$::allocate::hc44d5418beb3721f /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/alloc.rs:243:9
    #5 0x61cfd9098deb in wayland_backend::sys::client_impl::InnerBackend::from_foreign_display::h7b10e86e0c0ed1ec /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/src/sys/client_impl/mod.rs:275:20
    #6 0x61cfd90b12dd in wayland_backend::sys::_$LT$impl$u20$wayland_backend..sys..client..Backend$GT$::from_foreign_display::hbc24f67cd7e3dc6e /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/src/sys/mod.rs:82:34
    #7 0x61cfd7f73d9e in egui_winit::clipboard::init_smithay_clipboard::h55312b3220560f7b /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui-winit-0.26.2/src/clipboard.rs:145:23
    #8 0x61cfd7f72232 in egui_winit::clipboard::Clipboard::new::h7e2a0f0d370f480d /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui-winit-0.26.2/src/clipboard.rs:44:22
    #9 0x61cfd7f3d7a6 in egui_winit::State::new::h5acec224936bf4d1 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui-winit-0.26.2/src/lib.rs:129:24
    #10 0x61cfd7d6e022 in servoshell::desktop::egui_glue::EguiGlow::new::ha57f7388c900544c /home/rhetenor/Projects/servo/ports/servoshell/desktop/egui_glue.rs:67:25
    #11 0x61cfd7be6d28 in servoshell::desktop::minibrowser::Minibrowser::new::h76a7d4a1667ed536 /home/rhetenor/Projects/servo/ports/servoshell/desktop/minibrowser.rs:74:23
    #12 0x61cfd78fcdc4 in servoshell::desktop::app::App::run::hb81efe0bf33d093b /home/rhetenor/Projects/servo/ports/servoshell/desktop/app.rs:117:17
    #13 0x61cfd78f4f64 in servoshell::desktop::cli::main::h416329a983336405 /home/rhetenor/Projects/servo/ports/servoshell/desktop/cli.rs:96:5
    #14 0x61cfd78f3eb5 in servoshell::main::h52b84ba2e6042ff6 /home/rhetenor/Projects/servo/ports/servoshell/lib.rs:38:5
    #15 0x61cfe86c7aea in std::panic::catch_unwind::h539947475e72d3a1 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panic.rs:146:14
    #16 0x61cfe86a6f31 in std::panicking::try::do_call::h6118e46ea61d7cba /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:552:40
    #17 0x61cfe86c7b1a in std::panic::catch_unwind::h74134aa2afc54b52 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panic.rs:146:14
    #18 0x61cfd78f3198 in std::rt::lang_start::hc3f9dbe9c25493fc /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/rt.rs:165:17
    #19 0x61cfd78f366d in main (/home/rhetenor/Projects/servo/target/x86_64-unknown-linux-gnu/debug/servo+0x296266d) (BuildId: 6995fc2974d0d4fd5a08f2736f4270221787d8ed)
    #20 0x7ee6a9f15d4b in __libc_start_main (/usr/lib/libc.so.6+0x25d4b) (BuildId: 32a656aa5562eece8c59a585f5eacd6cf5e2307b)
    #21 0x61cfd7843f54 in _start (/home/rhetenor/Projects/servo/target/x86_64-unknown-linux-gnu/debug/servo+0x28b2f54) (BuildId: 6995fc2974d0d4fd5a08f2736f4270221787d8ed)

Indirect leak of 114 byte(s) in 9 object(s) allocated from:
    #0 0x61cfd78c8e7f in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x61cfe1702aab in std::sys::pal::unix::alloc::_$LT$impl$u20$core..alloc..global..GlobalAlloc$u20$for$u20$std..alloc..System$GT$::alloc::ha527a5cee3df20ab /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/alloc.rs:14:13
    #2 0x61cfe1702671 in __rust_alloc /home/rhetenor/Projects/servo/components/allocator/lib.rs:8:15
    #3 0x61cfe884f694 in alloc::alloc::Global::alloc_impl::h3624e2a172598689 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/alloc.rs:183:73
    #4 0x61cfe884fe98 in _$LT$alloc..alloc..Global$u20$as$u20$core..alloc..Allocator$GT$::allocate::h93f5f1eec6d6e04f /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/alloc.rs:243:9
    #5 0x61cfe884bf08 in alloc::raw_vec::RawVec$LT$T$C$A$GT$::with_capacity_in::he491b318044317de /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/raw_vec.rs:155:24
    #6 0x61cfe885f3c5 in alloc::vec::Vec$LT$T$C$A$GT$::with_capacity_in::h166f416fc6b9326c /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/vec/mod.rs:688:20
    #7 0x61cfe885cfab in alloc::slice::hack::to_vec::hc8a48bd58b6d30f7 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/slice.rs:111:9
    #8 0x61cfe8865983 in alloc::borrow::Cow$LT$B$GT$::into_owned::hb13afbe1285cef7f /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/borrow.rs:325:35
    #9 0x61cfd7f7ec10 in wayland_client::event_queue::queue_callback::h9457d669920ddf8c /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.3/src/event_queue.rs:658:26
    #10 0x61cfd7f820eb in wayland_client::event_queue::EventQueue$LT$State$GT$::dispatching_impl::h0924462308d45ef8 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.3/src/event_queue.rs:482:13
    #11 0x61cfd7f81d97 in wayland_client::event_queue::EventQueue$LT$State$GT$::dispatch_pending::h00b4a3ea0e3b70e2 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.3/src/event_queue.rs:388:9
    #12 0x61cfd7fb9948 in _$LT$calloop_wayland_source..WaylandSource$LT$D$GT$$u20$as$u20$calloop..sources..EventSource$GT$::process_events::h4060b98f248e5875 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-wayland-source-0.2.0/src/lib.rs:154:9
    #13 0x61cfd7fd4d23 in _$LT$core..cell..RefCell$LT$calloop..sources..DispatcherInner$LT$S$C$F$GT$$GT$$u20$as$u20$calloop..sources..EventDispatcher$LT$Data$GT$$GT$::process_events::haef076bf6c4f8f76 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.12.4/src/sources/mod.rs:326:9
    #14 0x61cfd800555f in calloop::loop_logic::EventLoop$LT$Data$GT$::dispatch_events::he870d51bdc005cca /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.12.4/src/loop_logic.rs:445:31
    #15 0x61cfd8008f00 in calloop::loop_logic::EventLoop$LT$Data$GT$::dispatch::hc41733b6b7ddda64 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.12.4/src/loop_logic.rs:559:9
    #16 0x61cfd7ffabd3 in smithay_clipboard::worker::worker_impl::hc612c73673c4af5c /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-clipboard-0.7.1/src/worker.rs:98:12
    #17 0x61cfd7ff9d39 in smithay_clipboard::worker::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hba609dfa7d9bcc45 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-clipboard-0.7.1/src/worker.rs:23:13
    #18 0x61cfd7f9dc48 in std::sys_common::backtrace::__rust_begin_short_backtrace::h71b0cc83cba38869 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys_common/backtrace.rs:155:18
    #19 0x61cfd7fc2f7b in _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf8381b881a3bf37e /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/panic/unwind_safe.rs:272:9
    #20 0x61cfd7f8ca46 in std::panicking::try::do_call::hec025d465844a1a7 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:552:40
    #21 0x61cfd7f8e7ea in __rust_try smithay_clipboard.9d515c25b2f5b791-cgu.01
    #22 0x61cfd7fdee09 in std::panic::catch_unwind::hb200e74a23b4b023 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panic.rs:146:14
    #23 0x61cfd805ff2e in core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hc8af8c10103e8a9e /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5
    #24 0x61cfe8781a56 in _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h2fd2c3854b095d3a /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/boxed.rs:2020:9
    #25 0x61cfe86d1a13 in std::sys::pal::unix::thread::Thread::new::thread_start::hc5bdc4f7973b0d3d /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/thread.rs:108:17
    #26 0x61cfd78c6a28 in asan_thread_start(void*) /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 80 byte(s) in 1 object(s) allocated from:
    #0 0x61cfd78c8e7f in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x61cfe1702aab in std::sys::pal::unix::alloc::_$LT$impl$u20$core..alloc..global..GlobalAlloc$u20$for$u20$std..alloc..System$GT$::alloc::ha527a5cee3df20ab /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/alloc.rs:14:13
    #2 0x61cfe1702671 in __rust_alloc /home/rhetenor/Projects/servo/components/allocator/lib.rs:8:15
    #3 0x61cfd7f933d4 in alloc::alloc::Global::alloc_impl::h38feb7edc0b3cf7c /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/alloc.rs:183:73
    #4 0x61cfd7f93928 in _$LT$alloc..alloc..Global$u20$as$u20$core..alloc..Allocator$GT$::allocate::hde087f5b7f715d82 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/alloc.rs:243:9
    #5 0x61cfd7f825d3 in wayland_client::event_queue::EventQueue$LT$State$GT$::new::he4fa71f6be6b9eec /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.3/src/event_queue.rs:366:21
    #6 0x61cfd7ffb6d5 in wayland_client::conn::Connection::new_event_queue::h350ffef8bb9b07fb /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.3/src/conn.rs:107:9
    #7 0x61cfd7ffa20c in smithay_clipboard::worker::worker_impl::hc612c73673c4af5c /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-clipboard-0.7.1/src/worker.rs:49:40
    #8 0x61cfd7ff9d39 in smithay_clipboard::worker::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hba609dfa7d9bcc45 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-clipboard-0.7.1/src/worker.rs:23:13
    #9 0x61cfd7f9dc48 in std::sys_common::backtrace::__rust_begin_short_backtrace::h71b0cc83cba38869 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys_common/backtrace.rs:155:18
    #10 0x61cfd7fc2f7b in _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf8381b881a3bf37e /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/panic/unwind_safe.rs:272:9
    #11 0x61cfd7f8ca46 in std::panicking::try::do_call::hec025d465844a1a7 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:552:40
    #12 0x61cfd7f8e7ea in __rust_try smithay_clipboard.9d515c25b2f5b791-cgu.01
    #13 0x61cfd7fdee09 in std::panic::catch_unwind::hb200e74a23b4b023 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panic.rs:146:14
    #14 0x61cfd805ff2e in core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hc8af8c10103e8a9e /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5
    #15 0x61cfe8781a56 in _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h2fd2c3854b095d3a /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/boxed.rs:2020:9
    #16 0x61cfe86d1a13 in std::sys::pal::unix::thread::Thread::new::thread_start::hc5bdc4f7973b0d3d /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/thread.rs:108:17
    #17 0x61cfd78c6a28 in asan_thread_start(void*) /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x61cfd78c8e7f in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x61cfe1702aab in std::sys::pal::unix::alloc::_$LT$impl$u20$core..alloc..global..GlobalAlloc$u20$for$u20$std..alloc..System$GT$::alloc::ha527a5cee3df20ab /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/alloc.rs:14:13
    #2 0x61cfe1702671 in __rust_alloc /home/rhetenor/Projects/servo/components/allocator/lib.rs:8:15
    #3 0x61cfd7f933d4 in alloc::alloc::Global::alloc_impl::h38feb7edc0b3cf7c /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/alloc.rs:183:73
    #4 0x61cfd7f93928 in _$LT$alloc..alloc..Global$u20$as$u20$core..alloc..Allocator$GT$::allocate::hde087f5b7f715d82 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/alloc.rs:243:9
    #5 0x61cfd7f8452f in wayland_client::event_queue::QueueHandle$LT$State$GT$::make_data::hdcfc6f7825669461 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.3/src/event_queue.rs:618:9
    #6 0x61cfd804faa0 in smithay_client_toolkit::data_device_manager::data_device::_$LT$impl$u20$wayland_client..event_queue..Dispatch$LT$wayland_client..protocol..wl_data_device..WlDataDevice$C$smithay_client_toolkit..data_device_manager..data_device..DataDeviceData$C$D$GT$$u20$for$u20$smithay_client_toolkit..data_device_manager..DataDeviceManagerState$GT$::event_created_child::h9326e0cc80321945 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.3/src/event_queue.rs:179:25
    #7 0x61cfd7fc230c in _$LT$smithay_clipboard..state..State$u20$as$u20$wayland_client..event_queue..Dispatch$LT$wayland_client..protocol..wl_data_device..WlDataDevice$C$smithay_client_toolkit..data_device_manager..data_device..DataDeviceData$GT$$GT$::event_created_child::h8fdf0a2b4028ffad /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.3/src/event_queue.rs:809:17
    #8 0x61cfd90a51f3 in wayland_backend::sys::client_impl::dispatcher_func::_$u7b$$u7b$closure$u7d$$u7d$::hab98fcc7a50bcaf8 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/src/sys/client_impl/mod.rs:981:9
    #9 0x61cfd90aa8f7 in scoped_tls::ScopedKey$LT$T$GT$::with::h149ea59809620653 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scoped-tls-1.0.1/src/lib.rs:171:13
    #10 0x61cfd90a22e7 in wayland_backend::sys::client_impl::dispatcher_func::h69b352393b14a43e /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/src/sys/client_impl/mod.rs:972:15
    #11 0x7ee6a9bc4046  (/usr/lib/libwayland-client.so.0+0x5046) (BuildId: 34398f92678b3073349ec46e8a10900e41832ec1)
    #12 0x7ee6a9bc44f2 in wl_display_dispatch_queue_pending (/usr/lib/libwayland-client.so.0+0x54f2) (BuildId: 34398f92678b3073349ec46e8a10900e41832ec1)
    #13 0x61cfd909b45e in wayland_backend::sys::client_impl::Dispatcher::dispatch_pending::_$u7b$$u7b$closure$u7d$$u7d$::h5ebfc3fd7475634d /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/src/sys/client_impl/mod.rs:393:17
    #14 0x61cfd909af2d in wayland_backend::sys::client_impl::Dispatcher::dispatch_pending::h783f800fff6b972b /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/src/sys/client_impl/mod.rs:389:19
    #15 0x61cfd909bf8e in wayland_backend::sys::client_impl::InnerReadEventsGuard::read::h4ee73c0cf5a0b548 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/src/sys/client_impl/mod.rs:467:13
    #16 0x61cfd80832e3 in wayland_backend::sys::client::ReadEventsGuard::read::h8c8842f566e675b1 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/src/sys/../client_api.rs:330:9
    #17 0x61cfd80600ee in core::ops::function::FnOnce::call_once::h566144f5ccff82ba /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5
    #18 0x61cfd8071a4e in core::option::Option$LT$T$GT$::map::h8391f57d004c2461 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/option.rs:1073:29
    #19 0x61cfd7fb9e3d in _$LT$calloop_wayland_source..WaylandSource$LT$D$GT$$u20$as$u20$calloop..sources..EventSource$GT$::before_handle_events::h896d03f0debc1367 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-wayland-source-0.2.0/src/lib.rs:208:55
    #20 0x61cfd7fd5727 in _$LT$core..cell..RefCell$LT$calloop..sources..DispatcherInner$LT$S$C$F$GT$$GT$$u20$as$u20$calloop..sources..EventDispatcher$LT$Data$GT$$GT$::before_handle_events::h9fd5daeffd6a0bd5 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.12.4/src/sources/mod.rs:388:9
    #21 0x61cfd80049fc in calloop::loop_logic::EventLoop$LT$Data$GT$::dispatch_events::he870d51bdc005cca /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.12.4/src/loop_logic.rs:419:25
    #22 0x61cfd8008f00 in calloop::loop_logic::EventLoop$LT$Data$GT$::dispatch::hc41733b6b7ddda64 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.12.4/src/loop_logic.rs:559:9
    #23 0x61cfd7ffabd3 in smithay_clipboard::worker::worker_impl::hc612c73673c4af5c /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-clipboard-0.7.1/src/worker.rs:98:12
    #24 0x61cfd7ff9d39 in smithay_clipboard::worker::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hba609dfa7d9bcc45 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-clipboard-0.7.1/src/worker.rs:23:13
    #25 0x61cfd7f9dc48 in std::sys_common::backtrace::__rust_begin_short_backtrace::h71b0cc83cba38869 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys_common/backtrace.rs:155:18
    #26 0x61cfd7fc2f7b in _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf8381b881a3bf37e /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/panic/unwind_safe.rs:272:9
    #27 0x61cfd7f8ca46 in std::panicking::try::do_call::hec025d465844a1a7 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:552:40
    #28 0x61cfd7f8e7ea in __rust_try smithay_clipboard.9d515c25b2f5b791-cgu.01
    #29 0x61cfd7fdee09 in std::panic::catch_unwind::hb200e74a23b4b023 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panic.rs:146:14

Indirect leak of 24 byte(s) in 1 object(s) allocated from:
    #0 0x61cfd78c8e7f in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x61cfe1702aab in std::sys::pal::unix::alloc::_$LT$impl$u20$core..alloc..global..GlobalAlloc$u20$for$u20$std..alloc..System$GT$::alloc::ha527a5cee3df20ab /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/alloc.rs:14:13
    #2 0x61cfe1702671 in __rust_alloc /home/rhetenor/Projects/servo/components/allocator/lib.rs:8:15
    #3 0x61cfd90affc4 in alloc::alloc::Global::alloc_impl::h4f50aff0c2da751a /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/alloc.rs:183:73
    #4 0x61cfd90b04d8 in _$LT$alloc..alloc..Global$u20$as$u20$core..alloc..Allocator$GT$::allocate::hc44d5418beb3721f /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/alloc.rs:243:9
    #5 0x7ee6a9bc4046  (/usr/lib/libwayland-client.so.0+0x5046) (BuildId: 34398f92678b3073349ec46e8a10900e41832ec1)
    #6 0x7ee6a9bc44f2 in wl_display_dispatch_queue_pending (/usr/lib/libwayland-client.so.0+0x54f2) (BuildId: 34398f92678b3073349ec46e8a10900e41832ec1)
    #7 0x61cfd909b45e in wayland_backend::sys::client_impl::Dispatcher::dispatch_pending::_$u7b$$u7b$closure$u7d$$u7d$::h5ebfc3fd7475634d /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/src/sys/client_impl/mod.rs:393:17
    #8 0x61cfd909af2d in wayland_backend::sys::client_impl::Dispatcher::dispatch_pending::h783f800fff6b972b /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/src/sys/client_impl/mod.rs:389:19
    #9 0x61cfd909bf8e in wayland_backend::sys::client_impl::InnerReadEventsGuard::read::h4ee73c0cf5a0b548 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/src/sys/client_impl/mod.rs:467:13
    #10 0x61cfd80832e3 in wayland_backend::sys::client::ReadEventsGuard::read::h8c8842f566e675b1 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/src/sys/../client_api.rs:330:9
    #11 0x61cfd80600ee in core::ops::function::FnOnce::call_once::h566144f5ccff82ba /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5
    #12 0x61cfd8071a4e in core::option::Option$LT$T$GT$::map::h8391f57d004c2461 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/option.rs:1073:29
    #13 0x61cfd7fb9e3d in _$LT$calloop_wayland_source..WaylandSource$LT$D$GT$$u20$as$u20$calloop..sources..EventSource$GT$::before_handle_events::h896d03f0debc1367 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-wayland-source-0.2.0/src/lib.rs:208:55
    #14 0x61cfd7fd5727 in _$LT$core..cell..RefCell$LT$calloop..sources..DispatcherInner$LT$S$C$F$GT$$GT$$u20$as$u20$calloop..sources..EventDispatcher$LT$Data$GT$$GT$::before_handle_events::h9fd5daeffd6a0bd5 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.12.4/src/sources/mod.rs:388:9
    #15 0x61cfd80049fc in calloop::loop_logic::EventLoop$LT$Data$GT$::dispatch_events::he870d51bdc005cca /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.12.4/src/loop_logic.rs:419:25
    #16 0x61cfd8008f00 in calloop::loop_logic::EventLoop$LT$Data$GT$::dispatch::hc41733b6b7ddda64 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.12.4/src/loop_logic.rs:559:9
    #17 0x61cfd7ffabd3 in smithay_clipboard::worker::worker_impl::hc612c73673c4af5c /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-clipboard-0.7.1/src/worker.rs:98:12
    #18 0x61cfd7ff9d39 in smithay_clipboard::worker::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hba609dfa7d9bcc45 /home/rhetenor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-clipboard-0.7.1/src/worker.rs:23:13
    #19 0x61cfd7f9dc48 in std::sys_common::backtrace::__rust_begin_short_backtrace::h71b0cc83cba38869 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys_common/backtrace.rs:155:18
    #20 0x61cfd7fc2f7b in _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf8381b881a3bf37e /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/panic/unwind_safe.rs:272:9
    #21 0x61cfd7f8ca46 in std::panicking::try::do_call::hec025d465844a1a7 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:552:40
    #22 0x61cfd7f8e7ea in __rust_try smithay_clipboard.9d515c25b2f5b791-cgu.01
    #23 0x61cfd7fdee09 in std::panic::catch_unwind::hb200e74a23b4b023 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panic.rs:146:14
    #24 0x61cfd805ff2e in core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hc8af8c10103e8a9e /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5
    #25 0x61cfe8781a56 in _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h2fd2c3854b095d3a /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/boxed.rs:2020:9
    #26 0x61cfe86d1a13 in std::sys::pal::unix::thread::Thread::new::thread_start::hc5bdc4f7973b0d3d /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/thread.rs:108:17
    #27 0x61cfd78c6a28 in asan_thread_start(void*) /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 16 byte(s) in 1 object(s) allocated from:
    #0 0x61cfd78c8e7f in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x61cfe1702aab in std::sys::pal::unix::alloc::_$LT$impl$u20$core..alloc..global..GlobalAlloc$u20$for$u20$std..alloc..System$GT$::alloc::ha527a5cee3df20ab /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/alloc.rs:14:13
    #2 0x61cfe1702671 in __rust_alloc /home/rhetenor/Projects/servo/components/allocator/lib.rs:8:15
    #3 0x61cfdea76b54 in alloc::alloc::Global::alloc_impl::h5952de214edffbd9 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/alloc.rs:183:73
    #4 0x61cfdea77658 in _$LT$alloc..alloc..Global$u20$as$u20$core..alloc..Allocator$GT$::allocate::hf523b7ce5d4e61ee /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/alloc.rs:243:9
    #5 0x61cfdc6ecc3a in script::script_thread::ScriptThread::new::h28125789cc6985ca /home/rhetenor/Projects/servo/components/script/script_thread.rs:1297:13
    #6 0x61cfdcfffe04 in _$LT$script..script_thread..ScriptThread$u20$as$u20$script_layout_interface..ScriptThreadFactory$GT$::create::_$u7b$$u7b$closure$u7d$$u7d$::h8fc93d7bc3b695db /home/rhetenor/Projects/servo/components/script/script_thread.rs:814:37
    #7 0x61cfdd092218 in std::sys_common::backtrace::__rust_begin_short_backtrace::h2e664b4d9d62a06d /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys_common/backtrace.rs:155:18
    #8 0x61cfdca64180 in _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h24450773718100bd /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/panic/unwind_safe.rs:272:9
    #9 0x61cfdc2d211e in std::panicking::try::do_call::he1de23cd2648e563 /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:552:40
    #10 0x61cfdc2e7d1a in __rust_try 2khri761y8r1cabc
    #11 0x61cfde3199a9 in std::panic::catch_unwind::hc39bf968acdf290b /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panic.rs:146:14
    #12 0x61cfdada0a9e in core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h5046e8ee9392a4ed /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5
    #13 0x61cfe8781a56 in _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h2fd2c3854b095d3a /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/boxed.rs:2020:9
    #14 0x61cfe86d1a13 in std::sys::pal::unix::thread::Thread::new::thread_start::hc5bdc4f7973b0d3d /home/rhetenor/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/pal/unix/thread.rs:108:17
    #15 0x61cfd78c6a28 in asan_thread_start(void*) /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp:239:28

-----------------------------------------------------
Suppressions used:
  count      bytes template
      1       9240 style::sharing::SHARING_CACHE_KEY::__init
      2       1904 lazy_static::lazy::Lazy*::get
-----------------------------------------------------

SUMMARY: AddressSanitizer: 8770 byte(s) leaked in 19 allocation(s).

from servo.

ede1998 avatar ede1998 commented on September 24, 2024

@sagudev This issue is not really completed, is it?

from servo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.