Ticket #42976: lldb-out.txt

File lldb-out.txt, 2.3 KB (added by jchauvel@…, 10 years ago)
Line 
1$ lldb ffplay
2Current executable set to 'ffplay' (x86_64).
3(lldb) run movie.mkv
4Process 88726 launched: '/opt/local/bin/ffplay' (x86_64)
5ffplay version 2.1.4 Copyright (c) 2003-2014 the FFmpeg developers
6  built on Mar 20 2014 12:14:35 with Apple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn)
7  configuration: --prefix=/opt/local --enable-swscale --enable-avfilter --enable-avresample --enable-libmp3lame --enable-libvorbis --enable-libopus --enable-libtheora --enable-libschroedinger --enable-libopenjpeg --enable-libmodplug --enable-libvpx --enable-libspeex --enable-libass --enable-libbluray --enable-gnutls --enable-fontconfig --enable-libfreetype --disable-indev=jack --disable-outdev=xv --mandir=/opt/local/share/man --enable-shared --enable-pthreads --cc=/usr/bin/clang --enable-vda --arch=x86_64 --enable-yasm --enable-gpl --enable-postproc --enable-libx264 --enable-libxvid --enable-nonfree --enable-libfdk-aac --enable-libfaac
8  libavutil      52. 48.101 / 52. 48.101
9  libavcodec     55. 39.101 / 55. 39.101
10  libavformat    55. 19.104 / 55. 19.104
11  libavdevice    55.  5.100 / 55.  5.100
12  libavfilter     3. 90.100 /  3. 90.100
13  libavresample   1.  1.  0 /  1.  1.  0
14  libswscale      2.  5.101 /  2.  5.101
15  libswresample   0. 17.104 /  0. 17.104
16  libpostproc    52.  3.100 / 52.  3.100
17Input #0, matroska,webm, from 'movie.mkv':
18  Metadata:
19    title           : >> VISIT - MICROMKV.COM <<
20    creation_time   : 2013-09-15 12:36:06
21  Duration: 02:07:34.65, start: 0.000000, bitrate: 931 kb/s
22    Stream #0:0(eng): Video: h264 (High), yuv420p(tv, bt709), 1280x534 [SAR 1:1 DAR 640:267], 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)
23    Stream #0:1: Audio: aac, 48000 Hz, stereo, fltp (default)
24    Stream #0:2: Subtitle: subrip (default)
25Process 88726 stopped
26* thread #1: tid = 0xcbd7f, 0x00000001014033a9 libSDL-1.2.0.dylib`-[SDL_QuartzWindow display] + 33, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
27    frame #0: 0x00000001014033a9 libSDL-1.2.0.dylib`-[SDL_QuartzWindow display] + 33
28libSDL-1.2.0.dylib`-[SDL_QuartzWindow display] + 33:
29-> 0x1014033a9:  testb  $0x2, (%rax)
30   0x1014033ac:  jne    0x1014033b3               ; -[SDL_QuartzWindow display] + 43
31   0x1014033ae:  callq  0x101403924               ; QZ_SetPortAlphaOpaque
32   0x1014033b3:  movq   0x3e8(%rbx), %rax
33(lldb)