[Bug 746652] gst.supp improvements
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Apr 8 05:20:56 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=746652
--- Comment #18 from Guillaume Desmottes <gdesmott at gnome.org> ---
(In reply to Nicolas Dufresne (stormer) from comment #14)
> Review of attachment 300431 [details] [review]:
>
> Ok, this one will need work. This is a leak in a lex parser we have written
> (which in in C). The comment speaks about libtool and then you speak about a
> shell parser. This need to be checked.
Which lex parser is that?
This is how the leak is reported by valgrind so I assumed it was in libtool's
shell wrapper.
==11031== 20,976 (32 direct, 20,944 indirect) bytes in 1 blocks are definitely
lost in loss record 893 of 893
==11031== at 0x4A08BCF: malloc (in
/usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==11031== by 0x47199A: xmalloc (in /usr/bin/bash)
==11031== by 0x43096B: make_if_command (in /usr/bin/bash)
==11031== by 0x42C060: yyparse (in /usr/bin/bash)
==11031== by 0x4229DA: parse_command (in /usr/bin/bash)
==11031== by 0x422AA7: read_command (in /usr/bin/bash)
==11031== by 0x422C88: reader_loop (in /usr/bin/bash)
==11031== by 0x4215CD: main (in /usr/bin/bash)
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list