SIGSEGV seen while adding TDT/TOT section in mpegtsmux

Nicolas Dufresne nicolas.dufresne at gmail.com
Tue Jun 21 16:02:01 UTC 2016


Le mardi 21 juin 2016 à 06:05 -0700, Baby Octopus a écrit :
> *Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 0x7fff53fff700 (LWP 27028)]
> 0x00007ffff70994ca in g_slice_alloc () from /usr/lib64/libglib-
> 2.0.so.0
> Missing separate debuginfos, use: debuginfo-install
> gstreamer-1.6.2.21-0.el7.centos.x86_64
> (gdb) bt
> #0  0x00007ffff70994ca in g_slice_alloc () at /usr/lib64/libglib-
> 2.0.so.0
> #1  0x00007ffff70999ae in g_slice_alloc0 () at /usr/lib64/libglib-
> 2.0.so.0
> #2  0x00007fffeeb044ab in gst_mpegts_tdt_new () at
> gstmpegtssection.c:544
> *
> 
> Any clue will be real be helpful to move this roadblock :)

Looks like memory corruption. Run under valgrind, and set
G_SLICE=always_malloc

Nicolas


More information about the gstreamer-devel mailing list