mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 04:11:31 +00:00
56f25a4653
Original commit message from CVS: * gst/common.h: cleanup * gst/gst-types.defs: * gst/gst.defs: Updated defs file to current gstreamer core * gst/gst.override: Added useless function (at least from python bindings) and little correction on _wrap_gst_xml_get_topelements() * gst/gstbin.override: * gst/gstbuffer.override: Fix memleak in gst.Buffer.set_caps() * gst/gstevent.override: Added wrapper for remaining gst_event_parse_*() * gst/gstlibs.override: Wrapped more gst.Controller methods * gst/gstmodule.c: (init_gst): new gst_init() Added atexit(gst_deinit) * gst/gstpad.override: Fix memleak in gst.Pad.set_caps() * gst/gstquery.override: add gst.Query.parse_segment() * gst/libs.defs: Updated to current gst-libs * gst/pygstminiobject.c: (pygstminiobject_register_wrapper), (pygstminiobject_new), (pygstminiobject_dealloc): Added debug * testsuite/Makefile.am: * testsuite/common.py: * testsuite/gstpython.supp: * testsuite/python.supp: * testsuite/test_bin.py: * testsuite/test_buffer.py: * testsuite/test_element.py: * testsuite/test_event.py: * testsuite/test_ghostpad.py: * testsuite/test_iterator.py: * testsuite/test_message.py: * testsuite/test_pipeline.py: Proper valgrind testing, Updated tests to new API
208 lines
3.1 KiB
Text
208 lines
3.1 KiB
Text
{
|
|
pthread leak
|
|
Memcheck:Leak
|
|
fun:calloc
|
|
fun:allocate_dtv
|
|
fun:_dl_allocate_tls*
|
|
}
|
|
|
|
{
|
|
pthread leak 2
|
|
Memcheck:Leak
|
|
fun:memalign
|
|
fun:_dl_allocate_tls*
|
|
}
|
|
|
|
{
|
|
popt leak
|
|
Memcheck:Leak
|
|
fun:malloc
|
|
fun:nss_parse_service_list
|
|
fun:__nss_database_lookup
|
|
obj:*
|
|
obj:*
|
|
fun:getpwuid_r@@GLIBC_2.2.5
|
|
fun:g_get_any_init_do
|
|
fun:g_get_home_dir
|
|
fun:init_post
|
|
fun:init_popt_callback
|
|
}
|
|
|
|
{
|
|
pygobject init leak
|
|
Memcheck:Leak
|
|
fun:calloc
|
|
fun:g_malloc0
|
|
fun:type_node_*
|
|
fun:type_node_*
|
|
fun:*
|
|
fun:*
|
|
fun:g_type_init*
|
|
fun:initgobject
|
|
}
|
|
|
|
{
|
|
borked pthread creation
|
|
Memcheck:Param
|
|
write(buf)
|
|
fun:__pthread_initialize_manager
|
|
fun:pthread_create@@GLIBC_2.2.5
|
|
fun:g_thread_create*
|
|
fun:g_thread_create*
|
|
}
|
|
|
|
{
|
|
borked pthread creation 2
|
|
Memcheck:Param
|
|
write(buf)
|
|
fun:pthread_create@@GLIBC_2.2.5
|
|
fun:*
|
|
fun:*
|
|
fun:*
|
|
fun:*
|
|
fun:gst_task_start
|
|
}
|
|
|
|
{
|
|
Syscall param clone(child_tidptr) contains uninitialised byte(s)
|
|
Memcheck:Param
|
|
clone(child_tidptr)
|
|
fun:clone
|
|
}
|
|
|
|
{
|
|
memory loss when creating thread
|
|
Memcheck:Leak
|
|
fun:malloc
|
|
fun:__pthread_initialize_manager
|
|
fun:pthread_create*
|
|
}
|
|
|
|
# pyg_enable_threads memleak
|
|
|
|
{
|
|
memleak in pyg_enable_threads
|
|
Memcheck:Leak
|
|
fun:malloc
|
|
fun:*
|
|
fun:*
|
|
fun:*
|
|
fun:*
|
|
fun:*
|
|
fun:pyg_enable_threads
|
|
}
|
|
|
|
|
|
{
|
|
memleak in pyg_enable_threads 2
|
|
Memcheck:Leak
|
|
fun:malloc
|
|
fun:*
|
|
fun:*
|
|
fun:*
|
|
fun:*
|
|
fun:pyg_enable_threads
|
|
}
|
|
|
|
{
|
|
memleak in pyg_enable_threads 3
|
|
Memcheck:Leak
|
|
fun:malloc
|
|
fun:*
|
|
fun:*
|
|
fun:*
|
|
fun:pyg_enable_threads
|
|
}
|
|
|
|
#pygobject leaks
|
|
|
|
{
|
|
PyType_Ready leak
|
|
Memcheck:Leak
|
|
fun:malloc
|
|
fun:PyObject_Malloc
|
|
fun:_PyObject_GC_Malloc
|
|
fun:PyType_GenericAlloc
|
|
fun:*
|
|
fun:*
|
|
fun:PyType_Ready
|
|
}
|
|
|
|
#gst debug category new leak
|
|
{
|
|
gst debug category new leak
|
|
Memcheck:Leak
|
|
fun:malloc
|
|
fun:g_malloc
|
|
fun:g_strdup
|
|
fun:_gst_debug_category_new
|
|
}
|
|
|
|
# memleak in gst_element_state_get_name that we can't get rid of
|
|
{
|
|
gst_element_state_get_name
|
|
Memcheck:Leak
|
|
fun:malloc
|
|
fun:*
|
|
fun:g_vasprintf
|
|
fun:g_strdup*
|
|
fun:g_strdup*
|
|
fun:_wrap_gst_element_state_get_name
|
|
}
|
|
|
|
#memleak in pygobject_new_with_interfaces
|
|
# weird, cos it seems to free the return value of g_type_interfaces
|
|
{
|
|
_gst_element_factory_make
|
|
Memcheck:Leak
|
|
fun:malloc
|
|
fun:g_malloc
|
|
fun:g_type_interfaces
|
|
}
|
|
|
|
#memleak in static_pad_template
|
|
{
|
|
gst_static_pad_template_get
|
|
Memcheck:Leak
|
|
fun:calloc
|
|
fun:g_malloc0
|
|
fun:g_type_create_instance
|
|
fun:g_object_constructor
|
|
fun:gst_object_constructor
|
|
fun:*
|
|
fun:*
|
|
fun:*
|
|
fun:gst_static_pad_template_get
|
|
}
|
|
|
|
#leak in libxml
|
|
{
|
|
xml_parse_memory leak
|
|
Memcheck:Leak
|
|
fun:malloc
|
|
fun:*
|
|
fun:xml*
|
|
}
|
|
|
|
# FIXME : This is an awful leak that has do to with the gst_pad_set_*_function wrappers
|
|
{
|
|
leak in gst_pad_set_*_function wrappers
|
|
Memcheck:Leak
|
|
fun:calloc
|
|
fun:g_malloc0
|
|
fun:pad_private
|
|
}
|
|
|
|
# python leak in runtime compiler
|
|
{
|
|
python leak in runtime compiler
|
|
Memcheck:Leak
|
|
fun:malloc
|
|
fun:_PyObject_GC_Malloc
|
|
fun:_PyObject_GC_New*
|
|
fun:PyDict_New
|
|
fun:PySymtableEntry_New
|
|
fun:symtable_*
|
|
fun:symtable_*
|
|
fun:jcompile
|
|
}
|