For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>…
Reading symbols from C:\Users\Administrator\ffmpeg_submit/ffmpeg_g.exe…Dwarf Error: wrong version in compilation unit header (is 4, should be 2) [in module C:\Users\Administrator\ffmpeg_submit/ffmpeg_g.exe]
(gdb) r
Starting program: C:\Users\Administrator\ffmpeg_submit/ffmpeg_g.exe
I think maybe meant “use a newer veresion of gdb” anyway
this worked
https://sourceforge.net/projects/mingw-w64/files/External%20binary%20packages%20%28Win64%20hosted%29/gdb/x86_64-w64-mingw32-gdb-7.1.90.20100730.zip/download
Type “apropos word” to search for commands related to “word”…
“C:\Users\Administrator\ffmpeg_submit/ffmpeg_g.exe”: not in executable format: File format not recognized
meant “you are using a 32 bit gdb with a 64 bit windows exe” (methinks?)
Program received signal SIGINT, Interrupt.
[Switching to Thread 21200.0xced4]
0x00007ffd11df2445 in SetHandleCount () from C:\windows\System32\KernelBase.dll
(gdb) bt
#0 0x00007ffd11df2445 in SetHandleCount () from C:\windows\System32\KernelBase.dll
#1 0x0000000000000000 in ?? ()
(gdb) c
Continuing.
[New Thread 21200.0×7338]
with no backtraces meant “use an even newer gdb, this one works”
http://www.equation.com/servlet/equation.cmd?fa=gdb
ffmpeg hang on reading option
meant “added coded with same class as another” or something, use gdb to see the backtrace…