Fix crash when two or more windows#570
Fix crash when two or more windows#570Danile71 wants to merge 1 commit intohybridgroup:devfrom Danile71:dev-imshow-fix
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #570 +/- ##
=========================================
+ Coverage 98.08% 98.1% +0.01%
=========================================
Files 17 17
Lines 2092 2112 +20
=========================================
+ Hits 2052 2072 +20
Misses 33 33
Partials 7 7
Continue to review full report at Codecov.
|
|
I founded bug: |
|
Makes sense given the way that OpenCV does all of the UI stuff thru a single thread. I think I tried doing something like this once, not sure why I did not continue? What OS do you use @Danile71 for testing? |
|
This was one of the issues where thread safety was discussed: #191 |
|
I use ubuntu 18 |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #570 +/- ##
==========================================
+ Coverage 98.08% 98.10% +0.01%
==========================================
Files 17 17
Lines 2092 2112 +20
==========================================
+ Hits 2052 2072 +20
Misses 33 33
Partials 7 7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.