Skip to content

Instantly share code, notes, and snippets.

@HurricanePootis
Created August 6, 2020 02:59
Show Gist options
  • Save HurricanePootis/216a441be9ee2ad6e55dc48824a3c49a to your computer and use it in GitHub Desktop.
Save HurricanePootis/216a441be9ee2ad6e55dc48824a3c49a to your computer and use it in GitHub Desktop.
Second try of a gdb coredump.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /home/borowski/obs-studio-portable/bin/64bit/obs-ffmpeg-mux...
[New LWP 11121]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Core was generated by `/home/borowski/obs-studio-portable/bin/64bit/obs-ffmpeg-mux'.
#0 0x00007effcee80ab2 in read () from /usr/lib/libc.so.6
(gdb) backtrace
#0 0x00007effcee80ab2 in read () from /usr/lib/libc.so.6
#1 0x00007effcee12ab2 in __GI__IO_file_underflow () from /usr/lib/libc.so.6
#2 0x00007effcee11b80 in __GI__IO_file_xsgetn () from /usr/lib/libc.so.6
#3 0x00007effcee06023 in fread () from /usr/lib/libc.so.6
#4 0x000055bc376f07db in safe_read (size=12501, vdata=0x7effc8a39010) at /home/borowski/obs/obs-studio/plugins/obs-ffmpeg/ffmpeg-mux/ffmpeg-mux.c:462
#5 main (argc=<optimized out>, argv=<optimized out>) at /home/borowski/obs/obs-studio/plugins/obs-ffmpeg/ffmpeg-mux/ffmpeg-mux.c:774
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment