You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GIL acquisition deadlock (or so it seems from the core dump) seems to be reproducible when using somewhat unusual frame dimensions. In particular I was able to reproduce it by setting a crop region of x, y = 223, 321, width, height = 506, 607 with 5185540 configured using: cmake -D CMAKE_BUILD_TYPE=Debug -D BUILD_PYTHON=ON -D USE_NUMPY=ON -D ENABLE_NONFREE=ON -D USE_EPIPHAN_DVI2PCIE_DUO=ON -D USE_EPIPHANSDK=ON -D BUILD_PYTHON=ON -D BUILD_TESTS=ON ../../GIFT-Grab/src. And using this with BGRA captures from Epiphan DVI2PCIe Duo with the #46 branch.
Not sure why any particular frame dimensions should lead to a GIL acquisition deadlock. Could this be related to the increased processing time leading a thread to keep the GIL longer than intended?
The text was updated successfully, but these errors were encountered:
Related PR: #33
The GIL acquisition deadlock (or so it seems from the core dump) seems to be reproducible when using somewhat unusual frame dimensions. In particular I was able to reproduce it by setting a crop region of
x, y = 223, 321
,width, height = 506, 607
with 5185540 configured using:cmake -D CMAKE_BUILD_TYPE=Debug -D BUILD_PYTHON=ON -D USE_NUMPY=ON -D ENABLE_NONFREE=ON -D USE_EPIPHAN_DVI2PCIE_DUO=ON -D USE_EPIPHANSDK=ON -D BUILD_PYTHON=ON -D BUILD_TESTS=ON ../../GIFT-Grab/src
. And using this with BGRA captures from Epiphan DVI2PCIe Duo with the #46 branch.Not sure why any particular frame dimensions should lead to a GIL acquisition deadlock. Could this be related to the increased processing time leading a thread to keep the GIL longer than intended?
The text was updated successfully, but these errors were encountered: