FireBurn

Untitled

Jul 20th, 2020
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  1. fireburn@axion ~/ffmpeg $ LD_LIBRARY_PATH=~/dav1d-prefix/lib64/:$LD_LIBRARY_PATH gdb --args ./ffplay ~/test.mp4
  2. GNU gdb (Gentoo 9.2 vanilla) 9.2
  3. Copyright (C) 2020 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law.
  7. Type "show copying" and "show warranty" for details.
  8. This GDB was configured as "x86_64-pc-linux-gnu".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <https://bugs.gentoo.org/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14.  
  15. For help, type "help".
  16. Type "apropos word" to search for commands related to "word"...
  17. Reading symbols from ./ffplay...
  18. (No debugging symbols found in ./ffplay)
  19. (gdb) start
  20. Function "main" not defined.
  21. Make breakpoint pending on future shared library load? (y or [n]) y
  22. Temporary breakpoint 1 (-qualified main) pending.
  23. Starting program: /home/fireburn/ffmpeg/ffplay /home/fireburn/test.mp4
  24. [Thread debugging using libthread_db enabled]
  25. Using host libthread_db library "/lib64/libthread_db.so.1".
  26. ffplay version N-98518-gba31fdfd7b Copyright (c) 2003-2020 the FFmpeg developers
  27. built with clang version 10.0.0
  28. configuration: --enable-libdav1d --cc=clang --cxx=clang++ --extra-cflags='-O3 -pipe -flto=thin -march=native' --extra-cxxflags='-O3 -pipe -flto=thin -march=native' --extra-ldflags='-O3 -pipe -flto=thin -march=native -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--thinlto-jobs=8'
  29. libavutil 56. 55.100 / 56. 55.100
  30. libavcodec 58. 96.100 / 58. 96.100
  31. libavformat 58. 48.100 / 58. 48.100
  32. libavdevice 58. 11.101 / 58. 11.101
  33. libavfilter 7. 87.100 / 7. 87.100
  34. libswscale 5. 8.100 / 5. 8.100
  35. libswresample 3. 8.100 / 3. 8.100
  36. [New Thread 0x7ffff6fd6700 (LWP 1859787)]
  37. [New Thread 0x7fffef13f700 (LWP 1859788)]
  38. [New Thread 0x7fffee93e700 (LWP 1859789)]
  39. [New Thread 0x7fffee13d700 (LWP 1859790)]
  40. [New Thread 0x7fffed93c700 (LWP 1859791)]
  41. [New Thread 0x7fffed11b700 (LWP 1859792)]
  42. [New Thread 0x7fffecdd8700 (LWP 1859793)]
  43. [libdav1d @ 0x7fffc0003ac0] libdav1d 0.7.1
  44. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/home/fireburn/test.mp4':
  45. Metadata:
  46. major_brand : dash
  47. minor_version : 0
  48. compatible_brands: iso6av01mp41
  49. creation_time : 2020-04-10T02:40:48.000000Z
  50. Duration: 00:05:39.34, start: 0.000000, bitrate: 2145 kb/s
  51. Stream #0:0(und): Video: av1 (Main) (av01 / 0x31307661), yuv420p(tv, bt709), 1920x1080, 36 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 24k tbc (default)
  52. Metadata:
  53. creation_time : 2020-04-10T02:40:48.000000Z
  54. handler_name : ISO Media file produced by Google Inc.
  55. [libdav1d @ 0x7fffc0070a40] libdav1d 0.7.1
  56. [New Thread 0x7fffec517800 (LWP 1859794)]
  57. [New Thread 0x7fffec413800 (LWP 1859795)]
  58. [New Thread 0x7fffec30f800 (LWP 1859796)]
  59. [New Thread 0x7fffec20b800 (LWP 1859797)]
  60. [New Thread 0x7fffc7ffe800 (LWP 1859798)]
  61. [New Thread 0x7fffc7efa800 (LWP 1859799)]
  62. [New Thread 0x7fffc7df6800 (LWP 1859800)]
  63. [New Thread 0x7fffc7cf2800 (LWP 1859801)]
  64. [New Thread 0x7fffc7b2f800 (LWP 1859802)]
  65. [New Thread 0x7fffc7a2b800 (LWP 1859803)]
  66. [New Thread 0x7fffc7927800 (LWP 1859804)]
  67. [New Thread 0x7fffc7823800 (LWP 1859805)]
  68. [New Thread 0x7fffc7660800 (LWP 1859806)]
  69. [New Thread 0x7fffc755c800 (LWP 1859807)]
  70. [New Thread 0x7fffc7458800 (LWP 1859808)]
  71. [New Thread 0x7fffc7354800 (LWP 1859809)]
  72. [New Thread 0x7fffc7251700 (LWP 1859810)]
  73.  
  74. Thread 15 "dav1d-tile" received signal SIGSEGV, Segmentation fault.
  75. [Switching to Thread 0x7fffc7df6800 (LWP 1859800)]
  76. 0x00007ffff7860702 in dav1d_msac_decode_symbol_adapt16_avx2 () from /home/fireburn/dav1d-prefix/lib64/libdav1d.so.4
  77. (gdb) bt
  78. #0 0x00007ffff7860702 in dav1d_msac_decode_symbol_adapt16_avx2 () from /home/fireburn/dav1d-prefix/lib64/libdav1d.so.4
  79. #1 0x00007ffff7923c7f in decode_coefs () from /home/fireburn/dav1d-prefix/lib64/libdav1d.so.4
  80. #2 0x00007ffff7922e71 in read_coef_tree () from /home/fireburn/dav1d-prefix/lib64/libdav1d.so.4
  81. #3 0x00007ffff792219a in dav1d_read_coef_blocks_8bpc () from /home/fireburn/dav1d-prefix/lib64/libdav1d.so.4
  82. #4 0x00007ffff78d7b09 in decode_b () from /home/fireburn/dav1d-prefix/lib64/libdav1d.so.4
  83. #5 0x00007ffff78caba8 in decode_sb () from /home/fireburn/dav1d-prefix/lib64/libdav1d.so.4
  84. #6 0x00007ffff78cae0b in decode_sb () from /home/fireburn/dav1d-prefix/lib64/libdav1d.so.4
  85. #7 0x00007ffff78cae2a in decode_sb () from /home/fireburn/dav1d-prefix/lib64/libdav1d.so.4
  86. #8 0x00007ffff78ca7b4 in dav1d_decode_tile_sbrow () from /home/fireburn/dav1d-prefix/lib64/libdav1d.so.4
  87. #9 0x00007ffff795efc8 in dav1d_tile_task () from /home/fireburn/dav1d-prefix/lib64/libdav1d.so.4
  88. #10 0x00007ffff7807137 in start_thread () from /lib64/libpthread.so.0
  89. #11 0x00007ffff7736f8f in clone () from /lib64/libc.so.6
Advertisement
Add Comment
Please, Sign In to add comment