Opened 11 years ago
Closed 11 years ago
#2166 closed defect (duplicate)
crash mp3lib/layer2.c:178 (SIGSEGV)
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | normal | Component: | core |
Version: | unspecified | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description (last modified by )
gdb --args mplayer -ac mp3 crash-ausschnitt.mp3
GNU gdb (GDB) 7.5
...
MPlayer 1.1-4.3 (C) 2000-2012 MPlayer Team
Playing crash-ausschnitt.mp3.
libavformat version 54.6.101 (internal)
Audio only file format detected.
Load subtitles in ./
==========================================================================
Forced audio codec: mp3
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 32000 Hz, 2 ch, s16le, 128.0 kbit/12.50% (ratio: 16000->128000)
Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
...
mpg123: Can't rewind stream by 134 bits!
Program received signal SIGSEGV, Segmentation fault.
0x00000000006671e1 in II_step_two (x1=<optimized out>, fr=<optimized out>,
scale=0x7fffffffb684, fraction=<optimized out>, bit_alloc=<optimized out>)
at mp3lib/layer2.c:178
178 fraction[j][0][i] = muls[*tab++][m];
(gdb) p m
$1 = 4294967295
Attachments (1)
Change History (2)
by , 11 years ago
Attachment: | crash-ausschnitt.mp3 added |
---|
comment:1 by , 11 years ago
Analyzed by developer: | unset |
---|---|
Description: | modified (diff) |
Reproduced by developer: | unset |
Resolution: | → duplicate |
Status: | new → closed |
Duplicate of #2167.
Testcase