mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 07:29:32 +00:00
From Gitlab CI: =17955== 16 bytes in 1 blocks are possibly lost in loss record 725 of 2,079 ==17955== at 0x4C2DBAB: malloc (vg_replace_malloc.c:299) ==17955== by 0x4011D17: tls_get_addr_tail.isra.0 (in /usr/lib64/ld-2.27.so) ==17955== by 0x4017997: __tls_get_addr (in /usr/lib64/ld-2.27.so) ==17955== by 0xEE4534B: gnutls_rnd (in /usr/lib64/libgnutls.so.30.20.2) ==17955== by 0xEE1F254: ??? (in /usr/lib64/libgnutls.so.30.20.2) ==17955== by 0xEE1F947: ??? (in /usr/lib64/libgnutls.so.30.20.2) ==17955== by 0xEE231B5: ??? (in /usr/lib64/libgnutls.so.30.20.2) ==17955== by 0xEE24D67: gnutls_handshake (in /usr/lib64/libgnutls.so.30.20.2) ==17955== by 0xEBD4FEA: ??? (in /usr/lib64/gio/modules/libgiognutls.so) ==17955== by 0x7463936: g_task_thread_pool_thread (gtask.c:1331) ==17955== by 0x7A3E932: g_thread_pool_thread_proxy (gthreadpool.c:307) ==17955== by 0x7A3DF29: g_thread_proxy (gthread.c:784) ==17955== by 0x8284563: start_thread (in /usr/lib64/libpthread-2.27.so) ==17955== by 0x859631E: clone (in /usr/lib64/libc-2.27.so) ==17955== ==17955== 32 bytes in 1 blocks are possibly lost in loss record 1,234 of 2,079 ==17955== at 0x4C2DBAB: malloc (vg_replace_malloc.c:299) ==17955== by 0x4011D17: tls_get_addr_tail.isra.0 (in /usr/lib64/ld-2.27.so) ==17955== by 0x4017997: __tls_get_addr (in /usr/lib64/ld-2.27.so) ==17955== by 0xCAA5173: __cxa_get_globals (in /usr/lib64/libstdc++.so.6.0.25) ==17955== by 0xCAA6186: __cxa_throw (in /usr/lib64/libstdc++.so.6.0.25) ==17955== by 0xC601457: ??? (in /usr/lib64/libproxy.so.1.0.0) ==17955== by 0xC5F6BB6: ??? (in /usr/lib64/libproxy.so.1.0.0) ==17955== by 0xC5F7089: ??? (in /usr/lib64/libproxy.so.1.0.0) ==17955== by 0xC5F7470: px_proxy_factory_get_proxies (in /usr/lib64/libproxy.so.1.0.0) ==17955== by 0xC3E64E3: ??? (in /usr/lib64/gio/modules/libgiolibproxy.so) ==17955== by 0x7463936: g_task_thread_pool_thread (gtask.c:1331) ==17955== by 0x7A3E932: g_thread_pool_thread_proxy (gthreadpool.c:307) ==17955== by 0x7A3DF29: g_thread_proxy (gthread.c:784) ==17955== by 0x8284563: start_thread (in /usr/lib64/libpthread-2.27.so) ==17955== by 0x859631E: clone (in /usr/lib64/libc-2.27.so) Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com> |
||
|---|---|---|
| .. | ||
| pki | ||
| valgrind | ||
| .gitignore | ||
| base_test.ppm | ||
| basic-event-loop.c | ||
| basic-event-loop.h | ||
| Makefile.am | ||
| README | ||
| regression-test.py | ||
| replay.c | ||
| stat-test.c | ||
| test-agent-msg-filter.c | ||
| test-channel.c | ||
| test-codecs-parsing.c | ||
| test-display-base.c | ||
| test-display-base.h | ||
| test-display-no-ssl.c | ||
| test-display-resolution-changes.c | ||
| test-display-streaming.c | ||
| test-display-width-stride.c | ||
| test-empty-success.c | ||
| test-fail-on-null-core-interface.c | ||
| test-glib-compat.c | ||
| test-glib-compat.h | ||
| test-gst.c | ||
| test-leaks.c | ||
| test-listen.c | ||
| test-loop.c | ||
| test-multiple.py | ||
| test-options.c | ||
| test-playback.c | ||
| test-qxl-parsing.c | ||
| test-sasl.c | ||
| test-stat-file.c | ||
| test-stat.c | ||
| test-stream-device.c | ||
| test-stream.c | ||
| test-two-servers.c | ||
| test-vdagent.c | ||
| video-encoders | ||
What is here ============ This directory will contain a testsuite for the server. You can run all the tests and use libtool to debug any of them: libtool --mode=execute gdb test-just-sockets-no-ssl Overview of tests ================= test-just-sockets-no-ssl A complete server, only provides the main and inputs channels. Doesn't actually produce anything on the channels. Essentially a test of the regular link code (reds.c), good for multiple connect/disconnect tests. test-empty-success tests calling test-fail-on-null-core-interface should abort when run (when spice tries to watch_add) basic-event-loop.c event loop to provide core interface. Automated tests =============== test-display-streaming.c this test can be used to check regressions. For this, test-display-streaming needs to be called passing --automated-tests as parameter