Changes between Version 1 and Version 2 of Ticket #2397
- Timestamp:
- Aug 23, 2022, 7:54:28 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2397
- Property Summary A Division by zero occurred in the function mov_build_index () of libmpdemux/demux_mov.c → A Division by zero occurred in function mov_build_index () of libmpdemux/demux_mov.c
-
Ticket #2397 – Description
v1 v2 11 11 12 12 2.Result: 13 {{{ 13 14 MEncoder SVN-r38374-13.0.1 (C) 2000-2022 MPlayer Team 14 15 success: format: 0 data: 0x0 - 0x618 … … 35 36 SUMMARY: AddressSanitizer: FPE /home/jlx/good_mplayer/mplayer/libmpdemux/demux_mov.c:302:66 in mov_build_index 36 37 ==29712==ABORTING 38 }}} 37 39 38 40 {{{ 39 41 MPlayer SVN-r38374-9 (C) 2000-2022 MPlayer Team 40 42 … … 63 65 DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and 64 66 won't help unless you provide this information when reporting a possible bug. 65 67 }}} 66 68 3. debugging with gdb 69 {{{ 67 70 0x0000558629f09b8a 302 el->pts_offset=((long long)e_pts*(long long)trak->timescale)/(long long)timescale-trak->samples[sample].pts; 68 71 LEGEND: STACK | HEAP | CODE | DATA | RWX | RODATA … … 127 130 f 6 7f67a70d10b3 __libc_start_main+243 128 131 ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 132 }}}
