Skip to content

Instantly share code, notes, and snippets.

@HurricanePootis
Created August 6, 2020 02:23
Show Gist options
  • Save HurricanePootis/92d6ff1de55ced0a4a2320fe2cf13cf9 to your computer and use it in GitHub Desktop.
Save HurricanePootis/92d6ff1de55ced0a4a2320fe2cf13cf9 to your computer and use it in GitHub Desktop.
obs-ffmpeg.so gdb backtrace
Reading symbols from /home/borowski/obs-studio-portable/obs-plugins/64bit/obs-ffmpeg.so...
warning: core file may not match specified executable file.
[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 ?? ()
#5 0x0001000100010001 in ?? ()
#6 0x0000000000094b25 in ?? ()
#7 0x000055bc3887f510 in ?? ()
#8 0x000055bc38878b00 in ?? ()
#9 0x0000000000000001 in ?? ()
#10 0x00007ffc1e0b5940 in ?? ()
#11 0x0001000100010001 in ?? ()
#12 0x0000000000010001 in vaapi_defaults (settings=0x7effc8a39010, type_data=0x30d5) at /home/borowski/obs/obs-studio/plugins/obs-ffmpeg/obs-ffmpeg-vaapi.c:531
#13 0x0000000000000b97 in ?? ()
#14 0x00000000000030d5 in ?? ()
#15 0x00007f0000000000 in ?? ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment