Comment 4 for bug 1491972

Revision history for this message
Serge Hallyn (serge-hallyn) wrote : Re: glib/gmem.c: custom memory allocation vtable not supported

Hm, this comes from vl.c:2989 (in git) calling g_mem_set_vtable(&mem_trace), which has been around since 2011 to add tracepoints for g_malloc/g_free.

https://github.com/GNOME/glib/blob/master/glib/gmem.c shows that this function is deprecated.

This means that tracing won't work right, but should otherwise be innocuous. Will see what upstream thinks about it.