Advertisement
Guest User

Untitled

a guest
Dec 12th, 2014
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.95 KB | None | 0 0
  1. kryten ~/work/git/vlc/build-linux $ gdb ./vlc
  2. GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1
  3. Copyright (C) 2014 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. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-linux-gnu".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word"...
  16. Reading symbols from ./vlc...done.
  17. (gdb) r -vv /home/tom/media/big_buck_bunny_720p_surround.avi
  18. Starting program: /home/tom/work/git/vlc/build-linux/vlc -vv /home/tom/media/big_buck_bunny_720p_surround.avi
  19. [Thread debugging using libthread_db enabled]
  20. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  21. VLC media player 3.0.0-git Vetinari (revision 2.2.0-git-1738-g378ac85)
  22. [0000000000604448] core libvlc debug: VLC media player - 3.0.0-git Vetinari
  23. [0000000000604448] core libvlc debug: Copyright Š 1996-2014 the VideoLAN team
  24. [0000000000604448] core libvlc debug: revision 2.2.0-git-1738-g378ac85
  25. [0000000000604448] core libvlc debug: configured with ../configure '--prefix=/home/tom/work/out/'
  26. [0000000000604448] core libvlc debug: searching plug-in modules
  27. [0000000000604448] core libvlc debug: loading plugins cache file /home/tom/work/git/vlc/build-linux/src/.libs/vlc/plugins/plugins.dat
  28. [0000000000604448] core libvlc warning: cannot read /home/tom/work/git/vlc/build-linux/src/.libs/vlc/plugins/plugins.dat: No such file or directory
  29. [0000000000604448] core libvlc debug: recursively browsing `/home/tom/work/git/vlc/build-linux/src/.libs/vlc/plugins'
  30. [0000000000604448] core libvlc debug: saving plugins cache /home/tom/work/git/vlc/build-linux/src/.libs/vlc/plugins/plugins.dat
  31. [0000000000604448] core libvlc debug: loading plugins cache file /home/tom/work/git/vlc/build-linux/modules/plugins.dat
  32. [0000000000604448] core libvlc debug: recursively browsing `/home/tom/work/git/vlc/build-linux/modules'
  33. [0000000000604448] core libvlc debug: saving plugins cache /home/tom/work/git/vlc/build-linux/modules/plugins.dat
  34. [0000000000604448] core libvlc debug: plug-ins loaded: 379 modules
  35. [0000000000604448] core libvlc debug: opening config file (/home/tom/.config/vlc/vlcrc)
  36. [0000000000604448] core libvlc debug: translation test: code is "C"
  37. [0000000000604448] core libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 AVX AVX FPU
  38. [00000000006c1a58] core input debug: Creating an input for 'Media Library'
  39. [00000000006c1a58] core input debug: Input is a meta file: disabling unneeded options
  40. [00000000006c1a58] core input debug: using timeshift granularity of 50 MiB, in path '/tmp'
  41. [00000000006c1a58] core input debug: `file/xspf-open:///home/tom/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/tom/.local/share/vlc/ml.xspf'
  42. [00000000006c1a58] core input debug: creating demux: access='file' demux='xspf-open' location='/home/tom/.local/share/vlc/ml.xspf' file='/home/tom/.local/share/vlc/ml.xspf'
  43. [00000000006d0b68] core demux debug: looking for access_demux module matching "file": 11 candidates
  44. [00000000006d0b68] core demux debug: no access_demux modules matched
  45. [00000000006c1a58] core input debug: creating access 'file' location='/home/tom/.local/share/vlc/ml.xspf', path='/home/tom/.local/share/vlc/ml.xspf'
  46. [00000000006d13d8] core access debug: looking for access module matching "file": 18 candidates
  47. [00000000006d13d8] filesystem access debug: opening file `/home/tom/.local/share/vlc/ml.xspf'
  48. [00000000006d13d8] core access debug: using access module "filesystem"
  49. [00000000006afc18] core stream debug: Using stream method for AStream*
  50. [00000000006afc18] core stream debug: starting pre-buffering
  51. [00000000006afc18] core stream debug: received first data after 0 ms
  52. [00000000006afc18] core stream debug: pre-buffering done 296 bytes in 0s - 18066 KiB/s
  53. [00000000006b05f8] core stream debug: looking for stream_filter module matching "any": 10 candidates
  54. [00000000006b05f8] core stream debug: no stream_filter modules matched
  55. [00000000006b05f8] core stream debug: looking for stream_filter module matching "record": 10 candidates
  56. [00000000006b05f8] core stream debug: using stream_filter module "record"
  57. [00000000006c1a58] core input debug: creating demux: access='file' demux='xspf-open' location='/home/tom/.local/share/vlc/ml.xspf' file='/home/tom/.local/share/vlc/ml.xspf'
  58. [00000000006b6218] core demux debug: looking for demux module matching "xspf-open": 60 candidates
  59. [00000000006b6218] xspf demux debug: using XSPF playlist reader
  60. [00000000006b6218] core demux debug: using demux module "playlist"
  61. [00000000006b6438] core demux meta debug: looking for meta reader module matching "any": 1 candidates
  62. [00000000006b6438] lua demux meta debug: Trying Lua scripts in /home/tom/.local/share/vlc/lua/meta/reader
  63. [00000000006b6438] lua demux meta debug: Trying Lua scripts in /home/tom/work/git/vlc/build-linux/src/.libs/vlc/lua/meta/reader
  64. [00000000006b6438] lua demux meta debug: Trying Lua scripts in /home/tom/work/git/vlc/share/lua/meta/reader
  65. [00000000006b6438] lua demux meta debug: Trying Lua playlist script /home/tom/work/git/vlc/share/lua/meta/reader/filename.lua
  66. [00000000006b6438] core demux meta debug: no meta reader modules matched
  67. [00000000006c1a58] core input debug: `file/xspf-open:///home/tom/.local/share/vlc/ml.xspf' successfully opened
  68. [00000000006b6348] core xml reader debug: looking for xml reader module matching "any": 1 candidates
  69. [00000000006b6348] core xml reader debug: using xml reader module "xml"
  70. [00000000006b6218] xspf demux debug: parsed 0 tracks successfully
  71. [00000000006c1a58] core input debug: EOF reached
  72. [00000000006b6218] core demux debug: removing module "playlist"
  73. [00000000006b05f8] core stream debug: removing module "record"
  74. [00000000006d13d8] core access debug: removing module "filesystem"
  75. [00000000006cb9f8] core playlist debug: creating audio output
  76. [0000000000618908] core audio output debug: looking for audio output module matching "any": 4 candidates
  77. [0000000000618908] pulse audio output debug: using library version 5.0.0
  78. [0000000000618908] pulse audio output debug: (compiled with version 5.0.0, protocol 29)
  79. [New Thread 0x7fffef721700 (LWP 24524)]
  80. [0000000000618908] pulse audio output debug: connected locally to /run/user/1000/pulse/native as client #701746
  81. [0000000000618908] pulse audio output debug: using protocol 29, server protocol 29
  82. [0000000000618908] pulse audio output debug: adding sink 32: alsa_output.usb-Burr-Brown_from_TI_USB_Audio_DAC-00-DAC.analog-stereo (USB Audio DAC Analog Stereo)
  83. [0000000000618908] core audio output debug: using audio output module "pulse"
  84. [00000000006cb9f8] core playlist debug: keeping audio output
  85. [New Thread 0x7ffff4c63700 (LWP 24525)]
  86. [New Thread 0x7fffeef20700 (LWP 24526)]
  87. [00007fffdc000958] core input debug: Creating an input for 'big_buck_bunny_720p_surround.avi'
  88. [00000000006cc928] core interface debug: looking for interface module matching "hotkeys,none": 14 candidates
  89. [00000000006cc928] core interface debug: using interface module "hotkeys"
  90. [00000000006cb1f8] core interface debug: looking for interface module matching "globalhotkeys,none": 14 candidates
  91. [00000000006cb1f8] core interface debug: no interface modules matched
  92. [00000000006cb1f8] core interface error: no suitable interface module
  93. [0000000000604448] core libvlc error: interface "globalhotkeys,none" initialization failed
  94. [00000000006cb1f8] core interface debug: looking for interface module matching "dbus,none": 14 candidates
  95. [00000000006cb1f8] dbus interface debug: listening on dbus as: org.mpris.MediaPlayer2.vlc
  96. [New Thread 0x7fffee3bc700 (LWP 24527)]
  97. [00000000006cb1f8] core interface debug: using interface module "dbus"
  98. [0000000000604448] core libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
  99. [00000000006de7a8] core interface debug: looking for interface module matching "any": 14 candidates
  100. [00000000006cb1f8] dbus interface debug: Getting All properties
  101. [00000000006cb9f8] core playlist debug: meta ok for (null), need to fetch art
  102. [New Thread 0x7fffe3242700 (LWP 24530)]
  103. [00007fffd8000958] core art finder debug: looking for meta fetcher module matching "any": 1 candidates
  104. [Thread 0x7fffeef20700 (LWP 24526) exited]
  105. [New Thread 0x7fffeef20700 (LWP 24531)]
  106. [00007fffd8000958] lua art finder debug: Trying Lua scripts in /home/tom/.local/share/vlc/lua/meta/fetcher
  107. [00007fffd8000958] lua art finder debug: Trying Lua scripts in /home/tom/work/git/vlc/build-linux/src/.libs/vlc/lua/meta/fetcher
  108. [00007fffd8000958] lua art finder debug: Trying Lua scripts in /home/tom/work/git/vlc/share/lua/meta/fetcher
  109. [00007fffd8000958] lua art finder debug: Trying Lua playlist script /home/tom/work/git/vlc/share/lua/meta/fetcher/tvrage.lua
  110. [00007fffd8000958] lua art finder debug: skipping script (unmatched scope) /home/tom/work/git/vlc/share/lua/meta/fetcher/tvrage.lua
  111. [00007fffd8000958] core art finder debug: no meta fetcher modules matched
  112. [00000000006cb9f8] core playlist debug: searching art for big_buck_bunny_720p_surround.avi
  113. [00007fffd8000958] core art finder debug: looking for art finder module matching "any": 2 candidates
  114. [00007fffd8000958] lua art finder debug: Trying Lua scripts in /home/tom/.local/share/vlc/lua/meta/art
  115. [00007fffd8000958] lua art finder debug: Trying Lua scripts in /home/tom/work/git/vlc/build-linux/src/.libs/vlc/lua/meta/art
  116. [00007fffd8000958] lua art finder debug: Trying Lua scripts in /home/tom/work/git/vlc/share/lua/meta/art
  117. [00007fffd8000958] lua art finder debug: Trying Lua playlist script /home/tom/work/git/vlc/share/lua/meta/art/00_musicbrainz.lua
  118. [00007fffd8000958] lua art finder debug: skipping script (unmatched scope) /home/tom/work/git/vlc/share/lua/meta/art/00_musicbrainz.lua
  119. [00007fffd8000958] lua art finder debug: Trying Lua playlist script /home/tom/work/git/vlc/share/lua/meta/art/01_googleimage.lua
  120. [00007fffd8000958] lua art finder debug: skipping script (unmatched scope) /home/tom/work/git/vlc/share/lua/meta/art/01_googleimage.lua
  121. [00007fffd8000958] lua art finder debug: Trying Lua playlist script /home/tom/work/git/vlc/share/lua/meta/art/02_frenchtv.lua
  122. [00007fffd8000958] lua art finder debug: skipping script (unmatched scope) /home/tom/work/git/vlc/share/lua/meta/art/02_frenchtv.lua
  123. [00007fffd8000958] lua art finder debug: Trying Lua playlist script /home/tom/work/git/vlc/share/lua/meta/art/03_lastfm.lua
  124. [00007fffd8000958] lua art finder debug: skipping script (unmatched scope) /home/tom/work/git/vlc/share/lua/meta/art/03_lastfm.lua
  125. [00007fffd8000958] core art finder debug: no art finder modules matched
  126. [00007fffd8000958] core art finder debug: looking for meta fetcher module matching "any": 1 candidates
  127. [00007fffd8000958] lua art finder debug: Trying Lua scripts in /home/tom/.local/share/vlc/lua/meta/fetcher
  128. [00007fffd8000958] lua art finder debug: Trying Lua scripts in /home/tom/work/git/vlc/build-linux/src/.libs/vlc/lua/meta/fetcher
  129. [00007fffd8000958] lua art finder debug: Trying Lua scripts in /home/tom/work/git/vlc/share/lua/meta/fetcher
  130. [00007fffd8000958] lua art finder debug: Trying Lua playlist script /home/tom/work/git/vlc/share/lua/meta/fetcher/tvrage.lua
  131. [00007fffd8000958] core art finder debug: using meta fetcher module "lua"
  132. [00007fffd8000958] core art finder debug: removing module "lua"
  133. [00000000006cb9f8] core playlist debug: searching art for big_buck_bunny_720p_surround.avi
  134. [00007fffd800b658] core art finder debug: looking for art finder module matching "any": 2 candidates
  135. [00007fffd800b658] lua art finder debug: Trying Lua scripts in /home/tom/.local/share/vlc/lua/meta/art
  136. [00007fffd800b658] lua art finder debug: Trying Lua scripts in /home/tom/work/git/vlc/build-linux/src/.libs/vlc/lua/meta/art
  137. [00007fffd800b658] lua art finder debug: Trying Lua scripts in /home/tom/work/git/vlc/share/lua/meta/art
  138. [00007fffd800b658] lua art finder debug: Trying Lua playlist script /home/tom/work/git/vlc/share/lua/meta/art/00_musicbrainz.lua
  139. [00007fffd800b658] lua art finder debug: Trying Lua playlist script /home/tom/work/git/vlc/share/lua/meta/art/01_googleimage.lua
  140. [00007fffd800b658] lua art finder debug: Trying Lua playlist script /home/tom/work/git/vlc/share/lua/meta/art/02_frenchtv.lua
  141. [00007fffd800b658] lua art finder debug: Trying Lua playlist script /home/tom/work/git/vlc/share/lua/meta/art/03_lastfm.lua
  142. [00007fffd800b658] core art finder debug: no art finder modules matched
  143. [00000000006cb9f8] core playlist debug: art not found for big_buck_bunny_720p_surround.avi
  144. [Thread 0x7fffe3242700 (LWP 24530) exited]
  145. [00007fffdc258078] core generic debug: looking for extension module matching "any": 1 candidates
  146. [00007fffdc258078] lua generic debug: Opening Lua Extension module
  147. [00007fffdc258078] lua generic debug: Trying Lua scripts in /home/tom/.local/share/vlc/lua/extensions
  148. [00007fffdc258078] lua generic debug: Trying Lua scripts in /home/tom/work/git/vlc/build-linux/src/.libs/vlc/lua/extensions
  149. [00007fffdc258078] lua generic debug: Trying Lua scripts in /home/tom/work/git/vlc/share/lua/extensions
  150. [00007fffdc258078] lua generic debug: Trying Lua playlist script /home/tom/work/git/vlc/share/lua/extensions/VLSub.lua
  151. [00007fffdc258078] lua generic debug: Scanning Lua script /home/tom/work/git/vlc/share/lua/extensions/VLSub.lua
  152. [New Thread 0x7fffe3242700 (LWP 24532)]
  153. [00007fffdc258078] lua generic debug: Script /home/tom/work/git/vlc/share/lua/extensions/VLSub.lua has the following capability flags: 0x5
  154. [00007fffdc258078] core generic debug: using extension module "lua"
  155. [00007fffdc364768] core probe debug: looking for services probe module matching "any": 7 candidates
  156. [00007fffdc364768] core probe debug: no services probe modules matched
  157. [00000000006de7a8] core interface debug: using interface module "qt4"
  158. [00000000006cb9f8] core playlist debug: processing request item: null, node: Playlist, skip: 0
  159. [00000000006cb9f8] core playlist debug: rebuilding array of current - root Playlist
  160. [00000000006cb9f8] core playlist debug: rebuild done - 1 items, index -1
  161. [00000000006cb9f8] core playlist debug: starting playback of the new playlist item
  162. [00000000006cb9f8] core playlist debug: resyncing on big_buck_bunny_720p_surround.avi
  163. [00000000006cb9f8] core playlist debug: big_buck_bunny_720p_surround.avi is at 0
  164. [00000000006cb9f8] core playlist debug: creating new input thread
  165. [00007fffd8001138] core input debug: Creating an input for 'big_buck_bunny_720p_surround.avi'
  166. [New Thread 0x7fffc9f97700 (LWP 24533)]
  167. [00000000006cb9f8] core playlist debug: requesting art for new input thread
  168. [00007fffd8001138] core input debug: using timeshift granularity of 50 MiB, in path '/tmp'
  169. [00007fffd8001138] core input debug: `file:///home/tom/media/big_buck_bunny_720p_surround.avi' gives access `file' demux `' path `/home/tom/media/big_buck_bunny_720p_surround.avi'
  170. [00007fffd8001138] core input debug: specified demux `any'
  171. [New Thread 0x7fffc9e96700 (LWP 24534)]
  172. [00007fffd8001138] core input debug: creating demux: access='file' demux='any' location='/home/tom/media/big_buck_bunny_720p_surround.avi' file='/home/tom/media/big_buck_bunny_720p_surround.avi'
  173. [00007fffbc000958] core art finder debug: looking for meta fetcher module matching "any": 1 candidates
  174. [00007fffc4000e68] core demux debug: looking for access_demux module matching "file": 11 candidates
  175. [00007fffc4000e68] core demux debug: no access_demux modules matched
  176. [00007fffd8001138] core input debug: creating access 'file' location='/home/tom/media/big_buck_bunny_720p_surround.avi', path='/home/tom/media/big_buck_bunny_720p_surround.avi'
  177. [00007fffc4001128] core access debug: looking for access module matching "file": 18 candidates
  178. [00007fffc4001128] filesystem access debug: opening file `/home/tom/media/big_buck_bunny_720p_surround.avi'
  179. [00007fffc4001128] core access debug: using access module "filesystem"
  180. [00007fffc4001308] core stream debug: Using stream method for AStream*
  181. [00007fffc4001308] core stream debug: starting pre-buffering
  182. [00007fffc4001308] core stream debug: received first data after 0 ms
  183. [00007fffc4001308] core stream debug: pre-buffering done 1024 bytes in 0s - 71428 KiB/s
  184. [00007fffc4c01598] core stream debug: looking for stream_filter module matching "any": 10 candidates
  185. [00007fffc4c01598] core stream debug: no stream_filter modules matched
  186. [00007fffc4c01598] core stream debug: looking for stream_filter module matching "record": 10 candidates
  187. [00007fffc4c01598] core stream debug: using stream_filter module "record"
  188. [00007fffd8001138] core input debug: creating demux: access='file' demux='any' location='/home/tom/media/big_buck_bunny_720p_surround.avi' file='/home/tom/media/big_buck_bunny_720p_surround.avi'
  189. [00007fffc4c01918] core demux debug: looking for demux module matching "avi": 60 candidates
  190. [00007fffc4c01598] avi stream debug: <list 'AVI '>
  191. [00007fffc4c01598] avi stream debug: <list 'hdrl'>
  192. [00007fffc4c01598] avi stream debug: <list 'strl'>
  193. [00007fffc4c01598] avi stream debug: </list 'strl'>
  194. [00007fffc4c01598] avi stream debug: <list 'strl'>
  195. [00007fffc4c01598] avi stream debug: </list 'strl'>
  196. [00007fffc4c01598] avi stream debug: <list 'odml'>
  197. [00007fffc4c01598] avi stream debug: </list 'odml'>
  198. [00007fffc4c01598] avi stream debug: </list 'hdrl'>
  199. [00007fffc4c01598] avi stream debug: <list 'INFO'>
  200. [00007fffc4c01598] avi stream debug: </list 'INFO'>
  201. [00007fffc4c01598] avi stream debug: skipping movi chunk
  202. [00007fffc4c01598] avi stream debug: </list 'AVI '>
  203. [00007fffc4c01598] avi stream debug: <list 'AVIX'>
  204. [00007fffc4c01598] avi stream debug: skipping movi chunk
  205. [00007fffc4c01598] avi stream debug: </list 'AVIX'>
  206. [00007fffc4c01598] avi stream debug: * LIST-root size:332243668 pos:0
  207. [00007fffc4c01598] avi stream debug: + RIFF-AVI size:1220336 pos:0
  208. [00007fffc4c01598] avi stream debug: | + LIST-hdrl size:65434 pos:12
  209. [00007fffc4c01598] avi stream debug: | | + avih size:56 pos:24
  210. [00007fffc4c01598] avi stream debug: | | + LIST-strl size:180 pos:88
  211. [00007fffc4c01598] avi stream debug: | | | + strh size:56 pos:100
  212. [00007fffc4c01598] avi stream debug: | | | + strf size:40 pos:164
  213. [00007fffc4c01598] avi stream debug: | | | + indx size:56 pos:212
  214. [00007fffc4c01598] avi stream debug: | | + LIST-strl size:178 pos:276
  215. [00007fffc4c01598] avi stream debug: | | | + strh size:56 pos:288
  216. [00007fffc4c01598] avi stream debug: | | | + strf size:18 pos:352
  217. [00007fffc4c01598] avi stream debug: | | | + strn size:11 pos:378
  218. [00007fffc4c01598] avi stream debug: | | | + indx size:56 pos:398
  219. [00007fffc4c01598] avi stream debug: | | + LIST-odml size:260 pos:462
  220. [00007fffc4c01598] avi stream debug: | | | + dmlh size:248 pos:474
  221. [00007fffc4c01598] avi stream debug: | | + JUNK size:64716 pos:730
  222. [00007fffc4c01598] avi stream debug: | + LIST-INFO size:62 pos:65454
  223. [00007fffc4c01598] avi stream debug: | | + ISFT size:41 pos:65466
  224. [00007fffc4c01598] avi stream debug: | | + JUNK size:0 pos:65516
  225. [00007fffc4c01598] avi stream debug: | + LIST-movi size:1153348 pos:65524
  226. [00007fffc4c01598] avi stream debug: | + idx1 size:1456 pos:1218880
  227. [00007fffc4c01598] avi stream debug: + RIFF-AVIX size:331023316 pos:1220344
  228. [00007fffc4c01598] avi stream debug: | + LIST-movi size:331023304 pos:1220356
  229. [00007fffc4c01918] avi demux warning: multiple riff -> OpenDML ?
  230. [00007fffc4c01918] avi demux warning: detected OpenDML file
  231. [00007fffc4c01918] avi demux debug: AVIH: 2 stream, flags HAS_INDEX IS_INTERLEAVED
  232. [00007fffc4c01918] avi demux debug: stream[0] rate:5000000 scale:208333 samplesize:0
  233. [00007fffc4c01918] avi demux debug: stream[0] video(FMP4) 1280x720 24bpp 24.000038fps
  234. [00007fffd8001138] core input debug: selecting program id=0
  235. [00007fffc4c01918] avi demux debug: stream[1] rate:56000 scale:1 samplesize:1
  236. [00007fffc4c01918] avi demux debug: stream[1] audio(0x2000 - A52 Audio (aka AC3)) 5 channels 48000Hz 0bits
  237. [00007fffc4c01918] avi demux debug: loading subindex(0x1) 53 entries
  238. [00007fffbc000958] lua art finder debug: Trying Lua scripts in /home/tom/.local/share/vlc/lua/meta/fetcher
  239. [00007fffbc000958] lua art finder debug: Trying Lua scripts in /home/tom/work/git/vlc/build-linux/src/.libs/vlc/lua/meta/fetcher
  240. [00007fffbc000958] lua art finder debug: Trying Lua scripts in /home/tom/work/git/vlc/share/lua/meta/fetcher
  241. [00007fffbc000958] lua art finder debug: Trying Lua playlist script /home/tom/work/git/vlc/share/lua/meta/fetcher/tvrage.lua
  242. [00007fffc4c01918] avi demux debug: loading subindex(0x1) 14262 entries
  243. [00007fffc4c01918] avi demux debug: loading subindex(0x1) 38 entries
  244. [00007fffc4c01918] avi demux debug: loading subindex(0x1) 9282 entries
  245. [00007fffc4c01918] avi demux debug: selected ODML index for stream[0]
  246. [00007fffc4c01918] avi demux debug: selected ODML index for stream[1]
  247. [00007fffc4c01918] avi demux debug: stream[0] created 14315 index entries
  248. [00007fffc4c01918] avi demux debug: stream[1] created 9320 index entries
  249. [00007fffc4c01918] avi demux debug: stream[0] length:596 (based on index)
  250. [00007fffc4c01918] avi demux debug: stream[1] length:596 (based on index)
  251. [00007fffc4c01918] core demux debug: using demux module "avi"
  252. [00007fffd8001138] core input debug: looking for a subtitle file in /home/tom/media/
  253. [00007fffc4d04b18] core decoder debug: looking for decoder module matching "any": 31 candidates
  254. [00007fffbc000958] lua art finder debug: skipping script (unmatched scope) /home/tom/work/git/vlc/share/lua/meta/fetcher/tvrage.lua
  255. [00007fffbc000958] core art finder debug: no meta fetcher modules matched
  256. [0000000000604448] core libvlc debug: searching art for big_buck_bunny_720p_surround.avi
  257. [00007fffbc000958] core art finder debug: looking for art finder module matching "any": 2 candidates
  258. [00007fffbc000958] lua art finder debug: Trying Lua scripts in /home/tom/.local/share/vlc/lua/meta/art
  259. [00007fffbc000958] lua art finder debug: Trying Lua scripts in /home/tom/work/git/vlc/build-linux/src/.libs/vlc/lua/meta/art
  260. [00007fffbc000958] lua art finder debug: Trying Lua scripts in /home/tom/work/git/vlc/share/lua/meta/art
  261. [00007fffbc000958] lua art finder debug: Trying Lua playlist script /home/tom/work/git/vlc/share/lua/meta/art/00_musicbrainz.lua
  262. [00007fffbc000958] lua art finder debug: skipping script (unmatched scope) /home/tom/work/git/vlc/share/lua/meta/art/00_musicbrainz.lua
  263. [00007fffbc000958] lua art finder debug: Trying Lua playlist script /home/tom/work/git/vlc/share/lua/meta/art/01_googleimage.lua
  264. [00007fffc4d04b18] avcodec decoder debug: CPU flags: 0x0007d3db
  265. [00007fffbc000958] lua art finder debug: skipping script (unmatched scope) /home/tom/work/git/vlc/share/lua/meta/art/01_googleimage.lua
  266. [00007fffbc000958] lua art finder debug: Trying Lua playlist script /home/tom/work/git/vlc/share/lua/meta/art/02_frenchtv.lua
  267. [00000000006de7a8] qt4 interface debug: IM: Setting an input
  268. [00007fffc4d04b18] avcodec decoder debug: trying to use direct rendering
  269. [00007fffc4d04b18] avcodec decoder debug: allowing 4 thread(s) for decoding
  270. [00007fffc4d04b18] avcodec decoder debug: available hardware decoder output format 53 (vaapi_vld)
  271. [00007fffc4d04b18] avcodec decoder debug: available hardware decoder output format 109 (vdpau)
  272. [00007fffc4d04b18] avcodec decoder debug: available software decoder output format 0 (yuv420p)
  273. [00007fffc4d16bf8] core generic debug: looking for hw decoder module matching "none": 1 candidates
  274. [00007fffc4d16bf8] core generic debug: no hw decoder modules matched
  275. [00007fffbc000958] lua art finder debug: skipping script (unmatched scope) /home/tom/work/git/vlc/share/lua/meta/art/02_frenchtv.lua
  276. [00007fffbc000958] lua art finder debug: Trying Lua playlist script /home/tom/work/git/vlc/share/lua/meta/art/03_lastfm.lua
  277. [00007fffc4d04b18] avcodec decoder debug: codec (mpeg4) started
  278. [00007fffc4d04b18] core decoder debug: using decoder module "avcodec"
  279. [New Thread 0x7fffc0100700 (LWP 24535)]
  280. [00007fffc4d16f98] core decoder debug: looking for decoder module matching "any": 31 candidates
  281. [00007fffc4d16f98] core decoder debug: using decoder module "a52"
  282. [New Thread 0x7fffbb958700 (LWP 24536)]
  283. [00007fffc4d178d8] core demux meta debug: looking for meta reader module matching "any": 1 candidates
  284. [00007fffbc000958] lua art finder debug: skipping script (unmatched scope) /home/tom/work/git/vlc/share/lua/meta/art/03_lastfm.lua
  285. [00007fffbc000958] core art finder debug: no art finder modules matched
  286. [00007fffbc000958] core art finder debug: looking for meta fetcher module matching "any": 1 candidates
  287. [00007fffc4d178d8] lua demux meta debug: Trying Lua scripts in /home/tom/.local/share/vlc/lua/meta/reader
  288. [00007fffc4d178d8] lua demux meta debug: Trying Lua scripts in /home/tom/work/git/vlc/build-linux/src/.libs/vlc/lua/meta/reader
  289. [00007fffc4d178d8] lua demux meta debug: Trying Lua scripts in /home/tom/work/git/vlc/share/lua/meta/reader
  290. [00007fffc4d178d8] lua demux meta debug: Trying Lua playlist script /home/tom/work/git/vlc/share/lua/meta/reader/filename.lua
  291. [00007fffbc000958] lua art finder debug: Trying Lua scripts in /home/tom/.local/share/vlc/lua/meta/fetcher
  292. [00007fffbc000958] lua art finder debug: Trying Lua scripts in /home/tom/work/git/vlc/build-linux/src/.libs/vlc/lua/meta/fetcher
  293. [00007fffbc000958] lua art finder debug: Trying Lua scripts in /home/tom/work/git/vlc/share/lua/meta/fetcher
  294. [00007fffbc000958] lua art finder debug: Trying Lua playlist script /home/tom/work/git/vlc/share/lua/meta/fetcher/tvrage.lua
  295. [00007fffc4d178d8] core demux meta debug: no meta reader modules matched
  296. [00007fffd8001138] core input debug: `file:///home/tom/media/big_buck_bunny_720p_surround.avi' successfully opened
  297. [00007fffd8001138] core input debug: Buffering 0%
  298. [00007fffd8001138] core input debug: Buffering 8%
  299. [00007fffc4d16f98] a52 decoder debug: A/52 channels:6 samplerate:48000 bitrate:448000
  300. [00007fffd8001138] core input debug: Buffering 16%
  301. [00000000006cb9f8] core playlist debug: reusing audio output
  302. [00007fffd8001138] core input debug: Buffering 25%
  303. [00007fffd8001138] core input debug: Buffering 33%
  304. [0000000000618908] pulse audio output debug: using surround-51 channel map
  305. [00007fffd8001138] core input debug: Buffering 41%
  306. [00007fffd8001138] core input debug: Buffering 50%
  307. [00007fffd8001138] core input debug: Buffering 58%
  308. [00007fffd8001138] core input debug: Buffering 66%
  309. [00007fffd8001138] core input debug: Buffering 75%
  310. [00007fffd8001138] core input debug: Buffering 83%
  311. [00007fffd8001138] core input debug: Buffering 91%
  312. [00007fffd8001138] core input debug: Buffering 100%
  313. [00007fffd8001138] core input debug: Stream buffering done (325 ms in 0 ms)
  314. [00007fffb41063c8] core spu text debug: looking for text renderer module matching "any": 2 candidates
  315. [0000000000618908] pulse audio output debug: digital pass-through not available
  316. [0000000000618908] pulse audio output debug: changed buffer metrics: maxlength=4194312, tlength=207312, prebuf=0, minreq=46080
  317. [0000000000618908] pulse audio output debug: connected to sink alsa_output.usb-Burr-Brown_from_TI_USB_Audio_DAC-00-DAC.analog-stereo
  318. [0000000000618908] core audio output debug: output 'f32l' 48000 Hz 3F2R/LFE frame=1 samples/24 bytes
  319. [00007fffac000958] core volume debug: looking for audio volume module matching "any": 2 candidates
  320. [00007fffb41063c8] freetype spu text debug: Building font databases.
  321. [00007fffb41063c8] freetype spu text debug: Took 1 microseconds
  322. [00007fffbc000958] core art finder debug: using meta fetcher module "lua"
  323. [00007fffbc000958] core art finder debug: removing module "lua"
  324. [0000000000604448] core libvlc debug: searching art for big_buck_bunny_720p_surround.avi
  325. [00007fffac000958] core volume debug: using audio volume module "float_mixer"
  326. [0000000000618908] core audio output debug: input 'a52 ' 48000 Hz 3F2R/LFE frame=1536 samples/1792 bytes
  327. [00007fffbc000958] core art finder debug: looking for art finder module matching "any": 2 candidates
  328. [00007fffac0031d8] core audio filter debug: looking for audio filter module matching "scaletempo": 14 candidates
  329. [00007fffac0031d8] scaletempo audio filter debug: format: 48000 rate, 6 nch, 4 bps, fl32
  330. [00007fffac0031d8] scaletempo audio filter debug: params: 30 stride, 0.200 overlap, 14 search
  331. [00007fffac0031d8] scaletempo audio filter debug: 1.000 scale, 1440.000 stride_in, 1440 stride_out, 1152 standing, 288 overlap, 672 search, 2400 queue, fl32 mode
  332. [00007fffac0031d8] core audio filter debug: using audio filter module "scaletempo"
  333. [0000000000618908] core audio output debug: conversion: 'a52 '->'f32l' 48000 Hz->48000 Hz 3F2R/LFE->3F2R/LFE
  334. [00007fffac018988] core audio converter debug: looking for audio converter module matching "any": 9 candidates
  335. [00007fffb41063c8] freetype spu text debug: Using DejaVu Sans as font from file /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf
  336. [00007fffb41063c8] freetype spu text debug: Using Monospace as mono-font from file /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf
  337. [00007fffbc000958] lua art finder debug: Trying Lua scripts in /home/tom/.local/share/vlc/lua/meta/art
  338. [00007fffb41063c8] freetype spu text debug: using fontsize: 2
  339. [00007fffbc000958] lua art finder debug: Trying Lua scripts in /home/tom/work/git/vlc/build-linux/src/.libs/vlc/lua/meta/art
  340. [00007fffb41063c8] core spu text debug: using text renderer module "freetype"
  341. [00007fffbc000958] lua art finder debug: Trying Lua scripts in /home/tom/work/git/vlc/share/lua/meta/art
  342. [00007fffb410e0c8] core scale debug: looking for video filter2 module matching "any": 63 candidates
  343. [00007fffbc000958] lua art finder debug: Trying Lua playlist script /home/tom/work/git/vlc/share/lua/meta/art/00_musicbrainz.lua
  344. [00007fffac018988] core audio converter debug: no audio converter modules matched
  345. [00007fffac018988] core audio converter debug: looking for audio converter module matching "any": 9 candidates
  346. [00007fffb410e0c8] swscale scale debug: 32x32 (32x32) chroma: YUVA -> 16x16 (16x16) chroma: RGBA with scaling using Bicubic (good quality)
  347. [00007fffb410e0c8] core scale debug: using video filter2 module "swscale"
  348. [00007fffac018988] core audio converter debug: using audio converter module "a52tofloat32"
  349. [0000000000618908] core audio output debug: conversion pipeline complete
  350. [0000000000618908] core audio output debug: conversion: 'f32l'->'f32l' 48000 Hz->48000 Hz 3F2R/LFE->3F2R/LFE
  351. [0000000000618908] core audio output debug: conversion pipeline complete
  352. [00007fffb4126158] core scale debug: looking for video filter2 module matching "any": 63 candidates
  353. [00007fffac0225a8] core audio resampler debug: looking for audio resampler module matching "any": 1 candidates
  354. [00007fffbc000958] lua art finder debug: Trying Lua playlist script /home/tom/work/git/vlc/share/lua/meta/art/01_googleimage.lua
  355. [00007fffbc000958] lua art finder debug: Trying Lua playlist script /home/tom/work/git/vlc/share/lua/meta/art/02_frenchtv.lua
  356. [00007fffb4126158] yuvp scale debug: YUVP to YUVA converter
  357. [00007fffb4126158] core scale debug: using video filter2 module "yuvp"
  358. [00007fffac0225a8] core audio resampler debug: using audio resampler module "ugly_resampler"
  359. [00007fffc4d16f98] core decoder debug: End of audio preroll
  360. [00007fffb4105008] core video output debug: Deinterlacing available
  361. [00007fffb4105008] core video output debug: deinterlace 0, mode blend, is_needed 0
  362. [00007fffb412e368] core window debug: looking for vout window module matching "qt4,any": 3 candidates
  363. [00007fffb412e368] qt4 window debug: requesting video window...
  364. [00007fffbc000958] lua art finder debug: Trying Lua playlist script /home/tom/work/git/vlc/share/lua/meta/art/03_lastfm.lua
  365. [00007fffbc000958] core art finder debug: no art finder modules matched
  366. [0000000000604448] core libvlc debug: art not found for big_buck_bunny_720p_surround.avi
  367. [Thread 0x7fffc9e96700 (LWP 24534) exited]
  368. [00007fffb412e368] core window debug: resized to 836x440
  369. [00007fffb412e368] core window debug: resized to 489x0
  370. [00007fffb412e368] core window debug: resized to 1280x720
  371. [00007fffb412e368] core window debug: using vout window module "qt4"
  372. [00007fffb412e588] core inhibit debug: looking for inhibit module matching "any": 2 candidates
  373. [00007fffb412e588] dbus_screensaver inhibit debug: found service org.freedesktop.ScreenSaver
  374. [00007fffb412e588] core inhibit debug: using inhibit module "dbus_screensaver"
  375. [New Thread 0x7fffc9e96700 (LWP 24537)]
  376. [00007fffb4105008] core video output debug: Opening vout display wrapper
  377. [00007fffbc008798] core vout display debug: looking for vout display module matching "xcb_xv": 10 candidates
  378. [00007fffbc008798] core vout display debug: VoutDisplayEvent 'resize' 1280x720
  379. [00007fffbc008798] xcb vout display debug: connected to X11.0 server
  380. [00007fffbc008798] xcb vout display debug: vendor : The X.Org Foundation
  381. [00007fffbc008798] xcb vout display debug: version: 11601901
  382. [00007fffbc008798] xcb vout display debug: using screen 0x2a6
  383. [00007fffbc008798] xcb_xv vout display debug: using XVideo extension v2.2
  384. [00007fffbc008798] xcb_xv vout display debug: using adaptor NV17 Video Texture
  385. [00007fffbc008798] xcb_xv vout display debug: using port 601
  386. [00007fffbc008798] xcb_xv vout display debug: using image format 0x30323449
  387. [00007fffbc008798] xcb_xv vout display debug: using X11 visual ID 0x21 (depth: 24)
  388. [00007fffbc008798] xcb_xv vout display debug: using X11 window 0x04000000
  389. [00007fffbc008798] xcb_xv vout display debug: using X11 graphic context 0x04000002
  390. [00007fffbc008798] core vout display debug: using vout display module "xcb_xv"
  391. [00007fffbc008798] core vout display debug: A filter to adapt decoder to display is needed
  392. [00007fffbc007248] core filter debug: looking for video filter2 module matching "any": 63 candidates
  393. [00007fffbc007248] swscale filter debug: 1280x720 (1280x736) chroma: I420 -> 1280x720 (1280x720) chroma: I420 with scaling using Bicubic (good quality)
  394. [00007fffbc007248] core filter debug: using video filter2 module "swscale"
  395. [00007fffbc008798] core vout display debug: Filter 'Swscale' (0x7fffbc007248) appended to chain
  396. [00007fffb4105008] core video output debug: original format sz 1280x736, of (0,0), vsz 1280x720, 4cc I420, sar 1:1, msk r0x0 g0x0 b0x0
  397. [00007fffb41063c8] core spu text debug: removing module "freetype"
  398. [00007fffb41063c8] core spu text debug: looking for text renderer module matching "any": 2 candidates
  399. [00007fffb41063c8] freetype spu text debug: Building font databases.
  400. [00007fffb41063c8] freetype spu text debug: Took 0 microseconds
  401. [00007fffb41063c8] freetype spu text debug: Using DejaVu Sans as font from file /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf
  402. [00007fffb41063c8] freetype spu text debug: Using Monospace as mono-font from file /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf
  403. [00007fffb41063c8] freetype spu text debug: using fontsize: 2
  404. [00007fffb41063c8] core spu text debug: using text renderer module "freetype"
  405. [00007fffc4d04b18] avcodec decoder debug: enabling direct rendering
  406. [00007fffc4d04b18] core decoder debug: End of video preroll
  407. [00007fffc4d04b18] core decoder debug: Received first picture
  408. [00007fffd8001138] core input debug: Decoder wait done in 291 ms
  409. [0000000000618908] pulse audio output debug: cannot synchronize start
  410. [0000000000618908] pulse audio output debug: deferring start (9777 us)
  411. [0000000000618908] pulse audio output warning: starting late (-22444 us)
  412. [0000000000618908] pulse audio output debug: started
  413. [0000000000618908] pulse audio output debug: underflow
  414. [0000000000618908] pulse audio output debug: underflow
  415. [00007fffbc004628] core blend debug: looking for video blending module matching "any": 1 candidates
  416. [00007fffbc004628] core blend debug: using video blending module "blend"
  417.  
  418. Program received signal SIGSEGV, Segmentation fault.
  419. [Switching to Thread 0x7fffc9e96700 (LWP 24537)]
  420. __memcpy_sse2_unaligned () at ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S:37
  421. 37 ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: No such file or directory.
  422. (gdb) bt f
  423. #0 __memcpy_sse2_unaligned () at ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S:37
  424. No locals.
  425. #1 0x00007fffb93bcaac in ?? () from /usr/lib/x86_64-linux-gnu/libswscale.so.3
  426. No symbol table info available.
  427. #2 0x00007fffb93bf1e8 in sws_scale () from /usr/lib/x86_64-linux-gnu/libswscale.so.3
  428. No symbol table info available.
  429. #3 0x00007fffb95e609b in Convert (p_filter=<optimized out>, ctx=0x7fffbc010700, p_dst=<optimized out>, p_src=<optimized out>,
  430. i_height=<optimized out>, i_plane_count=<optimized out>, b_swap_uvi=<optimized out>, b_swap_uvo=<optimized out>)
  431. at ../../modules/video_chroma/swscale.c:608
  432. palette = "+\220\324\366\377\177\000\000\002\000\000\000\377\177\000\000\000\000\000\000\000\000\000\000`0\324\366\377\177\000\000\000g\351\311\377\177\000\000\270Y\351\311\377\177\000\000\000\000\000\000\000\000\000\000PY\351\311\377\177\000\000\001\000\000\000\000\000\000\000]0\251\366\377\177\000\000\033\000\000\000\000\000\000\000`0\324\366\377\177\000\000E֙\367\377\177\000\000\a\366\223\367\377\177\000\000\260Y\351\311\377\177\000\000\060\000\000\000\060\000\000\000\360X\351\311\377\177\000\000ɂ\247\366\377\177\000\000\001\000\000\000\000\000\000\000\263\062\241\366\377\177\000\000U\340\231\367\377\177\000\000`0\324\366\377\177\000\000\005\000\000\000\000\000\000\000\322ߙ\367\377\177\000\000\005\000\000\000\000\000\000\000s)\241"...
  433. src = {0x7fffbc015e10 '\020' <repeats 200 times>..., 0x7fffbc0fd210 '\200' <repeats 200 times>...,
  434. 0x7fffbc136f10 '\200' <repeats 200 times>..., 0x0}
  435. src_stride = {1280, 640, 640, 0}
  436. dst = {0x7fffb3299000 '\020' <repeats 200 times>..., 0x7fffb337a000 '\200' <repeats 200 times>...,
  437. 0x7fffb33b2400 '\200' <repeats 16 times>, 0x0}
  438. dst_stride = {1280, 640, 640, 0}
  439. #4 0x00007fffb95e7bf3 in Filter (p_filter=0x7fffb33b2400, p_pic=0x7fffbc136f10) at ../../modules/video_chroma/swscale.c:659
  440. No locals.
  441. #5 0x00007ffff795fb0e in FilterChainVideoFilter (p_pic=0x7fffbc002ac0, f=0x7fffbc007248) at ../../src/misc/filter_chain.c:374
  442. p_filter = 0x7fffbc007248
  443. #6 filter_chain_VideoFilter (p_chain=0x7fffbc00ae60, p_pic=<optimized out>) at ../../src/misc/filter_chain.c:392
  444. No locals.
  445. #7 0x00007ffff7924d03 in ThreadDisplayRenderPicture (vout=0x7fffb4105008, is_forced=16)
  446. at ../../src/video_output/video_output.c:982
  447. sys = 0x7fffb4105038
  448. vd = 0x7fffbc008798
  449. torender = 0x7fffbc002ac0
  450. render_subtitle_date = 140736347515584
  451. fmt_spu = {i_chroma = 808596553, i_width = 1280, i_height = 736, i_x_offset = 0, i_y_offset = 0,
  452. i_visible_width = 1280, i_visible_height = 720, i_bits_per_pixel = 0, i_sar_num = 1, i_sar_den = 1,
  453. i_frame_rate = 5000000, i_frame_rate_base = 208333, i_rmask = 0, i_gmask = 0, i_bmask = 0, i_rrshift = 0,
  454. i_lrshift = 0, i_rgshift = 0, i_lgshift = 0, i_rbshift = 0, i_lbshift = 0, p_palette = 0x0,
  455. orientation = ORIENT_TOP_LEFT}
  456. fmt_spu_rot = {i_chroma = 808596553, i_width = 1280, i_height = 736, i_x_offset = 0, i_y_offset = 0,
  457. i_visible_width = 1280, i_visible_height = 720, i_bits_per_pixel = 0, i_sar_num = 1, i_sar_den = 1,
  458. i_frame_rate = 5000000, i_frame_rate_base = 208333, i_rmask = 0, i_gmask = 0, i_bmask = 0, i_rrshift = 0,
  459. i_lrshift = 0, i_rgshift = 0, i_lgshift = 0, i_rbshift = 0, i_lbshift = 0, p_palette = 0x0,
  460. orientation = ORIENT_TOP_LEFT}
  461. subpic = 0x0
  462. #8 0x00007ffff79268ba in ThreadDisplayPicture (deadline=<optimized out>, vout=<optimized out>)
  463. at ../../src/video_output/video_output.c:1093
  464. first = true
  465. refresh = false
  466. paused = 48
  467. render_delay = 471040
  468. ret = 148157200
  469. date = 148157200
  470. drop_next_frame = false
  471. #9 Thread (object=0x7fffb4105008) at ../../src/video_output/video_output.c:1567
  472. cmd = {type = 12, u = {boolean = true, time = 1, time_ptr = 0x1,
  473. string = 0x1 <error: Cannot access memory at address 0x1>, integer = 1, pair = {a = 1, b = 0}, pause = {
  474. is_on = true, date = 0}, message = {channel = 1, string = 0x0}, border = {left = 1, top = 0, right = 0,
  475. bottom = 0}, window = {x = 1, y = 0, width = 0, height = 0}, cfg = 0x1, subpicture = 0x1}}
  476. interlacing = {is_interlaced = false, date = 1401400454020}
  477. #10 0x00007ffff6f540a4 in start_thread (arg=0x7fffc9e96700) at pthread_create.c:309
  478. __res = <optimized out>
  479. pd = 0x7fffc9e96700
  480. now = <optimized out>
  481. unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736580904704, 7185895631527686039, 1, 140736817294256, 21,
  482. 140736580904704, -7185777070042173545, -7185911107416543337}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0,
  483. 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  484. not_first_call = <optimized out>
  485. pagesize_m1 = <optimized out>
  486. sp = <optimized out>
  487. freesize = <optimized out>
  488. __PRETTY_FUNCTION__ = "start_thread"
  489. #11 0x00007ffff6a84ccd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
  490. No locals.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement