This library generates a single recurrent leak report currently, likely
a badly handled global?
```
=================================================================
==192885==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 31 byte(s) in 1 object(s) allocated from:
#0 0x7f8a5c9cf307 in operator new(unsigned long) (/lib64/libasan.so.6+0xb6307)
#1 0x7f8a5b03a0ea in std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_mutate(unsigned long, unsigned long, char const*, unsigned long) (/home/blender/git/blender-vexp/install_sanitizer/lib/libOpenEXR.so.32+0xef0ea)
SUMMARY: AddressSanitizer: 31 byte(s) leaked in 1 allocation(s).
======================================================================
```
39 lines
684 B
Plaintext
39 lines
684 B
Plaintext
# Python - START
|
|
leak:_PyObject_Malloc
|
|
leak:_PyObject_Calloc
|
|
leak:_PyObject_Realloc
|
|
leak:_PyObject_GC
|
|
leak:_PyArgv_*
|
|
leak:_PyBytes_*
|
|
leak:_Py_*
|
|
leak:_PyUnicodeWriter_*
|
|
leak:list_append
|
|
leak:list_resize
|
|
leak:unicode_resize
|
|
leak:PyThread_allocate_lock
|
|
leak:libpython*
|
|
leak:python
|
|
# Numpy
|
|
leak:PyUFunc_*
|
|
# Python - END
|
|
leak:imb_exitopenexr
|
|
leak:imb_filetypes_exit
|
|
leak:libIlm*
|
|
leak:pxrInternal_*
|
|
leak:<unknown module>
|
|
leak:libX11*
|
|
leak:libglib*
|
|
leak:libnvidia*
|
|
leak:i965_dri
|
|
leak:libdrm*
|
|
leak:radeon*
|
|
leak:libGLX*
|
|
leak:d_growable_string_callback_adapter
|
|
leak:libusd*
|
|
leak:*openvdb::v11_0*
|
|
leak:*tbb::internal*
|
|
leak:*libOpenColorIO*
|
|
leak:*libOpenEXR*
|
|
leak:pa_xmalloc
|
|
leak:*::x265_malloc*
|