#10694: hb_font_destroy exception on multi thread
----------------------------------+------------------------------------
             Reporter:  harf      |                     Type:  defect
               Status:  new       |                 Priority:  critical
            Component:  avfilter  |                  Version:  6.0
             Keywords:  harfbuzz  |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+------------------------------------
 Summary of the bug:
 How to reproduce:
 {{{
 using ffmpeg api in C
 libavfilter/vf_drawtext.c
 static void hb_destroy(HarfbuzzData *hb) {
 line: 1661 hb_font_destroy(hb->font);
 }
 exception occurs when running more than one thread only
 ffmpeg version 6.1
 built on mac
 }}}
 Patches should be submitted to the ffmpeg-devel mailing list and not this
 bug tracker.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10694>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to