Comskip icon indicating copy to clipboard operation
Comskip copied to clipboard

mpeg2dec.c:2297 Segmentation fault linux

Open sgdinger opened this issue 3 years ago • 0 comments

I intermittently receive a segmentation fault when running comskip on linux with ffmpeg 4.3.2.. I ran comskip in gdb and received the follow error. I was able to duplicate the error with the same backtrace results.

Thread 1 "comskip" received signal SIGSEGV, Segmentation fault. 0x00007ffff636263b in fclose@@GLIBC_2.2.5 () from /usr/lib/libc.so.6 (gdb) bt #0 0x00007ffff636263b in fclose@@GLIBC_2.2.5 () at /usr/lib/libc.so.6 #1 0x00005555555820f5 in close_data () at comskip.c:16507 #2 0x0000555555558ee6 in main (argc=, argv=) at mpeg2dec.c:2297

sgdinger avatar Feb 15 '22 01:02 sgdinger