Advertisement
Guest User

ffmpeg/gdb

a guest
Dec 12th, 2011
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.60 KB | None | 0 0
  1. (gdb) run -y -i ashes09-2.vob -r 25 -vcodec libx264 -vf crop=720:560:0:10 -deinterlace -acodec copy -pre medium ashes09-2.mp4
  2. The program being debugged has been started already.
  3. Start it from the beginning? (y or n) y
  4.  
  5. Starting program: /root/devel/mplayer1/ffmpeg/ffmpeg_g -y -i ashes09-2.vob -r 25 -vcodec libx264 -vf crop=720:560:0:10 -deinterlace -acodec copy -pre medium ashes09-2.mp4
  6. [New LWP 100735]
  7. [New Thread 803c041c0 (LWP 100735/initial thread)]
  8. ffmpeg version N-33865-g6c723f3, Copyright (c) 2000-2011 the FFmpeg developers
  9. built on Dec 12 2011 20:35:23 with gcc 4.6.2 20110729 (prerelease)
  10. configuration: --as=/usr/local/bin/as --cc=/usr/local/bin/gcc46 --extra-libs=-L/usr/local/lib --extra-cflags='-I/usr/local/include -g -O0' --prefix=/usr/local --mandir=/usr/local/man --disable-protocol=udp --enable-libx264 --enable-postproc --enable-libfaac --enable-libmp3lame --enable-libxvid --enable-nonfree --enable-gpl --enable-version3 --enable-libtheora --enable-libvorbis --enable-ffmpeg --enable-ffplay --enable-ffprobe --enable-debug=3 --disable-stripping
  11. libavutil 51. 32. 0 / 51. 32. 0
  12. libavcodec 53. 43. 0 / 53. 43. 0
  13. libavformat 53. 24. 0 / 53. 24. 0
  14. libavdevice 53. 4. 0 / 53. 4. 0
  15. libavfilter 2. 53. 0 / 2. 53. 0
  16. libswscale 2. 1. 0 / 2. 1. 0
  17. libpostproc 51. 2. 0 / 51. 2. 0
  18. [mpeg @ 0x803c3e600] max_analyze_duration 5000000 reached at 5000000
  19. Input #0, mpeg, from 'ashes09-2.vob':
  20. Duration: 00:00:10.94, start: 0.287267, bitrate: -2147483 kb/s
  21. Stream #0:0[0x1e0]: Video: mpeg2video (Main), yuv420p, 720x576 [SAR 64:45 DAR 16:9], 7800 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc
  22. Stream #0:1[0x80]: Audio: ac3, 48000 Hz, stereo, s16, 224 kb/s
  23.  
  24. Program received signal SIGSEGV, Segmentation fault.
  25. [Switching to Thread 803c041c0 (LWP 100735/initial thread)]
  26. 0x0000000000441786 in new_output_stream (o=0x7fffffffdc70, oc=0x803c3ec00, type=AVMEDIA_TYPE_AUDIO) at ffmpeg.c:410
  27. 410 if (po->flags & OPT_SPEC) {
  28. (gdb) bt
  29. #0 0x0000000000441786 in new_output_stream (o=0x7fffffffdc70, oc=0x803c3ec00, type=AVMEDIA_TYPE_AUDIO) at ffmpeg.c:410
  30. #1 0x0000000000441cbe in new_audio_stream (o=0x7fffffffdc70, oc=0x803c3ec00) at ffmpeg.c:410
  31. #2 0x00000000004468c3 in opt_output_file (optctx=0x7fffffffdc70, filename=0x7fffffffe453 "ashes09-2.mp4") at ffmpeg.c:410
  32. #3 0x0000000000448fc6 in parse_options (optctx=0x7fffffffdc70, argc=16, argv=0x7fffffffdf98, options=0xa71b60,
  33. parse_arg_function=0x446630 <opt_output_file>) at cmdutils.c:164
  34. #4 0x000000000043b5a7 in main (argc=16, argv=0x7fffffffdf98) at ffmpeg.c:640
  35. (gdb) disass $pc-32,$pc+32
  36. Dump of assembler code for function new_output_stream:
  37. 0x0000000000441560 <new_output_stream+0>: push %r15
  38. 0x0000000000441562 <new_output_stream+2>: push %r14
  39. 0x0000000000441564 <new_output_stream+4>: push %r13
  40. 0x0000000000441566 <new_output_stream+6>: push %r12
  41. 0x0000000000441568 <new_output_stream+8>: push %rbp
  42. 0x0000000000441569 <new_output_stream+9>: mov %rsi,%rbp
  43. 0x000000000044156c <new_output_stream+12>: xor %esi,%esi
  44. 0x000000000044156e <new_output_stream+14>: push %rbx
  45. 0x000000000044156f <new_output_stream+15>: mov %rdi,%rbx
  46. 0x0000000000441572 <new_output_stream+18>: mov %rbp,%rdi
  47. 0x0000000000441575 <new_output_stream+21>: sub $0x48,%rsp
  48. 0x0000000000441579 <new_output_stream+25>: mov %edx,0x1c(%rsp)
  49. 0x000000000044157d <new_output_stream+29>: callq 0x5257c0 <avformat_new_stream>
  50. 0x0000000000441582 <new_output_stream+34>: test %rax,%rax
  51. 0x0000000000441585 <new_output_stream+37>: mov %rax,%r12
  52. 0x0000000000441588 <new_output_stream+40>: mov 0x28(%rbp),%r14d
  53. 0x000000000044158c <new_output_stream+44>: movq $0x0,0x28(%rsp)
  54. 0x0000000000441595 <new_output_stream+53>: je 0x441c5e <new_output_stream+1790>
  55. 0x000000000044159b <new_output_stream+59>: sub $0x1,%r14d
  56. 0x000000000044159f <new_output_stream+63>: cmp 0x128(%rbx),%r14d
  57. 0x00000000004415a6 <new_output_stream+70>: jae 0x4415ba <new_output_stream+90>
  58. 0x00000000004415a8 <new_output_stream+72>: mov 0x120(%rbx),%rax
  59. 0x00000000004415af <new_output_stream+79>: mov %r14d,%edx
  60. 0x00000000004415b2 <new_output_stream+82>: mov (%rax,%rdx,4),%eax
  61. 0x00000000004415b5 <new_output_stream+85>: mov %eax,0x4(%r12)
  62. 0x00000000004415ba <new_output_stream+90>: mov 10572728(%rip),%ecx # 0xe56978 <nb_output_streams>
  63. 0x00000000004415c0 <new_output_stream+96>: mov 10572673(%rip),%rdi # 0xe56948 <output_streams>
  64. 0x00000000004415c7 <new_output_stream+103>: mov $0xe56978,%edx
  65. 0x00000000004415cc <new_output_stream+108>: mov $0x2c8,%esi
  66. 0x00000000004415d1 <new_output_stream+113>: add $0x1,%ecx
  67. 0x00000000004415d4 <new_output_stream+116>: callq 0x44ab00 <grow_array>
  68. 0x00000000004415d9 <new_output_stream+121>: movslq 10572696(%rip),%r13 # 0xe56978 <nb_output_streams>
  69. 0x00000000004415e0 <new_output_stream+128>: mov %rax,10572641(%rip) # 0xe56948 <output_streams>
  70. 0x00000000004415e7 <new_output_stream+135>: lea 0x10(%rbx),%rcx
  71. 0x00000000004415eb <new_output_stream+139>: mov 0x1c(%rsp),%edx
  72. 0x00000000004415ef <new_output_stream+143>: sub $0x1,%r13
  73. 0x00000000004415f3 <new_output_stream+147>: imul $0x2c8,%r13,%r13
  74. 0x00000000004415fa <new_output_stream+154>: add %rax,%r13
  75. 0x00000000004415fd <new_output_stream+157>: mov 10572557(%rip),%eax # 0xe56910 <nb_output_files>
  76. 0x0000000000441603 <new_output_stream+163>: mov %r14d,0x4(%r13)
  77. 0x0000000000441607 <new_output_stream+167>: mov %r12,0x10(%r13)
  78. 0x000000000044160b <new_output_stream+171>: mov %eax,0x0(%r13)
  79. 0x000000000044160f <new_output_stream+175>: mov 0x8(%r12),%rax
  80. 0x0000000000441614 <new_output_stream+180>: mov %edx,0x100(%rax)
  81. 0x000000000044161a <new_output_stream+186>: lea 0x18(%rbx),%rax
  82. 0x000000000044161e <new_output_stream+190>: mov %rax,0x8(%rsp)
  83. 0x0000000000441623 <new_output_stream+195>: mov 0x18(%rbx),%eax
  84. 0x0000000000441626 <new_output_stream+198>: test %eax,%eax
  85. 0x0000000000441628 <new_output_stream+200>: jle 0x441ba9 <new_output_stream+1609>
  86. 0x000000000044162e <new_output_stream+206>: mov %r12,%rsi
  87. 0x0000000000441631 <new_output_stream+209>: xor %r14d,%r14d
  88. 0x0000000000441634 <new_output_stream+212>: movq $0x0,0x10(%rsp)
  89. 0x000000000044163d <new_output_stream+221>: jmp 0x441662 <new_output_stream+258>
  90. 0x000000000044163f <new_output_stream+223>: nop
  91. 0x0000000000441640 <new_output_stream+224>: mov (%rcx),%rax
  92. 0x0000000000441643 <new_output_stream+227>: mov 0x8(%rax,%r15,1),%rax
  93. 0x0000000000441648 <new_output_stream+232>: mov %rax,0x10(%rsp)
  94. 0x000000000044164d <new_output_stream+237>: mov 0x8(%rsp),%rdx
  95. 0x0000000000441652 <new_output_stream+242>: lea 0x1(%r14),%eax
  96. 0x0000000000441656 <new_output_stream+246>: add $0x1,%r14
  97. 0x000000000044165a <new_output_stream+250>: cmp (%rdx),%eax
  98. 0x000000000044165c <new_output_stream+252>: jge 0x441690 <new_output_stream+304>
  99. 0x000000000044165e <new_output_stream+254>: mov 0x10(%r13),%rsi
  100. 0x0000000000441662 <new_output_stream+258>: mov (%rcx),%rax
  101. 0x0000000000441665 <new_output_stream+261>: mov %r14,%r15
  102. 0x0000000000441668 <new_output_stream+264>: mov %rbp,%rdi
  103. 0x000000000044166b <new_output_stream+267>: shl $0x4,%r15
  104. 0x000000000044166f <new_output_stream+271>: mov (%rax,%r15,1),%rdx
  105. 0x0000000000441673 <new_output_stream+275>: mov %rcx,(%rsp)
  106. 0x0000000000441677 <new_output_stream+279>: callq 0x44a5e0 <check_stream_specifier>
  107. 0x000000000044167c <new_output_stream+284>: cmp $0x0,%eax
  108. 0x000000000044167f <new_output_stream+287>: mov (%rsp),%rcx
  109. 0x0000000000441683 <new_output_stream+291>: jg 0x441640 <new_output_stream+224>
  110. 0x0000000000441685 <new_output_stream+293>: je 0x44164d <new_output_stream+237>
  111. 0x0000000000441687 <new_output_stream+295>: jmpq 0x4418d0 <new_output_stream+880>
  112. 0x000000000044168c <new_output_stream+300>: (bad)
  113. 0x000000000044168e <new_output_stream+302>: add %cl,0xffffffffffffff83(%rax)
  114. 0x0000000000441692 <new_output_stream+306>: jl 0x4416b8 <new_output_stream+344>
  115. 0x0000000000441694 <new_output_stream+308>: adc %al,(%rax)
  116. 0x0000000000441696 <new_output_stream+310>: je 0x441c55 <new_output_stream+1781>
  117. 0x000000000044169c <new_output_stream+316>: mov 0x10(%rsp),%rsi
  118. 0x00000000004416a1 <new_output_stream+321>: mov $0xa70e25,%edi
  119. 0x00000000004416a6 <new_output_stream+326>: mov $0x5,%ecx
  120. 0x00000000004416ab <new_output_stream+331>: repz cmpsb %es:(%edi),%ds:(%esi)
  121. 0x00000000004416ad <new_output_stream+333>: jne 0x441b50 <new_output_stream+1520>
  122. 0x00000000004416b3 <new_output_stream+339>: mov 0x38(%r13),%rax
  123. 0x00000000004416b7 <new_output_stream+343>: movl $0x1,0x2b4(%r13)
  124. 0x00000000004416c2 <new_output_stream+354>: xor %esi,%esi
  125. 0x00000000004416c4 <new_output_stream+356>: test %rax,%rax
  126. 0x00000000004416c7 <new_output_stream+359>: je 0x4416e9 <new_output_stream+393>
  127. 0x00000000004416c9 <new_output_stream+361>: mov 15604208(%rip),%rdi # 0x13230c0 <codec_opts>
  128. 0x00000000004416d0 <new_output_stream+368>: mov %rax,%rsi
  129. 0x00000000004416d3 <new_output_stream+371>: mov %r12,%rcx
  130. 0x00000000004416d6 <new_output_stream+374>: mov %rbp,%rdx
  131. 0x00000000004416d9 <new_output_stream+377>: callq 0x44a850 <filter_codec_opts>
  132. 0x00000000004416de <new_output_stream+382>: mov 0x38(%r13),%rsi
  133. 0x00000000004416e2 <new_output_stream+386>: mov %rax,0x2a8(%r13)
  134. 0x00000000004416e9 <new_output_stream+393>: mov 0x8(%r12),%rdi
  135. 0x00000000004416ee <new_output_stream+398>: callq 0x81b160 <avcodec_get_context_defaults3>
  136. ---Type <return> to continue, or q <return> to quit---
  137. 0x00000000004416f3 <new_output_stream+403>: mov 0x8(%r12),%rax
  138. 0x00000000004416f8 <new_output_stream+408>: mov 0x1c(%rsp),%edx
  139. 0x00000000004416fc <new_output_stream+412>: mov %edx,0x100(%rax)
  140. 0x0000000000441702 <new_output_stream+418>: mov 0x208(%rbx),%eax
  141. 0x0000000000441708 <new_output_stream+424>: test %eax,%eax
  142. 0x000000000044170a <new_output_stream+426>: jle 0x44184c <new_output_stream+748>
  143. 0x0000000000441710 <new_output_stream+432>: xor %r15d,%r15d
  144. 0x0000000000441713 <new_output_stream+435>: xor %ecx,%ecx
  145. 0x0000000000441715 <new_output_stream+437>: xor %r14d,%r14d
  146. 0x0000000000441718 <new_output_stream+440>: jmp 0x44173b <new_output_stream+475>
  147. 0x000000000044171a <new_output_stream+442>: data16
  148. 0x000000000044171b <new_output_stream+443>: (bad)
  149. 0x000000000044171d <new_output_stream+445>: add %r8b,(%rax)
  150. 0x0000000000441720 <new_output_stream+448>: mov 0x200(%rbx),%rax
  151. 0x0000000000441727 <new_output_stream+455>: add $0x1,%ecx
  152. 0x000000000044172a <new_output_stream+458>: mov 0x8(%rax,%r15,1),%r14
  153. 0x000000000044172f <new_output_stream+463>: add $0x10,%r15
  154. 0x0000000000441733 <new_output_stream+467>: cmp %ecx,0x208(%rbx)
  155. 0x0000000000441739 <new_output_stream+473>: jle 0x441771 <new_output_stream+529>
  156. 0x000000000044173b <new_output_stream+475>: mov 0x200(%rbx),%rax
  157. 0x0000000000441742 <new_output_stream+482>: mov %r12,%rsi
  158. 0x0000000000441745 <new_output_stream+485>: mov %rbp,%rdi
  159. 0x0000000000441748 <new_output_stream+488>: mov (%rax,%r15,1),%rdx
  160. 0x000000000044174c <new_output_stream+492>: mov %ecx,(%rsp)
  161. 0x000000000044174f <new_output_stream+495>: callq 0x44a5e0 <check_stream_specifier>
  162. 0x0000000000441754 <new_output_stream+500>: cmp $0x0,%eax
  163. 0x0000000000441757 <new_output_stream+503>: mov (%rsp),%ecx
  164. 0x000000000044175a <new_output_stream+506>: jg 0x441720 <new_output_stream+448>
  165. 0x000000000044175c <new_output_stream+508>: jne 0x4418d0 <new_output_stream+880>
  166. 0x0000000000441762 <new_output_stream+514>: add $0x1,%ecx
  167. 0x0000000000441765 <new_output_stream+517>: add $0x10,%r15
  168. 0x0000000000441769 <new_output_stream+521>: cmp %ecx,0x208(%rbx)
  169. 0x000000000044176f <new_output_stream+527>: jg 0x44173b <new_output_stream+475>
  170. 0x0000000000441771 <new_output_stream+529>: test %r14,%r14
  171. 0x0000000000441774 <new_output_stream+532>: je 0x44184c <new_output_stream+748>
  172. 0x000000000044177a <new_output_stream+538>: mov 0x38(%r13),%rax
  173. 0x000000000044177e <new_output_stream+542>: lea 0x28(%rsp),%rdx
  174. 0x0000000000441783 <new_output_stream+547>: mov %r14,%rdi
  175. 0x0000000000441786 <new_output_stream+550>: mov (%rax),%rsi
  176. 0x0000000000441789 <new_output_stream+553>: callq 0x43bf10 <get_preset_file_2>
  177. 0x000000000044178e <new_output_stream+558>: test %eax,%eax
  178. 0x0000000000441790 <new_output_stream+560>: jne 0x4418b2 <new_output_stream+850>
  179. 0x0000000000441796 <new_output_stream+566>: mov 0x28(%rsp),%r14
  180. 0x000000000044179b <new_output_stream+571>: lea 0x2a8(%r13),%r15
  181. 0x00000000004417a2 <new_output_stream+578>: lea 0x30(%rsp),%rdi
  182. 0x00000000004417a7 <new_output_stream+583>: callq 0x4aec10 <avio_open_dyn_buf>
  183. 0x00000000004417ac <new_output_stream+588>: test %eax,%eax
  184. 0x00000000004417ae <new_output_stream+590>: jns 0x4417c6 <new_output_stream+614>
  185. 0x00000000004417b0 <new_output_stream+592>: jmpq 0x441c7b <new_output_stream+1819>
  186. 0x00000000004417b5 <new_output_stream+597>: cmp $0xa,%al
  187. 0x00000000004417b7 <new_output_stream+599>: je 0x4417d2 <new_output_stream+626>
  188. 0x00000000004417b9 <new_output_stream+601>: mov 0x30(%rsp),%rdi
  189. 0x00000000004417be <new_output_stream+606>: movsbl %al,%esi
  190. 0x00000000004417c1 <new_output_stream+609>: callq 0x4aacd0 <avio_w8>
  191. 0x00000000004417c6 <new_output_stream+614>: mov %r14,%rdi
  192. 0x00000000004417c9 <new_output_stream+617>: callq 0x4ad0b0 <avio_r8>
  193. 0x00000000004417ce <new_output_stream+622>: test %al,%al
  194. 0x00000000004417d0 <new_output_stream+624>: jne 0x4417b5 <new_output_stream+597>
  195. 0x00000000004417d2 <new_output_stream+626>: mov 0x30(%rsp),%rdi
  196. 0x00000000004417d7 <new_output_stream+631>: xor %esi,%esi
  197. 0x00000000004417d9 <new_output_stream+633>: callq 0x4aacd0 <avio_w8>
  198. 0x00000000004417de <new_output_stream+638>: mov 0x30(%rsp),%rdi
  199. 0x00000000004417e3 <new_output_stream+643>: lea 0x38(%rsp),%rsi
  200. 0x00000000004417e8 <new_output_stream+648>: callq 0x4aec40 <avio_close_dyn_buf>
  201. 0x00000000004417ed <new_output_stream+653>: mov 0x38(%rsp),%r14
  202. 0x00000000004417f2 <new_output_stream+658>: movzbl (%r14),%eax
  203. 0x00000000004417f6 <new_output_stream+662>: cmp $0x23,%al
  204. 0x00000000004417f8 <new_output_stream+664>: je 0x44182b <new_output_stream+715>
  205. 0x00000000004417fa <new_output_stream+666>: test %al,%al
  206. 0x00000000004417fc <new_output_stream+668>: je 0x44182b <new_output_stream+715>
  207. 0x00000000004417fe <new_output_stream+670>: mov $0x3d,%esi
  208. 0x0000000000441803 <new_output_stream+675>: mov %r14,%rdi
  209. 0x0000000000441806 <new_output_stream+678>: callq 0x405564 <tan+80>
  210. 0x000000000044180b <new_output_stream+683>: test %rax,%rax
  211. 0x000000000044180e <new_output_stream+686>: je 0x441c82 <new_output_stream+1826>
  212. 0x0000000000441814 <new_output_stream+692>: lea 0x1(%rax),%rdx
  213. 0x0000000000441818 <new_output_stream+696>: movb $0x0,(%rax)
  214. 0x000000000044181b <new_output_stream+699>: mov $0x10,%ecx
  215. 0x0000000000441820 <new_output_stream+704>: mov %r14,%rsi
  216. 0x0000000000441823 <new_output_stream+707>: mov %r15,%rdi
  217. 0x0000000000441826 <new_output_stream+710>: callq 0xa5f340 <av_dict_set>
  218. 0x000000000044182b <new_output_stream+715>: mov %r14,%rdi
  219. 0x000000000044182e <new_output_stream+718>: callq 0xa65dd0 <av_free>
  220. 0x0000000000441833 <new_output_stream+723>: mov 0x28(%rsp),%r14
  221. 0x0000000000441838 <new_output_stream+728>: mov 0x4c(%r14),%eax
  222. 0x000000000044183c <new_output_stream+732>: test %eax,%eax
  223. 0x000000000044183e <new_output_stream+734>: je 0x4417a2 <new_output_stream+578>
  224. 0x0000000000441844 <new_output_stream+740>: mov %r14,%rdi
  225. 0x0000000000441847 <new_output_stream+743>: callq 0x4ae790 <avio_close>
  226. 0x000000000044184c <new_output_stream+748>: mov $0x7fffffffffffffff,%rax
  227. 0x0000000000441856 <new_output_stream+758>: mov %rax,0x40(%r13)
  228. 0x000000000044185a <new_output_stream+762>: mov 0x148(%rbx),%eax
  229. 0x0000000000441860 <new_output_stream+768>: test %eax,%eax
  230. 0x0000000000441862 <new_output_stream+770>: jle 0x4418e0 <new_output_stream+896>
  231. 0x0000000000441864 <new_output_stream+772>: xor %r14d,%r14d
  232. 0x0000000000441867 <new_output_stream+775>: xor %r15d,%r15d
  233. 0x000000000044186a <new_output_stream+778>: jmp 0x441891 <new_output_stream+817>
  234. 0x000000000044186c <new_output_stream+780>: (bad)
  235. 0x000000000044186e <new_output_stream+782>: add %cl,0xffffffffffffff8b(%rax)
  236. 0x0000000000441872 <new_output_stream+786>: addl $0x0,0x1(%rax)
  237. ---Type <return> to continue, or q <return> to quit---
  238. 0x0000000000441876 <new_output_stream+790>: add %cl,0xffffffffffffff8b(%rdx)
  239. 0x0000000000441879 <new_output_stream+793>: xor %r9b,(%rax)
  240. 0x000000000044187c <new_output_stream+796>: mov %rax,0x40(%r13)
  241. 0x0000000000441880 <new_output_stream+800>: add $0x1,%r15d
  242. 0x0000000000441884 <new_output_stream+804>: add $0x10,%r14
  243. 0x0000000000441888 <new_output_stream+808>: cmp %r15d,0x148(%rbx)
  244. 0x000000000044188f <new_output_stream+815>: jle 0x4418e0 <new_output_stream+896>
  245. 0x0000000000441891 <new_output_stream+817>: mov 0x140(%rbx),%rax
  246. 0x0000000000441898 <new_output_stream+824>: mov %r12,%rsi
  247. 0x000000000044189b <new_output_stream+827>: mov %rbp,%rdi
  248. 0x000000000044189e <new_output_stream+830>: mov (%rax,%r14,1),%rdx
  249. 0x00000000004418a2 <new_output_stream+834>: callq 0x44a5e0 <check_stream_specifier>
  250. 0x00000000004418a7 <new_output_stream+839>: cmp $0x0,%eax
  251. 0x00000000004418aa <new_output_stream+842>: jg 0x441870 <new_output_stream+784>
  252. 0x00000000004418ac <new_output_stream+844>: je 0x441880 <new_output_stream+800>
  253. 0x00000000004418ae <new_output_stream+846>: data16
  254. 0x00000000004418af <new_output_stream+847>: nop
  255. 0x00000000004418b0 <new_output_stream+848>: jmp 0x4418d0 <new_output_stream+880>
  256. 0x00000000004418b2 <new_output_stream+850>: mov 0x4(%r13),%r9d
  257. 0x00000000004418b6 <new_output_stream+854>: mov 0x0(%r13),%r8d
  258. 0x00000000004418ba <new_output_stream+858>: mov %r14,%rcx
  259. 0x00000000004418bd <new_output_stream+861>: mov $0xa6f2d0,%edx
  260. 0x00000000004418c2 <new_output_stream+866>: mov $0x8,%esi
  261. 0x00000000004418c7 <new_output_stream+871>: xor %edi,%edi
  262. 0x00000000004418c9 <new_output_stream+873>: xor %eax,%eax
  263. 0x00000000004418cb <new_output_stream+875>: callq 0xa646e0 <av_log>
  264. 0x00000000004418d0 <new_output_stream+880>: mov $0x1,%edi
  265. 0x00000000004418d5 <new_output_stream+885>: callq 0x43d3f0 <exit_program>
  266. 0x00000000004418da <new_output_stream+890>: data16
  267. 0x00000000004418db <new_output_stream+891>: (bad)
  268. 0x00000000004418dd <new_output_stream+893>: add %r8b,(%rax)
  269. 0x00000000004418e0 <new_output_stream+896>: mov 0x158(%rbx),%eax
  270. 0x00000000004418e6 <new_output_stream+902>: test %eax,%eax
  271. 0x00000000004418e8 <new_output_stream+904>: jle 0x4419c0 <new_output_stream+1120>
  272. 0x00000000004418ee <new_output_stream+910>: xor %r15d,%r15d
  273. 0x00000000004418f1 <new_output_stream+913>: xor %ecx,%ecx
  274. 0x00000000004418f3 <new_output_stream+915>: xor %r14d,%r14d
  275. 0x00000000004418f6 <new_output_stream+918>: jmp 0x44191b <new_output_stream+955>
  276. 0x00000000004418f8 <new_output_stream+920>: (bad)
  277. 0x00000000004418fa <new_output_stream+922>: test %al,(%rax)
  278. 0x00000000004418fc <new_output_stream+924>: add %al,(%rax)
  279. 0x00000000004418fe <new_output_stream+926>: add %al,(%rax)
  280. 0x0000000000441900 <new_output_stream+928>: mov 0x150(%rbx),%rax
  281. 0x0000000000441907 <new_output_stream+935>: add $0x1,%ecx
  282. 0x000000000044190a <new_output_stream+938>: mov 0x8(%rax,%r15,1),%r14
  283. 0x000000000044190f <new_output_stream+943>: add $0x10,%r15
  284. 0x0000000000441913 <new_output_stream+947>: cmp %ecx,0x158(%rbx)
  285. 0x0000000000441919 <new_output_stream+953>: jle 0x44194d <new_output_stream+1005>
  286. 0x000000000044191b <new_output_stream+955>: mov 0x150(%rbx),%rax
  287. 0x0000000000441922 <new_output_stream+962>: mov %r12,%rsi
  288. 0x0000000000441925 <new_output_stream+965>: mov %rbp,%rdi
  289. 0x0000000000441928 <new_output_stream+968>: mov (%rax,%r15,1),%rdx
  290. 0x000000000044192c <new_output_stream+972>: mov %ecx,(%rsp)
  291. 0x000000000044192f <new_output_stream+975>: callq 0x44a5e0 <check_stream_specifier>
  292. 0x0000000000441934 <new_output_stream+980>: cmp $0x0,%eax
  293. 0x0000000000441937 <new_output_stream+983>: mov (%rsp),%ecx
  294. 0x000000000044193a <new_output_stream+986>: jg 0x441900 <new_output_stream+928>
  295. 0x000000000044193c <new_output_stream+988>: jne 0x4418d0 <new_output_stream+880>
  296. 0x000000000044193e <new_output_stream+990>: add $0x1,%ecx
  297. 0x0000000000441941 <new_output_stream+993>: add $0x10,%r15
  298. 0x0000000000441945 <new_output_stream+997>: cmp %ecx,0x158(%rbx)
  299. 0x000000000044194b <new_output_stream+1003>: jg 0x44191b <new_output_stream+955>
  300. 0x000000000044194d <new_output_stream+1005>: test %r14,%r14
  301. 0x0000000000441950 <new_output_stream+1008>: je 0x4419c0 <new_output_stream+1120>
  302. 0x0000000000441952 <new_output_stream+1010>: xor %r15d,%r15d
  303. 0x0000000000441955 <new_output_stream+1013>: jmp 0x441971 <new_output_stream+1041>
  304. 0x0000000000441957 <new_output_stream+1015>: data16
  305. 0x0000000000441958 <new_output_stream+1016>: (bad)
  306. 0x000000000044195a <new_output_stream+1018>: test %al,(%rax)
  307. 0x000000000044195c <new_output_stream+1020>: add %al,(%rax)
  308. 0x000000000044195e <new_output_stream+1022>: add %al,(%rax)
  309. 0x0000000000441960 <new_output_stream+1024>: mov 0x20(%rsp),%r14
  310. 0x0000000000441965 <new_output_stream+1029>: mov %rax,0x18(%r15)
  311. 0x0000000000441969 <new_output_stream+1033>: test %r14,%r14
  312. 0x000000000044196c <new_output_stream+1036>: je 0x4419c0 <new_output_stream+1120>
  313. 0x000000000044196e <new_output_stream+1038>: mov %rax,%r15
  314. 0x0000000000441971 <new_output_stream+1041>: mov $0x2c,%esi
  315. 0x0000000000441976 <new_output_stream+1046>: mov %r14,%rdi
  316. 0x0000000000441979 <new_output_stream+1049>: callq 0x405564 <tan+80>
  317. 0x000000000044197e <new_output_stream+1054>: test %rax,%rax
  318. 0x0000000000441981 <new_output_stream+1057>: mov %rax,0x20(%rsp)
  319. 0x0000000000441986 <new_output_stream+1062>: je 0x441994 <new_output_stream+1076>
  320. 0x0000000000441988 <new_output_stream+1064>: movb $0x0,(%rax)
  321. 0x000000000044198b <new_output_stream+1067>: add $0x1,%rax
  322. 0x000000000044198f <new_output_stream+1071>: mov %rax,0x20(%rsp)
  323. 0x0000000000441994 <new_output_stream+1076>: mov %r14,%rdi
  324. 0x0000000000441997 <new_output_stream+1079>: callq 0x55b170 <av_bitstream_filter_init>
  325. 0x000000000044199c <new_output_stream+1084>: test %rax,%rax
  326. 0x000000000044199f <new_output_stream+1087>: je 0x441beb <new_output_stream+1675>
  327. 0x00000000004419a5 <new_output_stream+1093>: test %r15,%r15
  328. 0x00000000004419a8 <new_output_stream+1096>: jne 0x441960 <new_output_stream+1024>
  329. 0x00000000004419aa <new_output_stream+1098>: mov 0x20(%rsp),%r14
  330. 0x00000000004419af <new_output_stream+1103>: mov %rax,0x30(%r13)
  331. 0x00000000004419b3 <new_output_stream+1107>: test %r14,%r14
  332. 0x00000000004419b6 <new_output_stream+1110>: jne 0x44196e <new_output_stream+1038>
  333. 0x00000000004419b8 <new_output_stream+1112>: (bad)
  334. 0x00000000004419ba <new_output_stream+1114>: test %al,(%rax)
  335. 0x00000000004419bc <new_output_stream+1116>: add %al,(%rax)
  336. 0x00000000004419be <new_output_stream+1118>: add %al,(%rax)
  337. 0x00000000004419c0 <new_output_stream+1120>: mov 0x168(%rbx),%r15d
  338. ---Type <return> to continue, or q <return> to quit---
  339. 0x00000000004419c7 <new_output_stream+1127>: test %r15d,%r15d
  340. 0x00000000004419ca <new_output_stream+1130>: jle 0x441a5f <new_output_stream+1279>
  341. 0x00000000004419d0 <new_output_stream+1136>: xor %r14d,%r14d
  342. 0x00000000004419d3 <new_output_stream+1139>: xor %r15d,%r15d
  343. 0x00000000004419d6 <new_output_stream+1142>: movq $0x0,0x8(%rsp)
  344. 0x00000000004419df <new_output_stream+1151>: jmp 0x441a03 <new_output_stream+1187>
  345. 0x00000000004419e1 <new_output_stream+1153>: mov 0x160(%rbx),%rax
  346. 0x00000000004419e8 <new_output_stream+1160>: mov 0x8(%rax,%r14,1),%rax
  347. 0x00000000004419ed <new_output_stream+1165>: mov %rax,0x8(%rsp)
  348. 0x00000000004419f2 <new_output_stream+1170>: add $0x1,%r15d
  349. 0x00000000004419f6 <new_output_stream+1174>: add $0x10,%r14
  350. 0x00000000004419fa <new_output_stream+1178>: cmp %r15d,0x168(%rbx)
  351. 0x0000000000441a01 <new_output_stream+1185>: jle 0x441a25 <new_output_stream+1221>
  352. 0x0000000000441a03 <new_output_stream+1187>: mov 0x160(%rbx),%rax
  353. 0x0000000000441a0a <new_output_stream+1194>: mov %r12,%rsi
  354. 0x0000000000441a0d <new_output_stream+1197>: mov %rbp,%rdi
  355. 0x0000000000441a10 <new_output_stream+1200>: mov (%rax,%r14,1),%rdx
  356. 0x0000000000441a14 <new_output_stream+1204>: callq 0x44a5e0 <check_stream_specifier>
  357. 0x0000000000441a19 <new_output_stream+1209>: cmp $0x0,%eax
  358. 0x0000000000441a1c <new_output_stream+1212>: jg 0x4419e1 <new_output_stream+1153>
  359. 0x0000000000441a1e <new_output_stream+1214>: je 0x4419f2 <new_output_stream+1170>
  360. 0x0000000000441a20 <new_output_stream+1216>: jmpq 0x4418d0 <new_output_stream+880>
  361. 0x0000000000441a25 <new_output_stream+1221>: cmpq $0x0,0x8(%rsp)
  362. 0x0000000000441a2b <new_output_stream+1227>: (bad)
  363. 0x0000000000441a2d <new_output_stream+1229>: add %r8b,(%rax)
  364. 0x0000000000441a30 <new_output_stream+1232>: je 0x441a5f <new_output_stream+1279>
  365. 0x0000000000441a32 <new_output_stream+1234>: mov 0x8(%rsp),%rdi
  366. 0x0000000000441a37 <new_output_stream+1239>: lea 0x20(%rsp),%rsi
  367. 0x0000000000441a3c <new_output_stream+1244>: xor %edx,%edx
  368. 0x0000000000441a3e <new_output_stream+1246>: callq 0x405844 <sinh+48>
  369. 0x0000000000441a43 <new_output_stream+1251>: mov 0x20(%rsp),%rdx
  370. 0x0000000000441a48 <new_output_stream+1256>: cmpb $0x0,(%rdx)
  371. 0x0000000000441a4b <new_output_stream+1259>: je 0x441a54 <new_output_stream+1268>
  372. 0x0000000000441a4d <new_output_stream+1261>: mov 0x8(%rsp),%rdx
  373. 0x0000000000441a52 <new_output_stream+1266>: mov (%rdx),%eax
  374. 0x0000000000441a54 <new_output_stream+1268>: mov 0x8(%r12),%rdx
  375. 0x0000000000441a59 <new_output_stream+1273>: mov %eax,0x108(%rdx)
  376. 0x0000000000441a5f <new_output_stream+1279>: mov 0x188(%rbx),%r14d
  377. 0x0000000000441a66 <new_output_stream+1286>: test %r14d,%r14d
  378. 0x0000000000441a69 <new_output_stream+1289>: jle 0x441b96 <new_output_stream+1590>
  379. 0x0000000000441a6f <new_output_stream+1295>: movsd 6493721(%rip),%xmm0 # 0xa73090 <frame_rates.9713+208>
  380. 0x0000000000441a77 <new_output_stream+1303>: xor %r14d,%r14d
  381. 0x0000000000441a7a <new_output_stream+1306>: xor %r15d,%r15d
  382. 0x0000000000441a7d <new_output_stream+1309>: movsd %xmm0,0x8(%rsp)
  383. 0x0000000000441a83 <new_output_stream+1315>: jmp 0x441aaa <new_output_stream+1354>
  384. 0x0000000000441a85 <new_output_stream+1317>: mov 0x180(%rbx),%rax
  385. 0x0000000000441a8c <new_output_stream+1324>: movsd 0x8(%rax,%r14,1),%xmm0
  386. 0x0000000000441a93 <new_output_stream+1331>: movsd %xmm0,0x8(%rsp)
  387. 0x0000000000441a99 <new_output_stream+1337>: add $0x1,%r15d
  388. 0x0000000000441a9d <new_output_stream+1341>: add $0x10,%r14
  389. 0x0000000000441aa1 <new_output_stream+1345>: cmp %r15d,0x188(%rbx)
  390. 0x0000000000441aa8 <new_output_stream+1352>: jle 0x441ad0 <new_output_stream+1392>
  391. 0x0000000000441aaa <new_output_stream+1354>: mov 0x180(%rbx),%rax
  392. 0x0000000000441ab1 <new_output_stream+1361>: mov %r12,%rsi
  393. 0x0000000000441ab4 <new_output_stream+1364>: mov %rbp,%rdi
  394. 0x0000000000441ab7 <new_output_stream+1367>: mov (%rax,%r14,1),%rdx
  395. 0x0000000000441abb <new_output_stream+1371>: callq 0x44a5e0 <check_stream_specifier>
  396. 0x0000000000441ac0 <new_output_stream+1376>: cmp $0x0,%eax
  397. 0x0000000000441ac3 <new_output_stream+1379>: jg 0x441a85 <new_output_stream+1317>
  398. 0x0000000000441ac5 <new_output_stream+1381>: je 0x441a99 <new_output_stream+1337>
  399. 0x0000000000441ac7 <new_output_stream+1383>: jmpq 0x4418d0 <new_output_stream+880>
  400. 0x0000000000441acc <new_output_stream+1388>: (bad)
  401. 0x0000000000441ace <new_output_stream+1390>: add %sil,%dl
  402. 0x0000000000441ad1 <new_output_stream+1393>: movups 0x8(%rsp),%xmm0
  403. 0x0000000000441ad6 <new_output_stream+1398>: ucomisd 6493466(%rip),%xmm0 # 0xa72ff8 <frame_rates.9713+56>
  404. 0x0000000000441ade <new_output_stream+1406>: jae 0x441aec <new_output_stream+1420>
  405. 0x0000000000441ae0 <new_output_stream+1408>: mov 10571473(%rip),%r11d # 0xe569b8 <same_quant>
  406. 0x0000000000441ae7 <new_output_stream+1415>: test %r11d,%r11d
  407. 0x0000000000441aea <new_output_stream+1418>: je 0x441b0d <new_output_stream+1453>
  408. 0x0000000000441aec <new_output_stream+1420>: movsd 0x8(%rsp),%xmm0
  409. 0x0000000000441af2 <new_output_stream+1426>: mov 0x8(%r12),%rax
  410. 0x0000000000441af7 <new_output_stream+1431>: mulsd 6493593(%rip),%xmm0 # 0xa73098 <frame_rates.9713+216>
  411. 0x0000000000441aff <new_output_stream+1439>: orl $0x2,0x10(%rax)
  412. 0x0000000000441b03 <new_output_stream+1443>: cvttsd2si %xmm0,%edx
  413. 0x0000000000441b07 <new_output_stream+1447>: mov %edx,0x260(%rax)
  414. 0x0000000000441b0d <new_output_stream+1453>: mov 0x10(%rbp),%rax
  415. 0x0000000000441b11 <new_output_stream+1457>: testb $0x40,0x48(%rax)
  416. 0x0000000000441b15 <new_output_stream+1461>: je 0x441b23 <new_output_stream+1475>
  417. 0x0000000000441b17 <new_output_stream+1463>: mov 0x8(%r12),%rax
  418. 0x0000000000441b1c <new_output_stream+1468>: orl $0x400000,0x10(%rax)
  419. 0x0000000000441b23 <new_output_stream+1475>: mov 15603078(%rip),%rdi # 0x13230b0 <sws_opts>
  420. 0x0000000000441b2a <new_output_stream+1482>: lea 0x2a0(%r13),%rcx
  421. 0x0000000000441b31 <new_output_stream+1489>: xor %edx,%edx
  422. 0x0000000000441b33 <new_output_stream+1491>: mov $0xa71033,%esi
  423. 0x0000000000441b38 <new_output_stream+1496>: callq 0xa67a90 <av_opt_get_int>
  424. 0x0000000000441b3d <new_output_stream+1501>: add $0x48,%rsp
  425. 0x0000000000441b41 <new_output_stream+1505>: mov %r13,%rax
  426. 0x0000000000441b44 <new_output_stream+1508>: pop %rbx
  427. 0x0000000000441b45 <new_output_stream+1509>: pop %rbp
  428. 0x0000000000441b46 <new_output_stream+1510>: pop %r12
  429. 0x0000000000441b48 <new_output_stream+1512>: pop %r13
  430. 0x0000000000441b4a <new_output_stream+1514>: pop %r14
  431. 0x0000000000441b4c <new_output_stream+1516>: pop %r15
  432. 0x0000000000441b4e <new_output_stream+1518>: retq
  433. 0x0000000000441b4f <new_output_stream+1519>: nop
  434. 0x0000000000441b50 <new_output_stream+1520>: mov 0x10(%r13),%rax
  435. 0x0000000000441b54 <new_output_stream+1524>: mov 0x10(%rsp),%rdi
  436. 0x0000000000441b59 <new_output_stream+1529>: mov 0x8(%rax),%rax
  437. 0x0000000000441b5d <new_output_stream+1533>: mov 0x100(%rax),%r14d
  438. 0x0000000000441b64 <new_output_stream+1540>: callq 0x8a7f70 <avcodec_find_encoder_by_name>
  439. ---Type <return> to continue, or q <return> to quit---
  440. 0x0000000000441b69 <new_output_stream+1545>: test %rax,%rax
  441. 0x0000000000441b6c <new_output_stream+1548>: je 0x441c09 <new_output_stream+1705>
  442. 0x0000000000441b72 <new_output_stream+1554>: cmp 0x8(%rax),%r14d
  443. 0x0000000000441b76 <new_output_stream+1558>: jne 0x441c2e <new_output_stream+1742>
  444. 0x0000000000441b7c <new_output_stream+1564>: mov 0x10(%r13),%rdx
  445. 0x0000000000441b80 <new_output_stream+1568>: mov 0xc(%rax),%ecx
  446. 0x0000000000441b83 <new_output_stream+1571>: mov %rax,0x38(%r13)
  447. 0x0000000000441b87 <new_output_stream+1575>: mov 0x8(%rdx),%rdx
  448. 0x0000000000441b8b <new_output_stream+1579>: mov %ecx,0x104(%rdx)
  449. 0x0000000000441b91 <new_output_stream+1585>: jmpq 0x4416c9 <new_output_stream+361>
  450. 0x0000000000441b96 <new_output_stream+1590>: movsd 6493426(%rip),%xmm0 # 0xa73090 <frame_rates.9713+208>
  451. 0x0000000000441b9e <new_output_stream+1598>: movsd %xmm0,0x8(%rsp)
  452. 0x0000000000441ba4 <new_output_stream+1604>: jmpq 0x441ae0 <new_output_stream+1408>
  453. 0x0000000000441ba9 <new_output_stream+1609>: mov %r12,%rax
  454. 0x0000000000441bac <new_output_stream+1612>: mov 0x8(%rax),%r14
  455. 0x0000000000441bb0 <new_output_stream+1616>: mov 0x10(%rbp),%rdi
  456. 0x0000000000441bb4 <new_output_stream+1620>: lea 0x38(%rbp),%rdx
  457. 0x0000000000441bb8 <new_output_stream+1624>: xor %ecx,%ecx
  458. 0x0000000000441bba <new_output_stream+1626>: xor %esi,%esi
  459. 0x0000000000441bbc <new_output_stream+1628>: mov 0x100(%r14),%r8d
  460. 0x0000000000441bc3 <new_output_stream+1635>: callq 0x51d760 <av_guess_codec>
  461. 0x0000000000441bc8 <new_output_stream+1640>: mov %eax,0x104(%r14)
  462. 0x0000000000441bcf <new_output_stream+1647>: mov 0x10(%r13),%rax
  463. 0x0000000000441bd3 <new_output_stream+1651>: mov 0x8(%rax),%rax
  464. 0x0000000000441bd7 <new_output_stream+1655>: mov 0x104(%rax),%edi
  465. 0x0000000000441bdd <new_output_stream+1661>: callq 0x8a7ef0 <avcodec_find_encoder>
  466. 0x0000000000441be2 <new_output_stream+1666>: mov %rax,0x38(%r13)
  467. 0x0000000000441be6 <new_output_stream+1670>: jmpq 0x4416c2 <new_output_stream+354>
  468. 0x0000000000441beb <new_output_stream+1675>: xor %edi,%edi
  469. 0x0000000000441bed <new_output_stream+1677>: mov %r14,%rcx
  470. 0x0000000000441bf0 <new_output_stream+1680>: mov $0xa71016,%edx
  471. 0x0000000000441bf5 <new_output_stream+1685>: mov $0x8,%esi
  472. 0x0000000000441bfa <new_output_stream+1690>: callq 0xa646e0 <av_log>
  473. 0x0000000000441bff <new_output_stream+1695>: mov $0x1,%edi
  474. 0x0000000000441c04 <new_output_stream+1700>: callq 0x43d3f0 <exit_program>
  475. 0x0000000000441c09 <new_output_stream+1705>: mov 0x10(%rsp),%r8
  476. 0x0000000000441c0e <new_output_stream+1710>: xor %edi,%edi
  477. 0x0000000000441c10 <new_output_stream+1712>: mov $0xb13fb5,%ecx
  478. 0x0000000000441c15 <new_output_stream+1717>: mov $0xa70fef,%edx
  479. 0x0000000000441c1a <new_output_stream+1722>: mov $0x8,%esi
  480. 0x0000000000441c1f <new_output_stream+1727>: callq 0xa646e0 <av_log>
  481. 0x0000000000441c24 <new_output_stream+1732>: mov $0x1,%edi
  482. 0x0000000000441c29 <new_output_stream+1737>: callq 0x43d3f0 <exit_program>
  483. 0x0000000000441c2e <new_output_stream+1742>: mov 0x10(%rsp),%r8
  484. 0x0000000000441c33 <new_output_stream+1747>: xor %edi,%edi
  485. 0x0000000000441c35 <new_output_stream+1749>: mov $0xb13fb5,%ecx
  486. 0x0000000000441c3a <new_output_stream+1754>: mov $0xa71000,%edx
  487. 0x0000000000441c3f <new_output_stream+1759>: mov $0x8,%esi
  488. 0x0000000000441c44 <new_output_stream+1764>: xor %eax,%eax
  489. 0x0000000000441c46 <new_output_stream+1766>: callq 0xa646e0 <av_log>
  490. 0x0000000000441c4b <new_output_stream+1771>: mov $0x1,%edi
  491. 0x0000000000441c50 <new_output_stream+1776>: callq 0x43d3f0 <exit_program>
  492. 0x0000000000441c55 <new_output_stream+1781>: mov 0x10(%r13),%rax
  493. 0x0000000000441c59 <new_output_stream+1785>: jmpq 0x441bac <new_output_stream+1612>
  494. 0x0000000000441c5e <new_output_stream+1790>: mov $0xa70fd6,%edx
  495. 0x0000000000441c63 <new_output_stream+1795>: xor %edi,%edi
  496. 0x0000000000441c65 <new_output_stream+1797>: mov $0x8,%esi
  497. 0x0000000000441c6a <new_output_stream+1802>: xor %eax,%eax
  498. 0x0000000000441c6c <new_output_stream+1804>: callq 0xa646e0 <av_log>
  499. 0x0000000000441c71 <new_output_stream+1809>: mov $0x1,%edi
  500. 0x0000000000441c76 <new_output_stream+1814>: callq 0x43d3f0 <exit_program>
  501. 0x0000000000441c7b <new_output_stream+1819>: mov $0xa6f278,%edx
  502. 0x0000000000441c80 <new_output_stream+1824>: jmp 0x441c63 <new_output_stream+1795>
  503. 0x0000000000441c82 <new_output_stream+1826>: xor %edi,%edi
  504. 0x0000000000441c84 <new_output_stream+1828>: mov $0xa6f2a8,%edx
  505. 0x0000000000441c89 <new_output_stream+1833>: mov $0x8,%esi
  506. 0x0000000000441c8e <new_output_stream+1838>: callq 0xa646e0 <av_log>
  507. 0x0000000000441c93 <new_output_stream+1843>: mov $0x1,%edi
  508. 0x0000000000441c98 <new_output_stream+1848>: callq 0x43d3f0 <exit_program>
  509. End of assembler dump.
  510. (gdb) info all-registers
  511. rax 0x0 0
  512. rbx 0x7fffffffdc70 140737488346224
  513. rcx 0x1 1
  514. rdx 0x7fffffffda98 140737488345752
  515. rsi 0x803c55f00 34423004928
  516. rdi 0x803c6f100 34423107840
  517. rbp 0x803c3ec00 0x803c3ec00
  518. rsp 0x7fffffffda70 0x7fffffffda70
  519. r8 0xffffffff 4294967295
  520. r9 0x8080808080808080 -9187201950435737472
  521. r10 0x803c3e000 34422906880
  522. r11 0x803c3f4c8 34422912200
  523. r12 0x803c55f00 34423004928
  524. r13 0x803c3f4c8 34422912200
  525. r14 0x803c6f100 34423107840
  526. r15 0x10 16
  527. rip 0x441786 0x441786 <new_output_stream+550>
  528. eflags 0x10206 66054
  529. cs 0x43 67
  530. ss 0x3b 59
  531. ds 0x0 0
  532. es 0x0 0
  533. fs 0x0 0
  534. gs 0x0 0
  535. st0 -nan(0x8080808080808080) (raw 0xffff8080808080808080)
  536. st1 -nan(0x80008000800080) (raw 0xffff0080008000800080)
  537. st2 -nan(0x8080808080808080) (raw 0xffff8080808080808080)
  538. st3 -nan(0x80008000800080) (raw 0xffff0080008000800080)
  539. st4 -nan(0x8080808080808080) (raw 0xffff8080808080808080)
  540. st5 -nan(0x80008000800080) (raw 0xffff0080008000800080)
  541. st6 -nan(0x8080808080808080) (raw 0xffff8080808080808080)
  542. st7 -nan(0x80008000800080) (raw 0xffff0080008000800080)
  543. fctrl 0x37f 895
  544. fstat 0x0 0
  545. ftag 0xffff 65535
  546. fiseg 0x0 0
  547. fioff 0x0 0
  548. foseg 0x0 0
  549. fooff 0x0 0
  550. fop 0x0 0
  551. xmm0 {f = {0x0, 0x1, 0x0, 0x0}} {f = {0, 1.875, 0, 0}}
  552. xmm1 {f = {0x0, 0xffffffff, 0x0, 0x0}} {f = {0, -1.875, 0, 0}}
  553. xmm2 {f = {0x0, 0x1, 0x0, 0x0}} {f = {0, 1.875, 0, 0}}
  554. xmm3 {f = {0x0, 0xffffffff, 0x0, 0x0}} {f = {0, -1.875, 0, 0}}
  555. xmm4 {f = {0x0, 0x0, 0x0, 0x0}} {f = {-1.50089191e-10, 0.19828698, 0, 0}}
  556. xmm5 {f = {0x0, 0xffffffff, 0x0, 0x0}} {f = {1.54209596e-11, -1.5258342, 0, 0}}
  557. xmm6 {f = {0x0, 0x0, 0x0, 0x0}} {f = {-1.16134716e-31, 0.00568289263, 0, 0}}
  558. xmm7 {f = {0x0, 0x1, 0x0, 0x0}} {f = {6.09200792e-24, 1.87498558, 0, 0}}
  559. xmm8 {f = {0x0, 0x0, 0x0, 0x0}} {f = {0.015625, 0, 0, 0}}
  560. xmm9 {f = {0x1, 0x0, 0x0, 0x0}} {f = {1, 0, 0, 0}}
  561. xmm10 {f = {0x1, 0x0, 0x0, 0x0}} {f = {1, 0, 0, 0}}
  562. xmm11 {f = {0x0, 0x0, 0x0, 0x0}} {f = {0, 0, 0, 0}}
  563. xmm12 {f = {0x0, 0x0, 0x0, 0x0}} {f = {0, 0, 0, 0}}
  564. xmm13 {f = {0x0, 0x0, 0x0, 0x0}} {f = {0, 0, 0, 0}}
  565. xmm14 {f = {0x0, 0x0, 0x0, 0x0}} {f = {0, 0, 0, 0}}
  566. xmm15 {f = {0x0, 0x0, 0x0, 0x0}} {f = {0, 0, 0, 0}}
  567. mxcsr 0x1fa1 8097
  568.  
  569.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement