Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mpeg2dec.c:2297 Segmentation fault linux #141

Open
sgdinger opened this issue Feb 15, 2022 · 0 comments
Open

mpeg2dec.c:2297 Segmentation fault linux #141

sgdinger opened this issue Feb 15, 2022 · 0 comments

Comments

@sgdinger
Copy link

sgdinger commented Feb 15, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant