GNOME Bugzilla – Bug 789126
[x264enc] x264enc plugin report double free corruption
Last modified: 2018-01-18 22:24:30 UTC
When I'm trying to use x264enc to encode a raw file by below command line: gst-launch-1.0 filesrc location=1920x1080_input.yuv ! videoparse format=2 width=1920 height=1080 framerate=30/1 ! x264enc ! matroskamux ! filesink location=x264enc_1920x1080.mkv Though the output encoded file can be played, it will report "*** Error in `/usr/bin/gst-launch-1.0': double free or corruption (!prev): 0x0000ffffb0037fc0 ***" in the end. Seems the backtrace show corruption is in libx264 Thread 1 "gst-launch-1.0" received signal SIGABRT, Aborted. __GI_raise (sig=sig@entry=6) at /usr/src/debug/glibc/2.24-r0/git/sysdeps/unix/sysv/linux/raise.c:58 58 } (gdb) bt
+ Trace 238072
Can you also reproduce it with videotestsrc? Can you provide a valgrind log with --track-origins=yes?
Closing this bug report as no further information has been provided. Please feel free to reopen this bug report if you can provide the information that was asked for in a previous comment. Thanks!