#10694: hb_font_destroy exception on multi thread
----------------------------------+------------------------------------
             Reporter:  harf      |                    Owner:  (none)
                 Type:  defect    |                   Status:  closed
             Priority:  minor     |                Component:  avfilter
              Version:  6.0       |               Resolution:  invalid
             Keywords:  harfbuzz  |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+------------------------------------
Comment (by harf):

 To fix the issue you need:
 pthread_mutex_lock(&lock);
 av_buffersink_get_frame_flags(...);
 pthread_mutex_unlock(&lock);

 ffmpeg version 6.0 uses harfbuzz lib, which uses freetype lib which has an
 issue on multithead access.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10694#comment:2>
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