Skip to content

Instantly share code, notes, and snippets.

@klaxa
Created April 16, 2018 23:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klaxa/3ddce28d99cab9ca45824af0942bfce3 to your computer and use it in GitHub Desktop.
Save klaxa/3ddce28d99cab9ca45824af0942bfce3 to your computer and use it in GitHub Desktop.
(gdb) r ../../lolz.mkv
Starting program: /home/klaxa/Development/ffserver/ffserver ../../lolz.mkv
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff433c700 (LWP 11654)]
[New Thread 0x7ffff3b3b700 (LWP 11655)]
[New Thread 0x7ffff333a700 (LWP 11656)]
[New Thread 0x7ffff2b39700 (LWP 11657)]
[New Thread 0x7ffff2338700 (LWP 11658)]
[matroska,webm @ 0x555555776080] Finding video stream.
State: FREE
State: FREE
State: FREE
State: FREE
State: FREE
State: FREE
State: FREE
[AVIOContext @ 0x5555558626c0] No more client slots free, Returning 503.
[AVIOContext @ 0x555555864140] No more client slots free, Returning 503.
[matroska,webm @ 0x7fffe40008c0] Could not find codec parameters for stream 0 (Video: vp9, none(tv, bt709), 1920x1080): unspecified pixel format
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 0x7fffe80008c0] Could not find codec parameters for stream 0 (Video: vp9, none(tv, bt709), 1920x1080): unspecified pixel format
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 0x7fffe400cc80] Could not find codec parameters for stream 0 (Video: vp9, none(tv, bt709), 1920x1080): unspecified pixel format
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 0x7fffdc0008c0] Could not find codec parameters for stream 0 (Video: vp9, none(tv, bt709), 1920x1080): unspecified pixel format
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 0x7fffe800cc80] Could not find codec parameters for stream 0 (Video: vp9, none(tv, bt709), 1920x1080): unspecified pixel format
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 0x7fffe4008f00] Could not find codec parameters for stream 0 (Video: vp9, none(tv, bt709), 1920x1080): unspecified pixel format
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 0x7fffe8008f00] Could not find codec parameters for stream 0 (Video: vp9, none(tv, bt709), 1920x1080): unspecified pixel format
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 0x7fffe00008c0] Could not find codec parameters for stream 0 (Video: vp9, none(tv, bt709), 1920x1080): unspecified pixel format
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 0x7fffe4008f00] Could not find codec parameters for stream 0 (Video: vp9, none(tv, bt709), 1920x1080): unspecified pixel format
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 0x7fffe8008f00] Could not find codec parameters for stream 0 (Video: vp9, none(tv, bt709), 1920x1080): unspecified pixel format
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 0x7fffe4008f00] Could not find codec parameters for stream 0 (Video: vp9, none(tv, bt709), 1920x1080): unspecified pixel format
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 0x7fffe8008f00] Could not find codec parameters for stream 0 (Video: vp9, none(tv, bt709), 1920x1080): unspecified pixel format
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 0x7fffe400bc00] Could not find codec parameters for stream 0 (Video: vp9, none(tv, bt709), 1920x1080): unspecified pixel format
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 0x7fffe800bc00] Could not find codec parameters for stream 0 (Video: vp9, none(tv, bt709), 1920x1080): unspecified pixel format
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 0x7fffe400bc00] Could not find codec parameters for stream 0 (Video: vp9, none(tv, bt709), 1920x1080): unspecified pixel format
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 0x7fffe800bc00] Could not find codec parameters for stream 0 (Video: vp9, none(tv, bt709), 1920x1080): unspecified pixel format
Consider increasing the value for the 'analyzeduration' and 'probesize' options
State: WAIT
State: WAIT
State: WAIT
[matroska,webm @ 0x7fffdc412780] write_frame failed, disconnecting client: 2
[matroska,webm @ 0x7fffdc424800] write_frame failed, disconnecting client: 10
[matroska,webm @ 0x7fffdc424800] write_frame failed, disconnecting client: 13
State: WAIT
State: WAIT
State: WAIT
State: WAIT
State: WAIT
State: WAIT
State: WAIT
State: WAIT
State: WAIT
State: WAIT
State: WAIT
State: WAIT
State: WAIT
State: WAIT
State: WAIT
State: WAIT
State: WAIT
State: WAIT
[Thread 0x7ffff2338700 (LWP 11658) exited]
Thread 4 "ffserver" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff333a700 (LWP 11656)]
0x00007ffff79856bc in avio_close (s=0x5555557fc400) at libavformat/aviobuf.c:1192
1192 h = internal->h;
(gdb) bt
#0 0x00007ffff79856bc in avio_close (s=0x5555557fc400) at libavformat/aviobuf.c:1192
#1 0x00005555555563b0 in client_disconnect (c=0x55555577ad80, write_trailer=1) at publisher.c:56
#2 0x00005555555580d8 in write_thread (arg=0x55555578bee0) at ffserver.c:405
#3 0x00007ffff5a96494 in start_thread (arg=0x7ffff333a700) at pthread_create.c:333
#4 0x00007ffff57d8acf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97
(gdb) frame 1
#1 0x00005555555563b0 in client_disconnect (c=0x55555577ad80, write_trailer=1) at publisher.c:56
56 avio_close(c->ofmt_ctx->pb);
(gdb) print c->id
$1 = 8
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment