VideoIO.jl icon indicating copy to clipboard operation
VideoIO.jl copied to clipboard

[h264 @ 0x19467520] insufficient thread locking around avcodec_open/close()

Open kmsquire opened this issue 11 years ago • 0 comments

After opening the same video multiple times (without closing in between), and then attempting to exiting Julia, the process seems to hang. Pressing ^C gives

^Cerror in running finalizer: InterruptException()
[h264 @ 0x19467520] insufficient thread locking around avcodec_open/close()
[h264 @ 0x1f844480] insufficient thread locking around avcodec_open/close()
[h264 @ 0x200645c0] insufficient thread locking around avcodec_open/close()
[h264 @ 0x9c6bb00] insufficient thread locking around avcodec_open/close()
[h264 @ 0xb9054e0] insufficient thread locking around avcodec_open/close()
[h264 @ 0x1df65b60] insufficient thread locking around avcodec_open/close()

kmsquire avatar Sep 25 '14 23:09 kmsquire