Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory leak #1554

Open
gnusupport opened this issue Nov 30, 2022 · 0 comments
Open

Memory leak #1554

gnusupport opened this issue Nov 30, 2022 · 0 comments

Comments

@gnusupport
Copy link

  --silent                 Set the verbosity level to 0, disable all debugging output.
  --debug=<file>           Set a file for utox to log errors to.

=================================================================
==30226==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 11168 byte(s) in 349 object(s) allocated from:
    #0 0x7f97d4e73411 in __interceptor_calloc /usr/src/debug/gcc/libsanitizer/asan/asan_malloc_linux.cpp:77
    #1 0x7f97d46eaf3f  (/usr/lib/libfontconfig.so.1+0xaf3f)

Direct leak of 4096 byte(s) in 1 object(s) allocated from:
    #0 0x7f97d4e727ea in __interceptor_realloc /usr/src/debug/gcc/libsanitizer/asan/asan_malloc_linux.cpp:85
    #1 0x7f97d46e8df3  (/usr/lib/libfontconfig.so.1+0x8df3)

Direct leak of 1024 byte(s) in 1 object(s) allocated from:
    #0 0x7f97d4e727ea in __interceptor_realloc /usr/src/debug/gcc/libsanitizer/asan/asan_malloc_linux.cpp:85
    #1 0x7f97d46e8dd5  (/usr/lib/libfontconfig.so.1+0x8dd5)

Direct leak of 256 byte(s) in 1 object(s) allocated from:
    #0 0x7f97d4e73a89 in __interceptor_malloc /usr/src/debug/gcc/libsanitizer/asan/asan_malloc_linux.cpp:69
    #1 0x7f97d4700f25  (/usr/lib/libfontconfig.so.1+0x20f25)

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x7f97d4e73411 in __interceptor_calloc /usr/src/debug/gcc/libsanitizer/asan/asan_malloc_linux.cpp:77
    #1 0x7f97d470511d  (/usr/lib/libfontconfig.so.1+0x2511d)

Indirect leak of 14 byte(s) in 1 object(s) allocated from:
    #0 0x7f97d4e26faa in __interceptor_strdup /usr/src/debug/gcc/libsanitizer/asan/asan_interceptors.cpp:439
    #1 0x7f97d47007d8 in FcValueSave (/usr/lib/libfontconfig.so.1+0x207d8)

SUMMARY: AddressSanitizer: 16590 byte(s) leaked in 354 allocation(s).

utox 0.18.1-2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant