Skip to content

Instantly share code, notes, and snippets.

@i509VCB

i509VCB/wayland Secret

Created March 10, 2023 06:15
Show Gist options
  • Save i509VCB/e5d8cb5cf4d84bb8f4f1b93dd975fd55 to your computer and use it in GitHub Desktop.
Save i509VCB/e5d8cb5cf4d84bb8f4f1b93dd975fd55 to your computer and use it in GitHub Desktop.
==67435==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 512 byte(s) in 1 object(s) allocated from:
#0 0x5644b9ca0406 in __interceptor_realloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:85:3
#1 0x7fd6d41bbc9e (<unknown module>)
Direct leak of 512 byte(s) in 1 object(s) allocated from:
#0 0x5644b9ca0406 in __interceptor_realloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:85:3
#1 0x7fd6c52be67e (<unknown module>)
Direct leak of 512 byte(s) in 1 object(s) allocated from:
#0 0x5644b9ca0406 in __interceptor_realloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:85:3
#1 0x7fd6c98773de (<unknown module>)
Direct leak of 28 byte(s) in 2 object(s) allocated from:
#0 0x5644b9c8a663 in strdup /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp:454:3
#1 0x7fd6c58e6e4c (<unknown module>)
Indirect leak of 21176 byte(s) in 1 object(s) allocated from:
#0 0x5644b9ca01c8 in __interceptor_calloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:77:3
#1 0x7fd6d573bd15 in xcb_connect_to_fd (/usr/lib/libxcb.so.1+0xfd15) (BuildId: f91cf228ed88bb657ff0eac72aa1b9eb1d9610c9)
Indirect leak of 16384 byte(s) in 1 object(s) allocated from:
#0 0x5644b9ca01c8 in __interceptor_calloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:77:3
#1 0x7fd6c6e69996 (<unknown module>)
Indirect leak of 15232 byte(s) in 2 object(s) allocated from:
#0 0x5644b9ca01c8 in __interceptor_calloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:77:3
#1 0x7fd6c6e69cec (<unknown module>)
Indirect leak of 6740 byte(s) in 1 object(s) allocated from:
#0 0x5644b9ca0406 in __interceptor_realloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:85:3
#1 0x7fd6d573bff7 in xcb_connect_to_fd (/usr/lib/libxcb.so.1+0xfff7) (BuildId: f91cf228ed88bb657ff0eac72aa1b9eb1d9610c9)
Indirect leak of 4720 byte(s) in 1 object(s) allocated from:
#0 0x5644b9ca01c8 in __interceptor_calloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:77:3
#1 0x7fd6c6e69684 (<unknown module>)
#2 0x5644bb6f00fd in _$LT$wgpu_hal..gles..egl..Instance$u20$as$u20$wgpu_hal..Instance$LT$wgpu_hal..gles..Api$GT$$GT$::init::h548a71b4ac89efd0 /home/i509vcb/Dev/Rust/wgpu/wgpu-hal/src/gles/egl.rs:685:13
#3 0x5644bb3d48be in wgpu_core::instance::Instance::new::init::hd604889cd993a465 /home/i509vcb/Dev/Rust/wgpu/wgpu-core/src/instance.rs:83:26
#4 0x5644bb4981e3 in wgpu_core::instance::Instance::new::h792de9f109b4d4fd /home/i509vcb/Dev/Rust/wgpu/wgpu-core/src/instance.rs:100:17
#5 0x5644ba6a00ad in wgpu_core::hub::Global$LT$G$GT$::new::hd40b7e1aada21754 /home/i509vcb/Dev/Rust/wgpu/wgpu-core/src/hub.rs:1114:23
#6 0x5644ba5a4eaf in _$LT$wgpu..backend..direct..Context$u20$as$u20$wgpu..context..Context$GT$::init::h9687df6d5f3e4b07 /home/i509vcb/Dev/Rust/wgpu/wgpu/src/backend/direct.rs:539:14
#7 0x5644baa065f6 in wgpu::Instance::new::h6f21936af5ce8620 /home/i509vcb/Dev/Rust/wgpu/wgpu/src/lib.rs:1331:32
#8 0x5644baa063e3 in _$LT$wgpu..Instance$u20$as$u20$core..default..Default$GT$::default::he9977d08561879c6 /home/i509vcb/Dev/Rust/wgpu/wgpu/src/lib.rs:1318:9
#9 0x5644b9d04787 in hello_triangle::run::_$u7b$$u7b$closure$u7d$$u7d$::h77bd4f949b075f5b /home/i509vcb/Dev/Rust/wgpu/wgpu/examples/hello-triangle/main.rs:11:20
#10 0x5644b9d75479 in pollster::block_on::h4cad812df4ab4314 /home/i509vcb/.cargo/registry/src/github.com-1ecc6299db9ec823/pollster-0.2.5/src/lib.rs:125:15
#11 0x5644b9cf8da1 in hello_triangle::main::ha09639e99240d3bb /home/i509vcb/Dev/Rust/wgpu/wgpu/examples/hello-triangle/main.rs:149:9
#12 0x5644b9db59ca in core::ops::function::FnOnce::call_once::h8ce50de7383e652e /home/i509vcb/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5
#13 0x5644b9dd5a33 in std::rt::lang_start::_$u7b$$u7b$closure$u7d$$u7d$::hd1894faa396b31a7 /home/i509vcb/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/rt.rs:166:18
#14 0x5644bd89296e in std::panicking::try::do_call::hdfa32d8fa395117f /home/i509vcb/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:483:40
#15 0x5644bd89fdca in __rust_try std.c3059b8f-cgu.5
#16 0x5644bd956da9 in std::panic::catch_unwind::h06f02d05c0284c93 /home/i509vcb/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panic.rs:140:14
#17 0x5644bd889ac0 in std::rt::lang_start_internal::_$u7b$$u7b$closure$u7d$$u7d$::h84a14f3f06f1d6fd /home/i509vcb/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/rt.rs:148:48
#18 0x5644bd892546 in std::panicking::try::do_call::h3b5de2b2c270f3c6 /home/i509vcb/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:483:40
#19 0x5644bd89fdca in __rust_try std.c3059b8f-cgu.5
#20 0x5644bd9570c9 in std::panic::catch_unwind::hadccb5534d87fd63 /home/i509vcb/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panic.rs:140:14
#21 0x5644bd8894f5 in std::rt::lang_start_internal::h634a367ca51a7cc3 /home/i509vcb/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/rt.rs:148:20
#22 0x5644b9dd598f in std::rt::lang_start::h1ba80819a7af56ec /home/i509vcb/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/rt.rs:165:17
#23 0x5644b9cf8f5d in main (/home/i509vcb/Dev/Rust/wgpu/target/x86_64-unknown-linux-gnu/debug/examples/hello-triangle+0x7f1f5d) (BuildId: 5f7a3fa8c7fb6da4a32c1408a57c5696376e6f28)
Indirect leak of 192 byte(s) in 1 object(s) allocated from:
#0 0x5644b9c9ffde in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3
#1 0x7fd6c6e60c86 (<unknown module>)
Indirect leak of 168 byte(s) in 1 object(s) allocated from:
#0 0x5644b9ca01c8 in __interceptor_calloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:77:3
#1 0x7fd6c6e69ff4 (<unknown module>)
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x5644b9c9ffde in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3
#1 0x7fd6c6e58d20 (<unknown module>)
Indirect leak of 152 byte(s) in 1 object(s) allocated from:
#0 0x5644b9ca01c8 in __interceptor_calloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:77:3
#1 0x7fd6c6ec972f (<unknown module>)
Indirect leak of 132 byte(s) in 1 object(s) allocated from:
#0 0x5644b9c9ffde in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3
#1 0x7fd6c6e6a194 (<unknown module>)
Indirect leak of 128 byte(s) in 1 object(s) allocated from:
#0 0x5644b9ca01c8 in __interceptor_calloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:77:3
#1 0x7fd6c6e6642f (<unknown module>)
Indirect leak of 128 byte(s) in 1 object(s) allocated from:
#0 0x5644b9ca01c8 in __interceptor_calloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:77:3
#1 0x7fd6c6e69b9a (<unknown module>)
Indirect leak of 112 byte(s) in 1 object(s) allocated from:
#0 0x5644b9ca01c8 in __interceptor_calloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:77:3
#1 0x7fd6c6e69c62 (<unknown module>)
Indirect leak of 112 byte(s) in 1 object(s) allocated from:
#0 0x5644b9ca01c8 in __interceptor_calloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:77:3
#1 0x7fd6c6e78193 (<unknown module>)
Indirect leak of 72 byte(s) in 1 object(s) allocated from:
#0 0x5644b9ca01c8 in __interceptor_calloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:77:3
#1 0x7fd6c6e699ed (<unknown module>)
Indirect leak of 48 byte(s) in 1 object(s) allocated from:
#0 0x5644b9c9ffde in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3
#1 0x7fd6c6e60cc7 (<unknown module>)
Indirect leak of 48 byte(s) in 1 object(s) allocated from:
#0 0x5644b9c9ffde in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3
#1 0x7fd6c6e60ca4 (<unknown module>)
Indirect leak of 48 byte(s) in 1 object(s) allocated from:
#0 0x5644b9c9ffde in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3
#1 0x7fd6c6e782ad (<unknown module>)
Indirect leak of 48 byte(s) in 1 object(s) allocated from:
#0 0x5644b9c9ffde in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3
#1 0x7fd6c6e78296 (<unknown module>)
Indirect leak of 40 byte(s) in 1 object(s) allocated from:
#0 0x5644b9c9ffde in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3
#1 0x7fd6c6e78632 (<unknown module>)
Indirect leak of 40 byte(s) in 1 object(s) allocated from:
#0 0x5644b9c9ffde in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3
#1 0x7fd6c6e60cb6 (<unknown module>)
Indirect leak of 32 byte(s) in 1 object(s) allocated from:
#0 0x5644b9ca0406 in __interceptor_realloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:85:3
#1 0x7fd6d573fd5f (/usr/lib/libxcb.so.1+0x13d5f) (BuildId: f91cf228ed88bb657ff0eac72aa1b9eb1d9610c9)
Indirect leak of 32 byte(s) in 1 object(s) allocated from:
#0 0x5644b9c9ffde in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3
#1 0x7fd6d5738bc3 (/usr/lib/libxcb.so.1+0xcbc3) (BuildId: f91cf228ed88bb657ff0eac72aa1b9eb1d9610c9)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x5644b9c9ffde in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3
#1 0x7fd6c6e768f6 (<unknown module>)
Indirect leak of 21 byte(s) in 1 object(s) allocated from:
#0 0x5644b9c9ffde in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3
#1 0x7fd6c6e69b07 (<unknown module>)
Indirect leak of 16 byte(s) in 1 object(s) allocated from:
#0 0x5644b9c9ffde in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3
#1 0x7fd6c6e60c6b (<unknown module>)
Indirect leak of 16 byte(s) in 1 object(s) allocated from:
#0 0x5644b9c9ffde in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3
#1 0x7fd6d573bdee in xcb_connect_to_fd (/usr/lib/libxcb.so.1+0xfdee) (BuildId: f91cf228ed88bb657ff0eac72aa1b9eb1d9610c9)
Indirect leak of 10 byte(s) in 1 object(s) allocated from:
#0 0x5644b9c8a663 in strdup /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp:454:3
#1 0x7fd6c6e66440 (<unknown module>)
Indirect leak of 3 byte(s) in 1 object(s) allocated from:
#0 0x5644b9c8a663 in strdup /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp:454:3
#1 0x7fd6c6e69699 (<unknown module>)
SUMMARY: AddressSanitizer: 67598 byte(s) leaked in 35 allocation(s).
==67668==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 512 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b7406 in __interceptor_realloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:85:3
#1 0x7f05067bbc9e (<unknown module>)
Direct leak of 512 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b7406 in __interceptor_realloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:85:3
#1 0x7f04f7abe67e (<unknown module>)
Direct leak of 512 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b7406 in __interceptor_realloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:85:3
#1 0x7f04fbe773de (<unknown module>)
Direct leak of 14 byte(s) in 1 object(s) allocated from:
#0 0x5598f41a1663 in strdup /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp:454:3
#1 0x7f04f80e6e4c (<unknown module>)
Indirect leak of 21176 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b71c8 in __interceptor_calloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:77:3
#1 0x7f0509c7bd15 in xcb_connect_to_fd (/usr/lib/libxcb.so.1+0xfd15) (BuildId: f91cf228ed88bb657ff0eac72aa1b9eb1d9610c9)
Indirect leak of 16384 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b71c8 in __interceptor_calloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:77:3
#1 0x7f05073ee996 in XOpenDisplay (/usr/lib/libX11.so.6+0x31996) (BuildId: 36b98fec62fe8a4676ed612e4fe45b31b3df71fc)
Indirect leak of 15232 byte(s) in 2 object(s) allocated from:
#0 0x5598f41b71c8 in __interceptor_calloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:77:3
#1 0x7f05073eecec in XOpenDisplay (/usr/lib/libX11.so.6+0x31cec) (BuildId: 36b98fec62fe8a4676ed612e4fe45b31b3df71fc)
Indirect leak of 6740 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b7406 in __interceptor_realloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:85:3
#1 0x7f0509c7bff7 in xcb_connect_to_fd (/usr/lib/libxcb.so.1+0xfff7) (BuildId: f91cf228ed88bb657ff0eac72aa1b9eb1d9610c9)
Indirect leak of 4720 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b71c8 in __interceptor_calloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:77:3
#1 0x7f05073ee684 in XOpenDisplay (/usr/lib/libX11.so.6+0x31684) (BuildId: 36b98fec62fe8a4676ed612e4fe45b31b3df71fc)
#2 0x5598f5c070fd in _$LT$wgpu_hal..gles..egl..Instance$u20$as$u20$wgpu_hal..Instance$LT$wgpu_hal..gles..Api$GT$$GT$::init::h548a71b4ac89efd0 /home/i509vcb/Dev/Rust/wgpu/wgpu-hal/src/gles/egl.rs:685:13
#3 0x5598f58eb8be in wgpu_core::instance::Instance::new::init::hd604889cd993a465 /home/i509vcb/Dev/Rust/wgpu/wgpu-core/src/instance.rs:83:26
#4 0x5598f59af1e3 in wgpu_core::instance::Instance::new::h792de9f109b4d4fd /home/i509vcb/Dev/Rust/wgpu/wgpu-core/src/instance.rs:100:17
#5 0x5598f4bb70ad in wgpu_core::hub::Global$LT$G$GT$::new::hd40b7e1aada21754 /home/i509vcb/Dev/Rust/wgpu/wgpu-core/src/hub.rs:1114:23
#6 0x5598f4abbeaf in _$LT$wgpu..backend..direct..Context$u20$as$u20$wgpu..context..Context$GT$::init::h9687df6d5f3e4b07 /home/i509vcb/Dev/Rust/wgpu/wgpu/src/backend/direct.rs:539:14
#7 0x5598f4f1d5f6 in wgpu::Instance::new::h6f21936af5ce8620 /home/i509vcb/Dev/Rust/wgpu/wgpu/src/lib.rs:1331:32
#8 0x5598f4f1d3e3 in _$LT$wgpu..Instance$u20$as$u20$core..default..Default$GT$::default::he9977d08561879c6 /home/i509vcb/Dev/Rust/wgpu/wgpu/src/lib.rs:1318:9
#9 0x5598f421b787 in hello_triangle::run::_$u7b$$u7b$closure$u7d$$u7d$::h77bd4f949b075f5b /home/i509vcb/Dev/Rust/wgpu/wgpu/examples/hello-triangle/main.rs:11:20
#10 0x5598f428c479 in pollster::block_on::h4cad812df4ab4314 /home/i509vcb/.cargo/registry/src/github.com-1ecc6299db9ec823/pollster-0.2.5/src/lib.rs:125:15
#11 0x5598f420fda1 in hello_triangle::main::ha09639e99240d3bb /home/i509vcb/Dev/Rust/wgpu/wgpu/examples/hello-triangle/main.rs:149:9
#12 0x5598f42cc9ca in core::ops::function::FnOnce::call_once::h8ce50de7383e652e /home/i509vcb/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5
#13 0x5598f42eca33 in std::rt::lang_start::_$u7b$$u7b$closure$u7d$$u7d$::hd1894faa396b31a7 /home/i509vcb/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/rt.rs:166:18
#14 0x5598f7da996e in std::panicking::try::do_call::hdfa32d8fa395117f /home/i509vcb/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:483:40
#15 0x5598f7db6dca in __rust_try std.c3059b8f-cgu.5
#16 0x5598f7e6dda9 in std::panic::catch_unwind::h06f02d05c0284c93 /home/i509vcb/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panic.rs:140:14
#17 0x5598f7da0ac0 in std::rt::lang_start_internal::_$u7b$$u7b$closure$u7d$$u7d$::h84a14f3f06f1d6fd /home/i509vcb/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/rt.rs:148:48
#18 0x5598f7da9546 in std::panicking::try::do_call::h3b5de2b2c270f3c6 /home/i509vcb/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:483:40
#19 0x5598f7db6dca in __rust_try std.c3059b8f-cgu.5
#20 0x5598f7e6e0c9 in std::panic::catch_unwind::hadccb5534d87fd63 /home/i509vcb/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panic.rs:140:14
#21 0x5598f7da04f5 in std::rt::lang_start_internal::h634a367ca51a7cc3 /home/i509vcb/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/rt.rs:148:20
#22 0x5598f42ec98f in std::rt::lang_start::h1ba80819a7af56ec /home/i509vcb/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/rt.rs:165:17
#23 0x5598f420ff5d in main (/home/i509vcb/Dev/Rust/wgpu/target/x86_64-unknown-linux-gnu/debug/examples/hello-triangle+0x7f1f5d) (BuildId: 5f7a3fa8c7fb6da4a32c1408a57c5696376e6f28)
Indirect leak of 192 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b6fde in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3
#1 0x7f05073e5c86 (/usr/lib/libX11.so.6+0x28c86) (BuildId: 36b98fec62fe8a4676ed612e4fe45b31b3df71fc)
Indirect leak of 168 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b71c8 in __interceptor_calloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:77:3
#1 0x7f05073eeff4 in XOpenDisplay (/usr/lib/libX11.so.6+0x31ff4) (BuildId: 36b98fec62fe8a4676ed612e4fe45b31b3df71fc)
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b6fde in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3
#1 0x7f05073ddd20 in XCreateGC (/usr/lib/libX11.so.6+0x20d20) (BuildId: 36b98fec62fe8a4676ed612e4fe45b31b3df71fc)
Indirect leak of 152 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b71c8 in __interceptor_calloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:77:3
#1 0x7f050744e72f in XkbUseExtension (/usr/lib/libX11.so.6+0x9172f) (BuildId: 36b98fec62fe8a4676ed612e4fe45b31b3df71fc)
Indirect leak of 132 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b6fde in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3
#1 0x7f05073ef194 in XOpenDisplay (/usr/lib/libX11.so.6+0x32194) (BuildId: 36b98fec62fe8a4676ed612e4fe45b31b3df71fc)
Indirect leak of 128 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b71c8 in __interceptor_calloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:77:3
#1 0x7f05073eb42f in XInitExtension (/usr/lib/libX11.so.6+0x2e42f) (BuildId: 36b98fec62fe8a4676ed612e4fe45b31b3df71fc)
Indirect leak of 128 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b71c8 in __interceptor_calloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:77:3
#1 0x7f05073eeb9a in XOpenDisplay (/usr/lib/libX11.so.6+0x31b9a) (BuildId: 36b98fec62fe8a4676ed612e4fe45b31b3df71fc)
Indirect leak of 112 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b71c8 in __interceptor_calloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:77:3
#1 0x7f05073eec62 in XOpenDisplay (/usr/lib/libX11.so.6+0x31c62) (BuildId: 36b98fec62fe8a4676ed612e4fe45b31b3df71fc)
Indirect leak of 112 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b71c8 in __interceptor_calloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:77:3
#1 0x7f05073fd193 in _XConnectXCB (/usr/lib/libX11.so.6+0x40193) (BuildId: 36b98fec62fe8a4676ed612e4fe45b31b3df71fc)
Indirect leak of 72 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b71c8 in __interceptor_calloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:77:3
#1 0x7f05073ee9ed in XOpenDisplay (/usr/lib/libX11.so.6+0x319ed) (BuildId: 36b98fec62fe8a4676ed612e4fe45b31b3df71fc)
Indirect leak of 48 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b6fde in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3
#1 0x7f05073e5cc7 (/usr/lib/libX11.so.6+0x28cc7) (BuildId: 36b98fec62fe8a4676ed612e4fe45b31b3df71fc)
Indirect leak of 48 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b6fde in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3
#1 0x7f05073e5ca4 (/usr/lib/libX11.so.6+0x28ca4) (BuildId: 36b98fec62fe8a4676ed612e4fe45b31b3df71fc)
Indirect leak of 48 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b6fde in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3
#1 0x7f05073fd2ad in _XConnectXCB (/usr/lib/libX11.so.6+0x402ad) (BuildId: 36b98fec62fe8a4676ed612e4fe45b31b3df71fc)
Indirect leak of 48 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b6fde in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3
#1 0x7f05073fd296 in _XConnectXCB (/usr/lib/libX11.so.6+0x40296) (BuildId: 36b98fec62fe8a4676ed612e4fe45b31b3df71fc)
Indirect leak of 40 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b6fde in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3
#1 0x7f05073fd632 in _XPollfdCacheInit (/usr/lib/libX11.so.6+0x40632) (BuildId: 36b98fec62fe8a4676ed612e4fe45b31b3df71fc)
Indirect leak of 40 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b6fde in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3
#1 0x7f05073e5cb6 (/usr/lib/libX11.so.6+0x28cb6) (BuildId: 36b98fec62fe8a4676ed612e4fe45b31b3df71fc)
Indirect leak of 32 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b7406 in __interceptor_realloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:85:3
#1 0x7f0509c7fd5f (/usr/lib/libxcb.so.1+0x13d5f) (BuildId: f91cf228ed88bb657ff0eac72aa1b9eb1d9610c9)
Indirect leak of 32 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b6fde in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3
#1 0x7f0509c78bc3 (/usr/lib/libxcb.so.1+0xcbc3) (BuildId: f91cf228ed88bb657ff0eac72aa1b9eb1d9610c9)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b6fde in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3
#1 0x7f05073fb8f6 (/usr/lib/libX11.so.6+0x3e8f6) (BuildId: 36b98fec62fe8a4676ed612e4fe45b31b3df71fc)
Indirect leak of 21 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b6fde in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3
#1 0x7f05073eeb07 in XOpenDisplay (/usr/lib/libX11.so.6+0x31b07) (BuildId: 36b98fec62fe8a4676ed612e4fe45b31b3df71fc)
Indirect leak of 16 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b6fde in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3
#1 0x7f05073e5c6b (/usr/lib/libX11.so.6+0x28c6b) (BuildId: 36b98fec62fe8a4676ed612e4fe45b31b3df71fc)
Indirect leak of 16 byte(s) in 1 object(s) allocated from:
#0 0x5598f41b6fde in malloc /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3
#1 0x7f0509c7bdee in xcb_connect_to_fd (/usr/lib/libxcb.so.1+0xfdee) (BuildId: f91cf228ed88bb657ff0eac72aa1b9eb1d9610c9)
Indirect leak of 10 byte(s) in 1 object(s) allocated from:
#0 0x5598f41a1663 in strdup /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp:454:3
#1 0x7f05073eb440 in XInitExtension (/usr/lib/libX11.so.6+0x2e440) (BuildId: 36b98fec62fe8a4676ed612e4fe45b31b3df71fc)
Indirect leak of 3 byte(s) in 1 object(s) allocated from:
#0 0x5598f41a1663 in strdup /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp:454:3
#1 0x7f05073ee699 in XOpenDisplay (/usr/lib/libX11.so.6+0x31699) (BuildId: 36b98fec62fe8a4676ed612e4fe45b31b3df71fc)
SUMMARY: AddressSanitizer: 67584 byte(s) leaked in 34 allocation(s).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment