Ticket #2149: valgrind-log

File valgrind-log, 4.4 KB (added by lauri.kasanen@…, 13 years ago)

valgrind output

Line 
1==6141== Memcheck, a memory error detector
2==6141== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
3==6141== Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyright info
4==6141== Command: ./mplayer -quiet mplayer_crash.mp3
5==6141==
6MPlayer SVN-r36363-snapshot-4.2.2 (C) 2000-2013 MPlayer Team
7
8Playing mplayer_crash.mp3.
9
10libavformat version 55.12.102 (internal)
11Audio only file format detected.
12Clip info:
13 Title:
14 Artist:
15 Album:
16 Year:
17 Comment:
18 Track: 1
19 Genre: Unknown
20Load subtitles in ./
21==========================================================================
22Opening audio decoder: [mpg123] MPEG 1.0/2.0/2.5 layers I, II, III
23AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000->176400)
24Selected audio codec: [mpg123] afm: mpg123 (MPEG 1.0/2.0/2.5 layers I, II, III)
25==========================================================================
26[AO OSS] audio_setup: Can't open audio device /dev/dsp: Device or resource busy
27AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
28Video: no video
29Starting playback...
30==6141== Source and destination overlap in memcpy(0xda43260, 0xda43260, 65536)
31==6141== at 0x4C26425: memcpy (in /opt/valgrind/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
32==6141== by 0x5BB435F: snd_pcm_area_copy (in /usr/lib/libasound.so.2.0.0)
33==6141== by 0x5BB46A8: snd_pcm_areas_copy (in /usr/lib/libasound.so.2.0.0)
34==6141== by 0x5BEBF91: snd_pcm_softvol_write_areas (in /usr/lib/libasound.so.2.0.0)
35==6141== by 0x5BBE924: snd_pcm_plugin_mmap_commit (in /usr/lib/libasound.so.2.0.0)
36==6141== by 0x5BBEB57: snd_pcm_plugin_write_areas (in /usr/lib/libasound.so.2.0.0)
37==6141== by 0x5BB1EE2: snd1_pcm_write_areas (in /usr/lib/libasound.so.2.0.0)
38==6141== by 0x5BBE60E: snd_pcm_plugin_writei (in /usr/lib/libasound.so.2.0.0)
39==6141== by 0x1C4148: play (ao_alsa.c:774)
40==6141== by 0x1B8BF7: main (mplayer.c:2205)
41==6141==
42mpg123 decoding failed: Unable to set up output format! (code 1)
43==6141== Invalid read of size 8
44==6141== at 0x7ACC2B6: read_frame (in /usr/lib/libmpg123.so.0.11.4)
45==6141== by 0x7AEB3BE: get_next_frame (in /usr/lib/libmpg123.so.0.11.4)
46==6141== by 0x7AEC4E1: mpg123_decode (in /usr/lib/libmpg123.so.0.11.4)
47==6141== by 0x3159D2: decode_a_bit (ad_mpg123.c:280)
48==6141== by 0x315B77: decode_audio (ad_mpg123.c:457)
49==6141== by 0x20B7F3: mp_decode_audio (dec_audio.c:398)
50==6141== by 0x1B8C94: main (mplayer.c:2178)
51==6141== Address 0x18 is not stack'd, malloc'd or (recently) free'd
52==6141==
53
54
55MPlayer interrupted by signal 11 in module: decode_audio
56- MPlayer crashed by bad usage of CPU/FPU/RAM.
57 Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
58 disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
59- MPlayer crashed. This shouldn't happen.
60 It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
61 gcc version. If you think it's MPlayer's fault, please read
62 DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
63 won't help unless you provide this information when reporting a possible bug.
64==6141==
65==6141== HEAP SUMMARY:
66==6141== in use at exit: 808,304 bytes in 6,551 blocks
67==6141== total heap usage: 9,154 allocs, 2,603 frees, 3,299,381 bytes allocated
68==6141==
69==6141== LEAK SUMMARY:
70==6141== definitely lost: 34 bytes in 2 blocks
71==6141== indirectly lost: 0 bytes in 0 blocks
72==6141== possibly lost: 132,889 bytes in 4,156 blocks
73==6141== still reachable: 675,381 bytes in 2,393 blocks
74==6141== suppressed: 0 bytes in 0 blocks
75==6141== Rerun with --leak-check=full to see details of leaked memory
76==6141==
77==6141== For counts of detected and suppressed errors, rerun with: -v
78==6141== ERROR SUMMARY: 63 errors from 2 contexts (suppressed: 5 from 5)
79Parent process disappeared, exiting cache process.
80==6142==
81==6142== HEAP SUMMARY:
82==6142== in use at exit: 199,145 bytes in 2,316 blocks
83==6142== total heap usage: 2,406 allocs, 90 frees, 242,116 bytes allocated
84==6142==
85==6142== LEAK SUMMARY:
86==6142== definitely lost: 34 bytes in 2 blocks
87==6142== indirectly lost: 0 bytes in 0 blocks
88==6142== possibly lost: 0 bytes in 0 blocks
89==6142== still reachable: 199,111 bytes in 2,314 blocks
90==6142== suppressed: 0 bytes in 0 blocks
91==6142== Rerun with --leak-check=full to see details of leaked memory
92==6142==
93==6142== For counts of detected and suppressed errors, rerun with: -v
94==6142== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 5 from 5)