Ticket #10777: valgrind.txt

File valgrind.txt, 2.7 KB (added by Patrick M, 3 years ago)

valgrind output

Line 
1
2==32236== Thread 20 vf#0:0:
3==32236== Invalid read of size 8
4==32236== at 0x49BBB1A: pick_format (avfiltergraph.c:671)
5==32236== by 0x49BCD97: pick_formats (avfiltergraph.c:1213)
6==32236== by 0x49BCD97: graph_config_formats (avfiltergraph.c:1273)
7==32236== by 0x49BCD97: avfilter_graph_config (avfiltergraph.c:1326)
8==32236== by 0x1284B1: configure_filtergraph (ffmpeg_filter.c:1765)
9==32236== by 0x129045: send_frame (ffmpeg_filter.c:2667)
10==32236== by 0x129045: filter_thread (ffmpeg_filter.c:2828)
11==32236== by 0x13EFB3: task_wrapper (ffmpeg_sched.c:2200)
12==32236== by 0x73CF923: start_thread (pthread_create.c:444)
13==32236== by 0x7452E23: clone (clone.S:100)
14==32236== Address 0x8 is not stack'd, malloc'd or (recently) free'd
15==32236==
16==32236==
17==32236== Process terminating with default action of signal 11 (SIGSEGV)
18==32236== Access not within mapped region at address 0x8
19==32236== at 0x49BBB1A: pick_format (avfiltergraph.c:671)
20==32236== by 0x49BCD97: pick_formats (avfiltergraph.c:1213)
21==32236== by 0x49BCD97: graph_config_formats (avfiltergraph.c:1273)
22==32236== by 0x49BCD97: avfilter_graph_config (avfiltergraph.c:1326)
23==32236== by 0x1284B1: configure_filtergraph (ffmpeg_filter.c:1765)
24==32236== by 0x129045: send_frame (ffmpeg_filter.c:2667)
25==32236== by 0x129045: filter_thread (ffmpeg_filter.c:2828)
26==32236== by 0x13EFB3: task_wrapper (ffmpeg_sched.c:2200)
27==32236== by 0x73CF923: start_thread (pthread_create.c:444)
28==32236== by 0x7452E23: clone (clone.S:100)
29==32236== If you believe this happened as a result of a stack
30==32236== overflow in your program's main thread (unlikely but
31==32236== possible), you can try to increase the size of the
32==32236== main thread stack using the --main-stacksize= flag.
33==32236== The main thread stack size used in this run was 8388608.
34==32236==
35==32236== HEAP SUMMARY:
36==32236== in use at exit: 123,437,682 bytes in 8,418 blocks
37==32236== total heap usage: 13,137 allocs, 4,719 frees, 141,897,794 bytes allocated
38==32236==
39==32236== LEAK SUMMARY:
40==32236== definitely lost: 0 bytes in 0 blocks
41==32236== indirectly lost: 0 bytes in 0 blocks
42==32236== possibly lost: 21,267,142 bytes in 305 blocks
43==32236== still reachable: 102,170,540 bytes in 8,113 blocks
44==32236== of which reachable via heuristic:
45==32236== newarray : 196,616 bytes in 1 blocks
46==32236== suppressed: 0 bytes in 0 blocks
47==32236== Rerun with --leak-check=full to see details of leaked memory
48==32236==
49==32236== For lists of detected and suppressed errors, rerun with: -s
50==32236== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
51Segmentation fault