[FFmpeg-trac] #8679(undetermined:new): av_vlog crash in master

FFmpeg trac at avcodec.org
Mon May 18 12:56:51 EEST 2020


#8679: av_vlog crash in master
-------------------------------------+-------------------------------------
             Reporter:  juha-h       |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:  git-
  undetermined                       |  master
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 In couple of days old master, libavutils/log.c av_vlog() function
 sometimes crashes on line:

 482     if (avc && avc->version >= (50 << 16 | 15 << 8 | 2) &&

 I'm using ffmpeg libs in my Android app and get this kind of dump:

 ********** Crash dump: **********
 Build fingerprint:
 'Nokia/Panther_00EEA/PAN_sprout:10/QKQ1.191008.001/00EEA_2_29A:user
 /release-keys'
 #00 0x00000000006e1520 /data/app/com.tutpro.baresip-
 7tUYUB8SYm2ibmzMXtH8tA==/base.apk!libbaresip.so (offset 0xaff000)
 (av_vlog+28) (BuildId: c5ea1a8fdb8e033894719e1ee60c2a47f415eaae)
 av_vlog
 /usr/src/libbaresip-android/ffmpeg/libavutil/log.c:428:21

 I don't know how to produce backtrace.  I don't get the crash if I comment
 out the if statement.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8679>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list